修改滴滴sdk字段类型错误
This commit is contained in:
parent
dcc3d9a8ba
commit
bfd212cbb3
@ -11,7 +11,7 @@ type ResponseOrderItem struct {
|
||||
// `393`: 滴滴货运<br>
|
||||
// `500`: 花小猪<br>
|
||||
// `120`: 滴滴代驾
|
||||
ProductId int64 `json:"product_id"`
|
||||
ProductId string `json:"product_id"`
|
||||
// 支付时间
|
||||
PayTime int64 `json:"pay_time"`
|
||||
// 支付金额,单位:分
|
||||
|
||||
Loading…
Reference in New Issue
Block a user