This commit is contained in:
邹宗楠
2022-07-11 15:29:15 +08:00
parent ac2e6f3964
commit 21fc18b006
2 changed files with 4 additions and 4 deletions

View File

@@ -1101,8 +1101,8 @@ func init() {
// 提现申请:用户发起提现申请
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:WithdrawalRecordController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:WithdrawalRecordController"],
beego.ControllerComments{
Method: "AddWWithdrawalRecord",
Router: "/AddWWithdrawalRecord",
Method: "AddWithdrawalRecord",
Router: "/AddWithdrawalRecord",
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,