This commit is contained in:
苏尹岚
2020-10-13 14:16:39 +08:00
parent 078327e8d5
commit 60baba6bde
2 changed files with 21 additions and 15 deletions

View File

@@ -32,7 +32,10 @@ func (c *OrderController) Pay() {
// @Failure 200 {object} controllers.CallResult
// @router /CreateOrder [post]
func (c *OrderController) CreateOrder() {
c.callCreateOrder(func(params *tOrderCreateOrderParams) (retVal interface{}, errCode string, err error) {
return retVal, "", err
})
}
// @Title 请求支付订单