From 120c917af956e337b7ca68dd59db4a89ff40b3d6 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 25 Aug 2023 10:28:53 +0800 Subject: [PATCH] 1 --- doc/AccountVerify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AccountVerify.py b/doc/AccountVerify.py index 902da860..a02ff5dd 100644 --- a/doc/AccountVerify.py +++ b/doc/AccountVerify.py @@ -11,7 +11,7 @@ class AccountVerify(object): 'name': 'canBind', 'desc': '是否可绑定', 'group': 'AccountVerify', - 'url': 'webapp/index.php?c=Battle&a=canBind', + 'url': 'webapp/index.php?c=AccountVerify&a=canBind', 'params': [ _common.ReqHead(), ['guest_account', '', 'guest账号'],