|
|
@@ -5,6 +5,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import javax.validation.constraints.NotBlank;
|
|
|
+import java.io.Serializable;
|
|
|
|
|
|
/**
|
|
|
* 登录实体类
|
|
|
@@ -12,7 +13,7 @@ import javax.validation.constraints.NotBlank;
|
|
|
* @author Kevin
|
|
|
*/
|
|
|
@Data
|
|
|
-public class TokenParameter {
|
|
|
+public class TokenParameter implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(value = "授权方式 ",allowableValues = "1(web账密登录), 2 (手机短信登录),3(第三方应用登陆), 4(app医生登录), 5(疼痛小管家手机账密登录)6(疼痛小管家手机一键登录)")
|
|
|
GrantTypeEnum grantType;
|