profit_sharing
This commit is contained in:
@@ -40,6 +40,9 @@ const (
|
||||
TradeTypeNative = "NATIVE"
|
||||
TradeTypeAPP = "APP"
|
||||
TradeTypeMicroPay = "MICROPAY"
|
||||
|
||||
OptYes = "Y"
|
||||
OptNo = "N"
|
||||
)
|
||||
|
||||
type API struct {
|
||||
@@ -151,6 +154,7 @@ type CreateOrderParam struct {
|
||||
OpenID string `json:"openid,omitempty" xml:"openid,omitempty"`
|
||||
Receipt string `json:"receipt,omitempty" xml:"receipt,omitempty"`
|
||||
SceneInfo string `json:"scene_info,omitempty" xml:"scene_info,omitempty"`
|
||||
ProfitSharing string `json:"profit_sharing,omitempty" xml:"profit_sharing,omitempty"`
|
||||
}
|
||||
|
||||
type CloseOrderParam struct {
|
||||
|
||||
Reference in New Issue
Block a user