This commit is contained in:
邹宗楠
2024-12-16 17:45:10 +08:00
parent 49a95c17a6
commit 72a81cc5a5
2 changed files with 5 additions and 5 deletions

View File

@@ -4509,8 +4509,8 @@ func init() {
// 更新美团属性进口为国产
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:BiddingController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:BiddingController"],
web.ControllerComments{
Method: "RefreshSkuNameMTAttr",
Router: `/RefreshSkuNameMTAttr`,
Method: "RefreshSkuNameMTAAttr",
Router: `/RefreshSkuNameMTAAttr`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,