liaoxujun@qq.com
2024-03-06 063e40d8f159f6d02a7ac421d8f3fb1c694d7aab
CoreCms.Net.Web.WebApi/appsettings.json
@@ -21,10 +21,10 @@
    "PassWord": "1111"
  },
  "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为正常可用
@@ -99,8 +99,8 @@
    "WeiXinEncodingAesKey": "",
    "WeiXinToken": "",
    //小程序
    "WxOpenAppId": "wx82d29cbe0ad39d47",
    "WxOpenAppSecret": "fe7395fe3eecd00e4a40e590eb835f31",
    "WxOpenAppId": "wx45d700a970238807",
    "WxOpenAppSecret": "60faed587bd1028b1ef131539352f6bf",
    "WxOpenToken": "",
    "WxOpenEncodingAESKey": ""
  }