1
This commit is contained in:
@@ -317,7 +317,7 @@ func (c *PurchaseHandler) onOrderMsg(orderStatus, orderId string, orderCallback
|
||||
var err error
|
||||
|
||||
// 售后单
|
||||
if c.isAfsMsg(orderStatus, orderId) {
|
||||
if c.isAfsMsg(orderStatus, orderId, orderCallback) {
|
||||
response = c.OnAfsOrderMsg(orderId, orderStatus, orderCallback)
|
||||
return response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user