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