mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-28 19:55:30 +08:00
【新增】天猫超市商品下载同步
【修复】天猫超市发货问题 【修复】采购单单号因含特殊字符导致入库或取消失败 【修复】售后批量操作设置显示不正确
This commit is contained in:
@@ -79,6 +79,12 @@ class erpapi_shop_response_process_bookingrefund{
|
||||
}else{ //异步asynchronous
|
||||
$orderInfo['pause_status'] = $pause_status;
|
||||
$ret = $this->ordermsg_back($orderInfo, $params);
|
||||
|
||||
// 如果是猫超主站退款回告成功,直接退款
|
||||
if ($ret['rsp'] == 'succ' && in_array('MCZZ', (array) $params['sub_business_type'])) {
|
||||
$this->_dealRefund($orderInfo);
|
||||
}
|
||||
|
||||
return array('rsp'=>'succ', 'msg' => $ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user