🎨 【开放平台】重构小程序认证及备案相关接口

This commit is contained in:
痴货
2025-07-16 11:47:11 +00:00
committed by Binary Wang
parent d85e04a72a
commit 990dbba06b
18 changed files with 1292 additions and 76 deletions

View File

@@ -108,6 +108,21 @@ public class WxOpenProperties {
*/
private int maxRetryTimes = 5;
/**
* 连接超时时间,单位毫秒
*/
private int connectionTimeout = 5000;
/**
* 读数据超时时间即socketTimeout单位毫秒
*/
private int soTimeout = 1;
/**
* 从连接池获取链接的超时时间,单位毫秒
*/
private int connectionRequestTimeout = 5000;
}
public enum StorageType {