- 调整美团外卖售后单事件调用结构(与JD和EBAI一致)
This commit is contained in:
@@ -27,7 +27,7 @@ func TestOnFinancialMsg(t *testing.T) {
|
||||
// msg.Body["type"] = json.Number("40")
|
||||
// msg.Body["cancel_type"] = json.Number("2")
|
||||
|
||||
res := CurPurchaseHandler.OnFinancialMsg(msg)
|
||||
res := CurPurchaseHandler.onAfsOrderMsg(msg)
|
||||
fmt.Println(res)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user