1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user