add 企业用户登录增加openId字段

This commit is contained in:
lijiarao
2021-10-14 09:57:59 +08:00
parent 31bb31760b
commit 4039a61f71
3 changed files with 86 additions and 8 deletions
@@ -27,4 +27,6 @@ public class SysLoginModel {
private String checkKey;
@ApiModelProperty(value = "RSA公钥")
private String rsaPublicKey;
@ApiModelProperty(value = "openId")
private String openId;
}