微信支付、回调、订单查询;

微信用户登录、用户信息查询、修改用户信息、同意用户协议;
文件OSS上传、删除接口;
This commit is contained in:
songmingsong
2024-12-05 17:33:25 +08:00
parent 4822174c5e
commit ffc9fcb95c
39 changed files with 2074 additions and 133 deletions

View File

@ -23,6 +23,10 @@ public class MemberEntity {
* 微信昵称
*/
private String nickname;
/**
* 微信头像
*/
private String avatarUrl;
/**
* 真实姓名
*/