This commit is contained in:
苏尹岚
2021-04-21 14:10:11 +08:00
parent 853814df00
commit 9b3cad6488
7 changed files with 79 additions and 2 deletions

View File

@@ -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"`