This commit is contained in:
邹宗楠
2024-05-29 14:21:20 +08:00
parent 8c77593d3a
commit 7410975ed0
3 changed files with 27 additions and 9 deletions

View File

@@ -171,7 +171,7 @@ func (p *PurchaseHandler) GetOrderRider(vendorOrgCode, vendorStoreID string, par
return api.EbaiAPI.SelfDeliveryLocationSync(riderInfo)
}
func OrderStatussync(param map[string]interface{}) error {
func OrderDeliveryCoordinate(param map[string]interface{}) error {
selfStatus := 0
switch param["logistics_status"].(int) {
case 0, 5: