8000 :bug: unoinId使用Integer类型 · Cocowwy/WxJava@3e09168 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e09168

Browse files
authored
🐛 unoinId使用Integer类型
2 parents 36602d5 + 3abaa2c commit 3e09168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/safety/response/WxMaUserSafetyRiskRankResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class WxMaUserSafetyRiskRankResponse implements Serializable {
2626
* 唯一请求标识,标记单次请求
2727
*/
2828
@SerializedName("unoin_id")
29-
private Integer unoinId;
29+
private Long unoinId;
3030

3131
/**
3232
* 用户风险等级

0 commit comments

Comments
 (0)
0