根据名字查询京东upc

This commit is contained in:
苏尹岚
2019-12-16 14:21:19 +08:00
parent f5166d59b6
commit 1f1835fa2d
4 changed files with 49 additions and 14 deletions

View File

@@ -1174,7 +1174,7 @@ func init() {
beego.ControllerComments{
Method: "GetJdUpcCodeByName",
Router: `/GetJdUpcCodeByName`,
AllowHTTPMethods: []string{"post"},
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})