web/.vs/Web/v16/.suo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Model/obj/Debug/Model.csproj.AssemblyReference.cache | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/GwClient.ashx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
web/.vs/Web/v16/.suoBinary files differ
web/Model/obj/Debug/Model.csproj.AssemblyReference.cacheBinary files differ
web/web/GwClient.ashx
@@ -380,6 +380,8 @@ //保存产品记录 //获取启用的默认的产品 /** //edit:在客户激活时添加记录 List<string> defaultProductList = GwProductDao.Instance.GetDefaultProduct(); if (defaultProductList.Count > 0) { @@ -392,6 +394,7 @@ GwClientProductDao.Instance.Add(gcp); } } **/ return new JsonPageResult(true, "创建账户成功!"); }