1
This commit is contained in:
@@ -184,7 +184,7 @@ func (p *PurchaseHandler) GetOrderRider(vendorOrgCode, vendorStoreID string, par
|
||||
DistributorName: "商家自行配送",
|
||||
},
|
||||
Knight: ebaiapi.Knight{
|
||||
Id: param["order_id"].(int64),
|
||||
Id: utils.Str2Int64(param["order_id"].(string)),
|
||||
Name: param["courier_name"].(string),
|
||||
Phone: param["courier_phone"].(string),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user