appsettings.json 1.45 KB
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DefaultConnection": "Server=rm-bp19ohrgc6111ynzh1o.mysql.rds.aliyuncs.com;Port=3306;Database=wutong_douyin;Uid=netteam;Pwd=netteam;CharSet=utf8mb4;SslMode=None;AllowPublicKeyRetrieval=true;"
  },
  "Douyin": {
    "AppKey": "7463313337959335475",
    "AppSecret": "648ddb67-b3ba-48a3-905c-ea761e69a87e",
    "CallbackUrl": "http://localhost:5070/api/auth/callback",
    "ApiBaseUrl": "https://openapi-fxg.jinritemai.com",
    "ShopId": 37714425,
    "SenderName": "PongGame",
    "SenderPhone": "18014801756",
    "SenderAddress": "浦洲路39号沿海创中心A区301室",
    "SenderProvince": "江苏省",
    "SenderCity": "南京市",
    "SenderDistrict": "浦口区",
    "SenderStreet": "沿江街道"
  },
  "Sf": {
    "CustomerCode": "your_customer_code",
    "CheckWord": "your_check_word",
    "ApiBaseUrl": "https://sf-api.sf-express.com",
    "MonthlyAccount": "your_monthly_account"
  },
  "Sender": {
    "Name": "PongGame",
    "Phone": "18014801756",
    "Address": "浦洲路39号沿海创中心A301",
    "Province": "江苏省",
    "City": "南京市",
    "District": "浦口区"
  },
  "ErpApi": {
    "BaseUrl": "http://localhost:2015",
    "Username": "admin",
    "Password": "123456",
    "Secretkey": "26916bdf390242c9b0ac7ec1442a329e"
  }
}