@@ -111,6 +111,11 @@ gzh2:
appId: wx6d48405bbcf130be
appSecret: ae5598049288759943ab5d26257590dc
+# 微信公众号 驾助服务平台
+gzh3:
+ appId: wx2e7a22bed898f795
+ appSecret: 44b8f305cda47ca4d42d57da6362e955
+
# 小程序
xcx:
@@ -56,10 +56,10 @@ public class WxGzhServiceImpl implements IWxGzhService {
private final ISysDictTypeService dictTypeService;
- @Value("${gzh.appid}")
+ @Value("${gzh2.appid}")
private String appid;
- @Value("${gzh.appSecret}")
+ @Value("${gzh2.appSecret}")
private String secret;