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");