mtwm.curPurchaseHandler改为CurPurchaseHandler
This commit is contained in:
@@ -41,7 +41,7 @@ func TestOnFinancialMsg(t *testing.T) {
|
||||
},
|
||||
}
|
||||
msg.FormData.Set("food", string(utils.MustMarshal(food)))
|
||||
res := curPurchaseHandler.onAfsOrderMsg(msg)
|
||||
res := CurPurchaseHandler.onAfsOrderMsg(msg)
|
||||
fmt.Println(res)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user