Skip to content

Commit

Permalink
扫码登录确认接口不需要im token
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Oct 16, 2024
1 parent 1270c5f commit 78f02aa
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
package cn.wildfirechat.app.pojo;

public class ConfirmSessionRequest {
private String im_token;
private String token;
private String user_id;
private int quick_login;

//{"token":"22295ee9-d4e3-4fc0-bda3-bcfe008dce08","user_id":"CeDRCRtt","quick_login":true}
public String getIm_token() {
return im_token;
}

public void setIm_token(String im_token) {
this.im_token = im_token;
}

public String getToken() {
return token;
}
Expand Down

0 comments on commit 78f02aa

Please sign in to comment.