修改经办段统一门户登录
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package com.ruoyi.common.core.domain.entity.tymh.authority;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 用户角色
|
||||
*/
|
||||
@Data
|
||||
public class QxUserRole {
|
||||
private Long roleId;
|
||||
private String roleName;
|
||||
private String roleType;
|
||||
private String appId;
|
||||
private String roleLevel;
|
||||
private String aae100;
|
||||
private String aae011;
|
||||
private String postType;
|
||||
private String agf001;
|
||||
private String aae036;
|
||||
private String agf003;
|
||||
private String agf002;
|
||||
private String agf004;
|
||||
private String folderId;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.ruoyi.common.core.domain.entity.tymh.nwToken;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.alibaba.fastjson2.annotation.JSONField;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -13,10 +13,11 @@ public class NwTokenResult {
|
||||
@ApiModelProperty("错误文本")
|
||||
private String errtext;
|
||||
|
||||
@JsonProperty("Access-Token")
|
||||
@JSONField(name = "access_token")
|
||||
@ApiModelProperty("访问令牌")
|
||||
private String accessToken;
|
||||
|
||||
@JSONField(name = "expires_in")
|
||||
@ApiModelProperty("access_token接口调用凭证超")
|
||||
private Long expiresIn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user