|
@@ -42,4 +42,11 @@ public class SocialUserBindReqDTO {
|
|
|
@Schema(description = "社交应用标识")
|
|
|
private String application;
|
|
|
|
|
|
+ public SocialUserBindReqDTO(Long userId, Integer userType, Integer socialType, String socialCode, String socialState) {
|
|
|
+ this.userId = userId;
|
|
|
+ this.userType = userType;
|
|
|
+ this.socialType = socialType;
|
|
|
+ this.code = socialCode;
|
|
|
+ this.state = socialState;
|
|
|
+ }
|
|
|
}
|