Commit 566f622f by zhangxingmin

push

parent a2a60d24
...@@ -4,6 +4,7 @@ import lombok.Data; ...@@ -4,6 +4,7 @@ import lombok.Data;
@Data @Data
public class LoginResponse { public class LoginResponse {
private String userBizId;
private String token; private String token;
private String tokenType = "Bearer"; private String tokenType = "Bearer";
private long expiresIn; private long expiresIn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment