🎨 #571 微信小程序接口请求增加多种http客户端

This commit is contained in:
Mario Luo
2020-06-01 22:35:59 +08:00
committed by GitHub
parent 6c3d090ebd
commit 1c60839890
9 changed files with 653 additions and 426 deletions

View File

@@ -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=