ソースを参照

更改验证码验证顺序

abiao 5 年 前
コミット
c3b1717575
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      go/gopath/src/fohow.com/apps/controllers/user_controller/user_controller.go

+ 1 - 0
go/gopath/src/fohow.com/apps/controllers/user_controller/user_controller.go

@@ -433,6 +433,7 @@ func (self *UserController) ShopApplication() {
 	if record == nil {
 		self.ReturnError(403, apps.CreateOrderFail, "", nil)
 	}
+
 	type Ret struct {
 		Result bool `json:"result"`
 	}