mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 修复发起icp人脸核验的返回结果缺少核验id的问题
This commit is contained in:
parent
9efafa347e
commit
ff8532b3df
@ -2,6 +2,7 @@ package me.chanjar.weixin.open.bean.icp;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import lombok.Getter;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.Setter;
|
||||
@ -22,7 +23,7 @@ public class WxOpenIcpCreateIcpVerifyTaskResult extends WxOpenResult {
|
||||
/**
|
||||
* 人脸核验任务id
|
||||
*/
|
||||
@JsonProperty("task_id")
|
||||
@SerializedName("task_id")
|
||||
private String taskId;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user