|
|
@@ -2,6 +2,7 @@ package com.zhongshu.card.client.model.org;
|
|
|
|
|
|
import com.github.microservice.auth.client.type.DeviceType;
|
|
|
import com.github.microservice.auth.client.type.LoginType;
|
|
|
+import com.zhongshu.card.client.utils.type.WxxcxType;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.Builder;
|
|
|
@@ -46,4 +47,7 @@ public class LoginParam {
|
|
|
//刷新令牌超时时间 (秒)
|
|
|
@Schema(name = "refreshTokenTimeOut", required = false, example = "31536000")
|
|
|
private Long refreshTokenTimeOut;
|
|
|
+
|
|
|
+ @Schema(description = "")
|
|
|
+ WxxcxType wxxcxType;
|
|
|
}
|