🎨 #3225【企业微信】多企业微信配置starter增加 http 客户端配置支持

This commit is contained in:
foreveryang321
2024-01-30 10:20:31 +08:00
committed by Binary Wang
parent 3590de139c
commit 2ec6a0fe11
11 changed files with 97 additions and 56 deletions

View File

@@ -42,6 +42,8 @@
## ConfigStorage 配置(选填)
wx.cp.config-storage.type=memory # 配置类型: memory(默认), jedis, redisson, redistemplate
## http 客户端配置(选填)
## # http客户端类型: http_client(默认), ok_http, jodd_http
wx.cp.config-storage.http-client-type=http_client
wx.cp.config-storage.http-proxy-host=
wx.cp.config-storage.http-proxy-port=
wx.cp.config-storage.http-proxy-username=
@@ -57,7 +59,6 @@
```java
import com.binarywang.spring.starter.wxjava.cp.service.WxCpMultiServices;
import com.binarywang.spring.starter.wxjava.cp.service.WxCpServices;
import me.chanjar.weixin.cp.api.WxCpService;
import me.chanjar.weixin.cp.api.WxCpUserService;
import org.springframework.beans.factory.annotation.Autowired;