Merge pull request '停止下单' (#5) from test into master

Reviewed-on: https://git.oa00.com/jyy/recook-plus/pulls/5
master
杨赟 3 years ago
commit 0c793982d6

@ -34,6 +34,8 @@ type submitOrderParam struct {
func SubmitOrder(c *gin.Context) {
var p submitOrderParam
back.Fail(c, "左家右厨app已停止服务感谢您的支持")
return
err := tools.ParseParams(&p, c)
if err != nil {
back.Fail(c, err.Error())

Loading…
Cancel
Save