abiao лет назад: 5
Родитель
Сommit
c3b1717575

+ 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"`
 	}