|
@@ -17,7 +17,7 @@ import lombok.experimental.Accessors;
|
|
|
*/
|
|
|
@Data
|
|
|
@Accessors(chain = true)
|
|
|
-@ApiModel("请求人员盘查请求参数")
|
|
|
+@ApiModel("普通核验请求参数")
|
|
|
public class RshyParam {
|
|
|
@ApiModelProperty("身份证号")
|
|
|
private String sfzh;
|
|
@@ -30,4 +30,10 @@ public class RshyParam {
|
|
|
|
|
|
@ApiModelProperty("超时时间")
|
|
|
private Integer timeout = WebConstant.TIMEOUT;
|
|
|
+
|
|
|
+ @ApiModelProperty("人脸照片 Base64")
|
|
|
+ private String photo;
|
|
|
+
|
|
|
+ @ApiModelProperty("锁屏状态")
|
|
|
+ private Integer screenLocked;
|
|
|
}
|