- record order ok.
This commit is contained in:
@@ -27,6 +27,11 @@ func (c *ELMOrderController) MsgPost() {
|
||||
if callbackResponse == nil {
|
||||
cc := &controller.OrderController{}
|
||||
callbackResponse = cc.OrderMessage(obj)
|
||||
|
||||
// utils.CallFuncAsync(func() {
|
||||
// cc2 := &elm.Controller{}
|
||||
// cc2.OnCallbackMsg(obj)
|
||||
// })
|
||||
}
|
||||
c.Data["json"] = callbackResponse
|
||||
c.ServeJSON()
|
||||
|
||||
Reference in New Issue
Block a user