mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	🐛 修复发起icp人脸核验的返回结果缺少核验id的问题
This commit is contained in:
		| @ -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; | ||||
|  | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Molzx
					Molzx