mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 #2973 【小程序】修改获取url link接口请求类中的expireTime属性类型为Long
This commit is contained in:
committed by
GitHub
parent
43a3a1e5a0
commit
e0e03d82ff
@@ -74,7 +74,7 @@ public class GenerateUrlLinkRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName("expire_time")
|
||||
private Integer expireTime;
|
||||
private Long expireTime;
|
||||
|
||||
/**
|
||||
* 到期失效的URL Link的失效间隔天数。生成的到期失效URL Link在该间隔时间到达前有效。最长间隔天数为365天。expire_type 为 1 必填
|
||||
|
||||
Reference in New Issue
Block a user