You've already forked FrameTour-BE
修改BUG
This commit is contained in:
@ -11,6 +11,11 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class WeChatUserInfoDTO {
|
||||
/**
|
||||
* code
|
||||
*/
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 头像
|
||||
*/
|
||||
|
@ -1,6 +1,5 @@
|
||||
package com.ycwl.basic.model.pc.member.resp;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@ -21,6 +20,11 @@ public class MemberRespVO {
|
||||
*/
|
||||
@ApiModelProperty("微信openId")
|
||||
private String openId;
|
||||
/**
|
||||
* 微信头像
|
||||
*/
|
||||
@ApiModelProperty("微信头像")
|
||||
private String avatarUrl;
|
||||
/**
|
||||
* 微信昵称
|
||||
*/
|
||||
|
Reference in New Issue
Block a user