mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-03 04:13:37 +08:00
🐛 unoinId使用Integer类型
This commit is contained in:
commit
3e09168019
@ -26,7 +26,7 @@ public class WxMaUserSafetyRiskRankResponse implements Serializable {
|
||||
* 唯一请求标识,标记单次请求
|
||||
*/
|
||||
@SerializedName("unoin_id")
|
||||
private Integer unoinId;
|
||||
private Long unoinId;
|
||||
|
||||
/**
|
||||
* 用户风险等级
|
||||
|
Loading…
Reference in New Issue
Block a user