aa
This commit is contained in:
@@ -15,6 +15,12 @@ const (
|
||||
LinkTypeH5 = 2 //H5
|
||||
)
|
||||
|
||||
type UnionOrderInfo struct {
|
||||
JobOrderID int64 `json:"jobOrderID"`
|
||||
Profit int64 `json:"profit"` //订单实际返佣金额
|
||||
VendorID int `json:"vendorID"`
|
||||
}
|
||||
|
||||
type ActivityList struct {
|
||||
ActID int `json:"actID"`
|
||||
ActName string `json:"actName"`
|
||||
|
||||
Reference in New Issue
Block a user