aa
This commit is contained in:
@@ -11,14 +11,18 @@ var (
|
||||
)
|
||||
|
||||
const (
|
||||
LinkTypeWeiXinMini = 1 //微信小程序
|
||||
LinkTypeH5 = 2 //H5
|
||||
LinkTypeWeiXinMini = 5 //微信小程序二维码
|
||||
|
||||
ShareTypeOther = 1 //分享给别人
|
||||
ShareTypeOwn = 2 //自己领
|
||||
|
||||
MtUnionJxSID = "000000001"
|
||||
)
|
||||
|
||||
type UnionOrderInfo struct {
|
||||
JobOrderID int64 `json:"jobOrderID"`
|
||||
Profit int64 `json:"profit"` //订单实际返佣金额
|
||||
VendorID int `json:"vendorID"`
|
||||
SID string `json:"sid"`
|
||||
Profit int64 `json:"profit"` //订单实际返佣金额
|
||||
VendorID int `json:"vendorID"`
|
||||
}
|
||||
|
||||
type ActivityList struct {
|
||||
|
||||
Reference in New Issue
Block a user