- 新增API:store/GetCorporationInfo,用于从执照号得到公司信息

This commit is contained in:
gazebo
2019-06-16 10:16:53 +08:00
parent f17f1e3b2c
commit c42e67529d
4 changed files with 31 additions and 3 deletions

View File

@@ -1096,6 +1096,15 @@ func init() {
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
beego.ControllerComments{
Method: "GetCorporationInfo",
Router: `/GetCorporationInfo`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
beego.ControllerComments{
Method: "GetStoreCourierMaps",