- use modified bee tool to automatically generate parameters validation code to avoid dirty work.

This commit is contained in:
gazebo
2018-08-31 15:23:25 +08:00
parent 3538371333
commit de1622e0cc
5 changed files with 569 additions and 150 deletions

View File

@@ -0,0 +1,7 @@
package controllers
type CallResult struct {
Code string `json:"code"`
Desc string `json:"desc"`
Data string `json:"data"`
}