diff --git a/controllers/jx_order2.go b/controllers/jx_order2.go index c6000b44b..9cbeda0ac 100644 --- a/controllers/jx_order2.go +++ b/controllers/jx_order2.go @@ -380,5 +380,7 @@ func (c *JxOrderController) ReceiveCoupons() { // @Failure 200 {object} controllers.CallResult // @router /CreateStoreAcctOrder [post] func (c *JxOrderController) CreateStoreAcctOrder() { - + c.callCreateStoreAcctOrder(func(params *tJxorderCreateStoreAcctOrderParams) (retVal interface{}, errCode string, err error) { + return retVal, "", err + }) }