wzp
2023-03-02 1b9a56fcf3ffcf0f69ed8b7447322d0a75ba99ac
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");