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