|
@@ -2,6 +2,7 @@ package User
|
|
|
|
|
|
import (
|
|
|
"context"
|
|
|
+ "github.com/alibabacloud-go/tea/tea"
|
|
|
"github.com/suyuan32/simple-admin-common/msg/errormsg"
|
|
|
"wechat-api/ent"
|
|
|
"wechat-api/ent/wxcarduser"
|
|
@@ -45,7 +46,8 @@ func (l *GetApiUserVipLogic) GetApiUserVip() (*types.UserVipResp, error) {
|
|
|
Msg: errormsg.Success,
|
|
|
},
|
|
|
Data: types.UserVip{
|
|
|
- IsVip: &isVip,
|
|
|
+ IsVip: &isVip,
|
|
|
+ WechatAccount: tea.String("boweniac"),
|
|
|
},
|
|
|
}, nil
|
|
|
}
|