wzp
2023-03-02 adee7a71ba7ab1b63cab63381dfe1846437853d6
web/web/GwTransfer.ashx
@@ -2,7 +2,6 @@
using System;
using System.Web;
using com.softwee.smgw.common;
using Dao;
using Model;
using System.Collections.Generic;
@@ -36,7 +35,11 @@
        }
    }
    /// <summary>
    /// 加载携号转网
    /// </summary>
    /// <param name="context"></param>
    /// <returns></returns>
    private JsonPageResult LoadGwTransfer(PageContext<SysUser> context)
    {
        string mobile = context.GetString("mobile");