美容化妆企业微信小程序官网,后台管理更新微信小程序上数据信息,测试无Bug,感兴趣的欢迎下载
1、 后台内容管理:管理网站的pc和wap端的产品、文章、单页等管理、有多状态(置顶、推荐、热门、评论、幻灯片)设置、附件(压缩包、视频、音频、图片)上传、多图上传管理、拓展字段信息编辑等
2、 后台会员系统:会员列表、会员基本信息,积分明细、余额明细、购物记录、收货地址(在系统设置的频道管理可以开启此功能)
3、 后台订单:订单列表,订单基本信息、订单退款、订单发货 (在系统设置的频道管理可以开启此功能)
4、 后台其他管理:评论管理 、留言管理 、友情链接、广告管理 、 门店管理、图片管理、优惠卷管理 等功能
5、 后台系统设置:导航栏目、分类管理、 OAuth设置 、支付设置、扩展字段 、频道管理、模型管理、站点基本信息等功能设置
6、 后台拓展字段管理:配置网站需要的字段(图片、文本、富文本、时间、多选、单选)在前台进行数据显示(在系统设置的频道管理可以开启此功能)
7、 后台短信管理:管理短信发送、发送日志管理(在系统设置的频道管理可以开启此功能)
8、 后台微信管理:自定义菜单 、文本回复、 图文回复 、关键字回复 、首次关注回复 、 授权设置等(在系统设置的频道管理可以开启此功能)
9、 后台抽奖管理:大转盘抽奖 、刮刮乐抽奖 、 随机抽奖等(在系统设置的频道管理可以开启此功能)
10、后台系统用户管理: 管理员列表、角色管理 、 管理日志等(在系统设置的频道管理可以开启此功能)
11、后台支付管理: 微信支付 、支付宝支付 、 银联支付等(在系统设置的频道管理可以开启此功能)
1、开发环境为Visual Studio 2010,数据库为SQLServer2008,使用.net 4.0开发。
2、管理员登陆名:admin 密码:admin888
3、默认数据库连接字符串在webconfig配置文件中修改
4、DataBase文件夹中是数据库脚本文件,使用sqlerver工具运行即可
5、微信小程序文件夹中是小程序页面文件
资源文件列表
Cms.Service/App.config , 371
Cms.Service/Cms.Service.csproj , 4498
Cms.Service/Cms.Service.csproj.user , 227
Cms.Service/CmsService.Designer.cs , 1088
Cms.Service/CmsService.cs , 1371
Cms.Service/Config/task.config , 611
Cms.Service/Program.cs , 568
Cms.Service/ProjectInstaller.Designer.cs , 2214
Cms.Service/ProjectInstaller.cs , 446
Cms.Service/ProjectInstaller.resx , 6414
Cms.Service/Properties/AssemblyInfo.cs , 1342
Cms.Service/TaskCore/Config/ConfigsBase.cs , 1460
Cms.Service/TaskCore/Config/IConfigInfo.cs , 231
Cms.Service/TaskCore/Config/TaskConfig.cs , 1873
Cms.Service/TaskCore/Config/TaskConfigInfo.cs , 2175
Cms.Service/TaskCore/Config/TaskConfigs.cs , 2117
Cms.Service/TaskCore/Config/TaskTimeType.cs , 998
Cms.Service/TaskCore/Config/XmlTimeSpan.cs , 1288
Cms.Service/TaskCore/Task/ITask.cs , 379
Cms.Service/TaskCore/Task/TaskBase.cs , 7375
Cms.Service/TaskCore/Task/TaskManager.cs , 9564
Cms.Service/TaskCore/TaskNode/BirthdayReminder.cs , 2840
Cms.Service/bin/Debug/Cms.BLL.dll , 107008
Cms.Service/bin/Debug/Cms.BLL.pdb , 548352
Cms.Service/bin/Debug/Cms.Common.dll , 70144
Cms.Service/bin/Debug/Cms.Common.pdb , 200192
Cms.Service/bin/Debug/Cms.DBUtility.dll , 23552
Cms.Service/bin/Debug/Cms.DBUtility.pdb , 65024
Cms.Service/bin/Debug/Cms.Model.dll , 128000
Cms.Service/bin/Debug/Cms.Model.pdb , 734720
Cms.Service/bin/Debug/Cms.SQLServerDAL.dll , 464384
Cms.Service/bin/Debug/Cms.SQLServerDAL.pdb , 712192
Cms.Service/bin/Debug/Cms.Service.exe , 17408
Cms.Service/bin/Debug/Cms.Service.exe.config , 371
Cms.Service/bin/Debug/Cms.Service.pdb , 56832
Cms.Service/bin/Debug/Config/task.config , 611
Cms.Service/obj/Debug/Cms.Service.ProjectInstaller.resources , 180
Cms.Service/obj/Debug/Cms.Service.csproj.CoreCompileInputs.cache , 42
Cms.Service/obj/Debug/Cms.Service.csproj.FileListAbsolute.txt , 8836
Cms.Service/obj/Debug/Cms.Service.csproj.GenerateResource.Cache , 913
Cms.Service/obj/Debug/Cms.Service.csprojResolveAssemblyReference.cache , 31402
Cms.Service/obj/Debug/Cms.Service.exe , 17408
Cms.Service/obj/Debug/Cms.Service.pdb , 56832
Cms.Service/obj/Debug/DesignTimeResolveAssemblyReferences.cache , 1622
Cms.Service/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 6219
Cms.Service/obj/Debug/GenerateResource.read.1.tlog , 110
Cms.Service/obj/Debug/GenerateResource.write.1.tlog , 270
Cms.Service/obj/Debug/ResolveAssemblyReference.cache , 25074
Cms.Service/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
Cms.Service/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
Cms.Service/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
CmsAPI/Cms.API.csproj , 5467
CmsAPI/Form1.Designer.cs , 1156
CmsAPI/Form1.cs , 356
CmsAPI/Payment/wxpay/CommonUtil.cs , 4013
CmsAPI/Payment/wxpay/Example.cs , 2269
CmsAPI/Payment/wxpay/FaHuoProc.cs , 3474
CmsAPI/Payment/wxpay/MD5SignUtil.cs , 1158
CmsAPI/Payment/wxpay/RequestHandler.cs , 6780
CmsAPI/Payment/wxpay/ResponseHandler.cs , 7866
CmsAPI/Payment/wxpay/SDKRuntimeException.cs , 445
CmsAPI/Payment/wxpay/WxPayHelper.cs , 10606
CmsAPI/Payment/wxpay/comm/MD5Util.cs , 2514
CmsAPI/Payment/wxpay/comm/SHA1Util.cs , 1825
CmsAPI/Payment/wxpay/comm/TenpayUtil.cs , 3622
CmsAPI/Payment/wxpay/tuikuan/CheckRequestHandler.cs , 1453
CmsAPI/Payment/wxpay/tuikuan/ClientResponseHandler.cs , 5002
CmsAPI/Payment/wxpay/tuikuan/RequestHandler.cs , 4893
CmsAPI/Payment/wxpay/tuikuan/ResponseHandler.cs , 5141
CmsAPI/Payment/wxpay/tuikuan/TenpayHttpClient.cs , 6636
CmsAPI/Program.cs , 487
CmsAPI/Properties/AssemblyInfo.cs , 1364
CmsAPI/Properties/Resources.Designer.cs , 2852
CmsAPI/Properties/Resources.resx , 5612
CmsAPI/Properties/Settings.Designer.cs , 1105
CmsAPI/Properties/Settings.settings , 249
CmsAPI/app.config , 144
CmsAPI/bin/Debug/Cms.API.dll , 33792
CmsAPI/bin/Debug/Cms.API.dll.config , 144
CmsAPI/bin/Debug/Cms.API.pdb , 105984
CmsAPI/bin/Debug/Cms.BLL.dll , 107008
CmsAPI/bin/Debug/Cms.BLL.pdb , 548352
CmsAPI/bin/Debug/Cms.Common.dll , 70144
CmsAPI/bin/Debug/Cms.Common.pdb , 200192
CmsAPI/bin/Debug/Cms.DBUtility.dll , 23552
CmsAPI/bin/Debug/Cms.DBUtility.pdb , 65024
CmsAPI/bin/Debug/Cms.Model.dll , 128000
CmsAPI/bin/Debug/Cms.Model.pdb , 734720
CmsAPI/bin/Debug/Cms.SQLServerDAL.dll , 464384
CmsAPI/bin/Debug/Cms.SQLServerDAL.pdb , 712192
CmsAPI/bin/Debug/CmsAPI.dll , 6656
CmsAPI/bin/Debug/CmsAPI.dll.config , 144
CmsAPI/bin/Debug/CmsAPI.pdb , 17920
CmsAPI/bin/Debug/LitJSON.dll , 49664
CmsAPI/obj/x86/Debug/Cms.API.Properties.Resources.resources , 180
CmsAPI/obj/x86/Debug/Cms.API.csproj.CoreCompileInputs.cache , 42
CmsAPI/obj/x86/Debug/Cms.API.csproj.FileListAbsolute.txt , 13912
CmsAPI/obj/x86/Debug/Cms.API.csproj.GenerateResource.Cache , 917
CmsAPI/obj/x86/Debug/Cms.API.csprojResolveAssemblyReference.cache , 33353
CmsAPI/obj/x86/Debug/Cms.API.dll , 33792
CmsAPI/obj/x86/Debug/Cms.API.pdb , 105984
CmsAPI/obj/x86/Debug/CmsAPI.Properties.Resources.resources , 180
CmsAPI/obj/x86/Debug/CmsAPI.csproj.FileListAbsolute.txt , 538
CmsAPI/obj/x86/Debug/CmsAPI.dll , 6656
CmsAPI/obj/x86/Debug/CmsAPI.pdb , 17920
CmsAPI/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 6522
CmsAPI/obj/x86/Debug/GenerateResource.read.1.tlog , 108
CmsAPI/obj/x86/Debug/GenerateResource.write.1.tlog , 266
CmsAPI/obj/x86/Debug/ResolveAssemblyReference.cache , 27268
CmsAPI/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll , 4608
CmsBLL/C_City.cs , 4682
CmsBLL/C_Column.cs , 6095
CmsBLL/C_Column_field.cs , 4900
CmsBLL/C_District.cs , 4798
CmsBLL/C_Province.cs , 4798
CmsBLL/C_WebSiteconfig.cs , 4963
CmsBLL/C_ad.cs , 4721
CmsBLL/C_admin.cs , 5392
CmsBLL/C_admin_log.cs , 5687
CmsBLL/C_admin_role.cs , 4824
CmsBLL/C_admin_role_value.cs , 4955
CmsBLL/C_adtype.cs , 4793
CmsBLL/C_article.cs , 4904
CmsBLL/C_article_albums.cs , 4938
CmsBLL/C_article_attach.cs , 4938
CmsBLL/C_article_attribute_field.cs , 11228
CmsBLL/C_article_attribute_value.cs , 5186
CmsBLL/C_article_category.cs , 5462
CmsBLL/C_article_comment.cs , 4954
CmsBLL/C_article_product.cs , 4939
CmsBLL/C_code.cs , 4255
CmsBLL/C_collect.cs , 4795
CmsBLL/C_exchange_cart.cs , 4918
CmsBLL/C_integral_rec.cs , 4900
CmsBLL/C_link.cs , 4757
CmsBLL/C_message.cs , 4888
CmsBLL/C_model.cs , 4779
CmsBLL/C_order.cs , 4759
CmsBLL/C_order_integral.cs , 4921
CmsBLL/C_order_integralsub.cs , 4990
CmsBLL/C_ordersub.cs , 4828
CmsBLL/C_payment.cs , 4811
CmsBLL/C_sms.cs , 4739
CmsBLL/C_type.cs , 5246
CmsBLL/C_user.cs , 4930
CmsBLL/C_user_cart.cs , 5061
CmsBLL/C_user_coupon.cs , 4867
CmsBLL/C_user_oauth.cs , 4865
CmsBLL/C_user_oauth_app.cs , 4937
CmsBLL/Cms.BLL.csproj , 7344
CmsBLL/Form1.Designer.cs , 1156
最多只能显示150条信息!
