mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
去除前端传递organ-id依赖
This commit is contained in:
+4
@@ -28,5 +28,9 @@ public class OAuth2AccessTokenCreateReqDTO implements Serializable {
|
||||
|
||||
@Schema(description = "授权范围的数组", example = "user_info")
|
||||
private List<String> scopes;
|
||||
@Schema(description = "组织id")
|
||||
private Long organId;
|
||||
@Schema(description = "数据源标识")
|
||||
private String dataCode;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user