This commit is contained in:
邹宗楠
2024-07-24 15:25:26 +08:00
parent f09cc25e07
commit 9d73cf1cd0
4 changed files with 71 additions and 14 deletions

View File

@@ -97,6 +97,10 @@ func (c *MtwmController) IMCallback() {
c.OnIMCallback()
}
func (c *MtwmController) DeliveryFeeChange() {
c.onCallbackMsg(mtwmapi.MsgTypeOrderDeliveryFeeChange)
}
func (c *MtwmController) OnIMCallback() {
c.Data["json"] = mtwmapi.Err2CallbackResponse(nil, "")
msg, callbackResponse := api.MtwmAPI.GetIMCallbackMsg(c.Ctx.Request)