- 调整美团外卖售后单事件调用结构(与JD和EBAI一致)

This commit is contained in:
gazebo
2019-05-12 09:25:37 +08:00
parent 7a3becaefe
commit 5746c8f3ae
5 changed files with 82 additions and 41 deletions

View File

@@ -41,7 +41,7 @@ func TestOnFinancialMsg(t *testing.T) {
},
}
msg.Data.Set("food", string(utils.MustMarshal(food)))
res := OnFinancialMsg(msg)
res := curPurchaseHandler.onAfsOrderMsg(msg)
fmt.Println(res)
}