正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -25,7 +25,7 @@ type CreateCooperationContractCommand struct { | @@ -25,7 +25,7 @@ type CreateCooperationContractCommand struct { | ||
25 | // 共创模式编码, | 25 | // 共创模式编码, |
26 | CooperationModeNumber string `json:"cooperationModeNumber"` | 26 | CooperationModeNumber string `json:"cooperationModeNumber"` |
27 | // 共创合约发起人uid | 27 | // 共创合约发起人uid |
28 | - SponsorUid string `json:"sponsorUid"` | 28 | + SponsorUid string `json:"sponsorUserId"` |
29 | } `json:"cooperationContract"` | 29 | } `json:"cooperationContract"` |
30 | // 业绩分红激励规则列表 | 30 | // 业绩分红激励规则列表 |
31 | DividendsIncentivesRules []struct { | 31 | DividendsIncentivesRules []struct { |
-
请 注册 或 登录 后发表评论