From 751731362e5fcf901065c25eaed0319cf7a27cc1 Mon Sep 17 00:00:00 2001 From: wangsheng <123456> Date: 星期三, 01 十二月 2021 13:59:30 +0800 Subject: [PATCH] 掌骏云代理商权限无法正常使用修复 --- web/web/GwSp.ashx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/web/GwSp.ashx b/web/web/GwSp.ashx index e7cf40e..6f41e03 100644 --- a/web/web/GwSp.ashx +++ b/web/web/GwSp.ashx @@ -123,7 +123,7 @@ return this.Add(context); case "loadGwSpPageList": return this.LoadGwSpPageList(context); - case "loadGwSpAccountPageList": + case "loadGwSpAccountPageList"://鍔犺浇璐﹀彿鍒楄〃 return this.LoadGwSpAccountPageList(context); case "update": return this.Update(context); -- Gitblit v1.9.1