增加人员信息返回的openid
This commit is contained in:
		| @ -26,6 +26,12 @@ public class SimpleUserInfoDTO { | ||||
|     @ApiModelProperty("头像") | ||||
|     private String avatarUrl; | ||||
|  | ||||
|     @ApiModelProperty("微信小程序 openid") | ||||
|     private String wechatOpenid; | ||||
|  | ||||
|     @ApiModelProperty("支付宝小程序 userid") | ||||
|     private String alipayUserid; | ||||
|  | ||||
|     @ApiModelProperty("是否认证0未认证1已认证") | ||||
|     private Integer authed; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user