add 企业用户登录增加openId字段
This commit is contained in:
@@ -27,4 +27,6 @@ public class SysLoginModel {
|
||||
private String checkKey;
|
||||
@ApiModelProperty(value = "RSA公钥")
|
||||
private String rsaPublicKey;
|
||||
@ApiModelProperty(value = "openId")
|
||||
private String openId;
|
||||
}
|
||||
Reference in New Issue
Block a user