- record order ok.

This commit is contained in:
gazebo
2018-07-10 19:06:51 +08:00
parent a76213e8f0
commit c6a3066daf
14 changed files with 143 additions and 83 deletions

View File

@@ -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()