1
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
//注:若同步配送状态为“配送单已取消”,接口仍支持继续同步配送状态。 说明:商家如未上传此信息,则平台默认值为20(现已要求必传)。
|
||||
func GetOrderRiderInfoToPlatform(orderId string) {
|
||||
params := make(map[string]interface{}, 0)
|
||||
params["statuss"] ="[20]"
|
||||
params["statuss"] = "[20]"
|
||||
params["isDateFinish"] = false
|
||||
params["isIncludeFake"] = true
|
||||
params["mustInvoice"] = false
|
||||
@@ -85,7 +85,7 @@ func GetOrderRiderInfoToPlatform(orderId string) {
|
||||
riderInfo.LogisticsProviderCode = "10032"
|
||||
}
|
||||
riderInfo.ThirdCarrierOrderId = v.VendorWaybillID
|
||||
switch v.Status {
|
||||
switch riderInfo.LogisticsStatus {
|
||||
case 20: //配送中
|
||||
riderInfo.LogisticsStatus = 20
|
||||
case 110: // 完成
|
||||
|
||||
Reference in New Issue
Block a user