修改滴滴sdk promotion_id字段类型错误
This commit is contained in:
parent
bfd212cbb3
commit
8c1cb9f856
@ -30,7 +30,7 @@ type ResponseOrderItem struct {
|
||||
// 推送状态: 1.已预估归因 2.预估订单已推送 3.预估订单推送失败 4.结算已提交 5.结算提交中 6.结算取消 7.结算成功 8.结算失败
|
||||
Status int `json:"status"`
|
||||
// 推广位ID
|
||||
PromotionId int `json:"promotion_id"`
|
||||
PromotionId string `json:"promotion_id"`
|
||||
// 来源ID
|
||||
SourceId string `json:"source_id"`
|
||||
// 是否被风控
|
||||
|
||||
Loading…
Reference in New Issue
Block a user