sunpengfei
2025-08-28 4ab0bcef19b78f9ae0339d4b78de68a7297f7683
FlexJobApi.Web.Entry/appsettings.json
@@ -35,12 +35,15 @@
      {
        "Code": "Personal",
        "AppId": "wxb9e0baf4f87aa0de",
        "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0"
        "AppSecret": "24abded2cd32b677b1f14ea9ec5767f0",
        //正式版为 "release",体验版为 "trial",开发版为 "develop"
        "EnvVersion": "trial"
      },
      {
        "Code": "Enterprise",
        "AppId": "wx3669dd12a0915f7d",
        "AppSecret": "c03a62ad6822f1c925532c34183e7f7f"
        "AppSecret": "c03a62ad6822f1c925532c34183e7f7f",
        "EnvVersion": "trial"
      }
    ]
  },