1'
This commit is contained in:
@@ -377,7 +377,7 @@ func (c *PurchaseHandler) onOrderMsg(orderStatus, orderId string, orderCallback
|
|||||||
// 发货完成
|
// 发货完成
|
||||||
if msg.OrderStatus == tao_vegetable.OrderStatusCallRider { // || msgId == tiktokShop.CallbackPartGoodsMsgTagId 部分发货
|
if msg.OrderStatus == tao_vegetable.OrderStatusCallRider { // || msgId == tiktokShop.CallbackPartGoodsMsgTagId 部分发货
|
||||||
utils.CallFuncAsync(func() {
|
utils.CallFuncAsync(func() {
|
||||||
orderMap, _ := getAPI(order.VendorOrgCode, jxutils.GetSaleStoreIDFromOrder(order), "").QueryOrderDetail(&request591.AlibabaAelophyOrderGetRequest{
|
orderMap, _ := getAPI("", jxutils.GetSaleStoreIDFromOrder(order), order.VendorStoreID).QueryOrderDetail(&request591.AlibabaAelophyOrderGetRequest{
|
||||||
OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{
|
OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{
|
||||||
StoreId: utils.String2Pointer(msg.StoreId),
|
StoreId: utils.String2Pointer(msg.StoreId),
|
||||||
BizOrderId: utils.Int64ToPointer(msg.BizOrderId),
|
BizOrderId: utils.Int64ToPointer(msg.BizOrderId),
|
||||||
|
|||||||
Reference in New Issue
Block a user