liaoxujun@qq.com
2024-03-05 f0ca9fb79a91544c037c55a291be00e8c469bf34
CoreCms.Net.Web.Admin/appsettings.json
@@ -14,10 +14,10 @@
    "PassWord": "CoreShopProfessional"
  },
  "AppConfig": {
    "AppUrl": "https://admin.test.pro.coreshop.cn/", //后端管理地址
    "AppUrl": "http://192.168.0.113:1987/", //后端管理地址
    "AppPcUrl": "https://pc.test.pro.coreshop.cn/", //PC端访问地址
    "AppH5Url": "https://h5.test.pro.coreshop.cn/", //H5端访问地址
    "AppInterFaceUrl": "https://api.test.pro.coreshop.cn/", //接口请求地址
    "AppInterFaceUrl": "http://192.168.0.113:2015/", //接口请求地址
    "AppVersion": "CoreShopProfessional v0.7.3"
  },
  //redis为必须启动项,请保持redis为正常可用
@@ -92,8 +92,8 @@
    "WeiXinEncodingAesKey": "",
    "WeiXinToken": "",
    //小程序
    "WxOpenAppId": "wx82d29cbe0ad39d47",
    "WxOpenAppSecret": "fe7395fe3eecd00e4a40e590eb835f31",
    "WxOpenAppId": "wx45d700a970238807",
    "WxOpenAppSecret": "3e9e4e68695ffc62f51b5ec1d1ddf942",
    "WxOpenToken": "",
    "WxOpenEncodingAESKey": ""
  }