结账第二期
This commit is contained in:
@@ -12,11 +12,11 @@ import (
|
||||
|
||||
func TestOnFinancialMsg(t *testing.T) {
|
||||
msg := &mtwmapi.CallbackMsg{
|
||||
Cmd: "orderPartialRefund",
|
||||
Cmd: "orderRefund",
|
||||
Data: url.Values{},
|
||||
}
|
||||
msg.Data.Set("timestamp", utils.Int64ToStr(time.Now().Unix()))
|
||||
msg.Data.Set("order_id", "123458")
|
||||
msg.Data.Set("order_id", "33762863167364867")
|
||||
msg.Data.Set("notify_type", "agree")
|
||||
msg.Data.Set("money", "23.56")
|
||||
food := []map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user