From 903260ea14ea47c375cac639aac6a21fc8c43db0 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期五, 16 十二月 2022 09:54:20 +0800 Subject: [PATCH] 最新 --- web/web/GwTransfer.ashx | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/web/web/GwTransfer.ashx b/web/web/GwTransfer.ashx index 8badb6c..fd0c87b 100644 --- a/web/web/GwTransfer.ashx +++ b/web/web/GwTransfer.ashx @@ -36,7 +36,11 @@ } } - + /// <summary> + /// 鍔犺浇鎼哄彿杞綉 + /// </summary> + /// <param name="context"></param> + /// <returns></returns> private JsonPageResult LoadGwTransfer(PageContext<SysUser> context) { string mobile = context.GetString("mobile"); -- Gitblit v1.9.1