mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-22 03:19:58 +08:00
🎨 #571 微信小程序接口请求增加多种http客户端
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
wx.miniapp.config-storage.redis.host = 127.0.0.1
|
||||
wx.miniapp.config-storage.redis.port = 6379
|
||||
# http客户端配置
|
||||
wx.miniapp.config-storage.http-client-type=HttpClient # http客户端类型: HttpClient(默认)
|
||||
wx.miniapp.config-storage.http-client-type=HttpClient # http客户端类型: HttpClient(默认), OkHttp, JoddHttp
|
||||
wx.miniapp.config-storage.http-proxy-host=
|
||||
wx.miniapp.config-storage.http-proxy-port=
|
||||
wx.miniapp.config-storage.http-proxy-username=
|
||||
|
||||
Reference in New Issue
Block a user