|
|
|
// Code generated by goctl. DO NOT EDIT!
|
|
|
|
// Source: user_center.proto
|
|
|
|
|
|
|
|
package usercenter
|
|
|
|
|
|
|
|
import (
|
|
|
|
"context"
|
|
|
|
|
|
|
|
"dcg/app/user_center/pb"
|
|
|
|
|
|
|
|
"github.com/zeromicro/go-zero/zrpc"
|
|
|
|
"google.golang.org/grpc"
|
|
|
|
)
|
|
|
|
|
|
|
|
type (
|
|
|
|
BuyEliteResp = pb.BuyEliteResp
|
|
|
|
BuyTitleResp = pb.BuyTitleResp
|
|
|
|
ChangeCoinReq = pb.ChangeCoinReq
|
|
|
|
ChangeEliteResp = pb.ChangeEliteResp
|
|
|
|
ChangeTitleResp = pb.ChangeTitleResp
|
|
|
|
DrawGiftPackReq = pb.DrawGiftPackReq
|
|
|
|
DrawGiftPackResp = pb.DrawGiftPackResp
|
|
|
|
EliteReq = pb.EliteReq
|
|
|
|
Empty = pb.Empty
|
|
|
|
GetUserCoinResp = pb.GetUserCoinResp
|
|
|
|
GiftPackItem = pb.GiftPackItem
|
|
|
|
GiveEliteReq = pb.GiveEliteReq
|
|
|
|
GiveTitleReq = pb.GiveTitleReq
|
|
|
|
Grade = pb.Grade
|
|
|
|
IncreaseWelfareReq = pb.IncreaseWelfareReq
|
|
|
|
PlatformUserReq = pb.PlatformUserReq
|
|
|
|
PlatformUserResp = pb.PlatformUserResp
|
|
|
|
RankPvpReq = pb.RankPvpReq
|
|
|
|
RankPvpResp = pb.RankPvpResp
|
|
|
|
RankPvpResp_Item = pb.RankPvpResp_Item
|
|
|
|
RankPvpSubmitReq = pb.RankPvpSubmitReq
|
|
|
|
RankPvpSubmitResp = pb.RankPvpSubmitResp
|
|
|
|
RankPvpSubmitResp_Item = pb.RankPvpSubmitResp_Item
|
|
|
|
RankPvpSubmitResp_Result = pb.RankPvpSubmitResp_Result
|
|
|
|
Response = pb.Response
|
|
|
|
StatPvPReportReq = pb.StatPvPReportReq
|
|
|
|
StatPvPReportReq_Item = pb.StatPvPReportReq_Item
|
|
|
|
StatPvPReportResp = pb.StatPvPReportResp
|
|
|
|
StatPvPReportResp_Item = pb.StatPvPReportResp_Item
|
|
|
|
TitleReq = pb.TitleReq
|
|
|
|
TransferUserCoinReq = pb.TransferUserCoinReq
|
|
|
|
TransferUserCoinResp = pb.TransferUserCoinResp
|
|
|
|
UserBuyNobilityReq = pb.UserBuyNobilityReq
|
|
|
|
UserCheckInResp = pb.UserCheckInResp
|
|
|
|
UserDetailsResp = pb.UserDetailsResp
|
|
|
|
UserDetailsResp_EliteItem = pb.UserDetailsResp_EliteItem
|
|
|
|
UserDetailsResp_TitleItem = pb.UserDetailsResp_TitleItem
|
|
|
|
UserGradeResp = pb.UserGradeResp
|
|
|
|
UserIdReq = pb.UserIdReq
|
|
|
|
UserIdResp = pb.UserIdResp
|
|
|
|
UserRankReq = pb.UserRankReq
|
|
|
|
UserRankResp = pb.UserRankResp
|
|
|
|
UserRankResp_Item = pb.UserRankResp_Item
|
|
|
|
UserSendGiftReq = pb.UserSendGiftReq
|
|
|
|
|
|
|
|
UserCenter interface {
|
|
|
|
// retrievePlatformUser 新增或获取用户
|
|
|
|
RetrievePlatformUser(ctx context.Context, in *PlatformUserReq, opts ...grpc.CallOption) (*PlatformUserResp, error)
|
|
|
|
// getUserDetails 获取用户详细信息
|
|
|
|
GetUserDetails(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*UserDetailsResp, error)
|
|
|
|
// getUserIdByPUid 通过平台用户id获取系统用户ID
|
|
|
|
GetUserIdByPUid(ctx context.Context, in *PlatformUserReq, opts ...grpc.CallOption) (*UserIdResp, error)
|
|
|
|
// UserCheckIn 用户签到|打卡
|
|
|
|
UserCheckIn(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*UserCheckInResp, error)
|
|
|
|
// changeCoin 新增或扣减用户弹币
|
|
|
|
ChangeCoin(ctx context.Context, in *ChangeCoinReq, opts ...grpc.CallOption) (*Empty, error)
|
|
|
|
// getUserCoin 获取用户弹币
|
|
|
|
GetUserCoin(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*GetUserCoinResp, error)
|
|
|
|
// transferUserCoin 转移用户弹币
|
|
|
|
TransferUserCoin(ctx context.Context, in *TransferUserCoinReq, opts ...grpc.CallOption) (*TransferUserCoinResp, error)
|
|
|
|
// UserSendGift 用户赠送礼物
|
|
|
|
UserSendGift(ctx context.Context, in *UserSendGiftReq, opts ...grpc.CallOption) (*Empty, error)
|
|
|
|
UserBuyNobility(ctx context.Context, in *UserBuyNobilityReq, opts ...grpc.CallOption) (*Empty, error)
|
|
|
|
StatPvpReport(ctx context.Context, in *StatPvPReportReq, opts ...grpc.CallOption) (*StatPvPReportResp, error)
|
|
|
|
DrawGiftPack(ctx context.Context, in *DrawGiftPackReq, opts ...grpc.CallOption) (*DrawGiftPackResp, error)
|
|
|
|
// @ZeroGroup: grade
|
|
|
|
GetUserGrade(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*UserGradeResp, error)
|
|
|
|
// rankPvp pvp排行
|
|
|
|
RankPvp(ctx context.Context, in *RankPvpReq, opts ...grpc.CallOption) (*RankPvpResp, error)
|
|
|
|
RankPvpSubmit(ctx context.Context, in *RankPvpSubmitReq, opts ...grpc.CallOption) (*RankPvpSubmitResp, error)
|
|
|
|
UserRankPvp(ctx context.Context, in *UserRankReq, opts ...grpc.CallOption) (*UserRankResp, error)
|
|
|
|
GiveElite(ctx context.Context, in *GiveEliteReq, opts ...grpc.CallOption) (*BuyEliteResp, error)
|
|
|
|
BuyElite(ctx context.Context, in *EliteReq, opts ...grpc.CallOption) (*BuyEliteResp, error)
|
|
|
|
GiveTitle(ctx context.Context, in *GiveTitleReq, opts ...grpc.CallOption) (*BuyTitleResp, error)
|
|
|
|
BuyTitle(ctx context.Context, in *TitleReq, opts ...grpc.CallOption) (*BuyTitleResp, error)
|
|
|
|
ChangeElite(ctx context.Context, in *EliteReq, opts ...grpc.CallOption) (*ChangeEliteResp, error)
|
|
|
|
ChangeTitle(ctx context.Context, in *TitleReq, opts ...grpc.CallOption) (*ChangeTitleResp, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
defaultUserCenter struct {
|
|
|
|
cli zrpc.Client
|
|
|
|
}
|
|
|
|
)
|
|
|
|
|
|
|
|
func NewUserCenter(cli zrpc.Client) UserCenter {
|
|
|
|
return &defaultUserCenter{
|
|
|
|
cli: cli,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// retrievePlatformUser 新增或获取用户
|
|
|
|
func (m *defaultUserCenter) RetrievePlatformUser(ctx context.Context, in *PlatformUserReq, opts ...grpc.CallOption) (*PlatformUserResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.RetrievePlatformUser(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// getUserDetails 获取用户详细信息
|
|
|
|
func (m *defaultUserCenter) GetUserDetails(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*UserDetailsResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.GetUserDetails(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// getUserIdByPUid 通过平台用户id获取系统用户ID
|
|
|
|
func (m *defaultUserCenter) GetUserIdByPUid(ctx context.Context, in *PlatformUserReq, opts ...grpc.CallOption) (*UserIdResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.GetUserIdByPUid(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UserCheckIn 用户签到|打卡
|
|
|
|
func (m *defaultUserCenter) UserCheckIn(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*UserCheckInResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.UserCheckIn(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// changeCoin 新增或扣减用户弹币
|
|
|
|
func (m *defaultUserCenter) ChangeCoin(ctx context.Context, in *ChangeCoinReq, opts ...grpc.CallOption) (*Empty, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.ChangeCoin(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// getUserCoin 获取用户弹币
|
|
|
|
func (m *defaultUserCenter) GetUserCoin(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*GetUserCoinResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.GetUserCoin(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// transferUserCoin 转移用户弹币
|
|
|
|
func (m *defaultUserCenter) TransferUserCoin(ctx context.Context, in *TransferUserCoinReq, opts ...grpc.CallOption) (*TransferUserCoinResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.TransferUserCoin(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UserSendGift 用户赠送礼物
|
|
|
|
func (m *defaultUserCenter) UserSendGift(ctx context.Context, in *UserSendGiftReq, opts ...grpc.CallOption) (*Empty, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.UserSendGift(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) UserBuyNobility(ctx context.Context, in *UserBuyNobilityReq, opts ...grpc.CallOption) (*Empty, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.UserBuyNobility(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) StatPvpReport(ctx context.Context, in *StatPvPReportReq, opts ...grpc.CallOption) (*StatPvPReportResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.StatPvpReport(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) DrawGiftPack(ctx context.Context, in *DrawGiftPackReq, opts ...grpc.CallOption) (*DrawGiftPackResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.DrawGiftPack(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// @ZeroGroup: grade
|
|
|
|
func (m *defaultUserCenter) GetUserGrade(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*UserGradeResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.GetUserGrade(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
// rankPvp pvp排行
|
|
|
|
func (m *defaultUserCenter) RankPvp(ctx context.Context, in *RankPvpReq, opts ...grpc.CallOption) (*RankPvpResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.RankPvp(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) RankPvpSubmit(ctx context.Context, in *RankPvpSubmitReq, opts ...grpc.CallOption) (*RankPvpSubmitResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.RankPvpSubmit(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) UserRankPvp(ctx context.Context, in *UserRankReq, opts ...grpc.CallOption) (*UserRankResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.UserRankPvp(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) GiveElite(ctx context.Context, in *GiveEliteReq, opts ...grpc.CallOption) (*BuyEliteResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.GiveElite(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) BuyElite(ctx context.Context, in *EliteReq, opts ...grpc.CallOption) (*BuyEliteResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.BuyElite(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) GiveTitle(ctx context.Context, in *GiveTitleReq, opts ...grpc.CallOption) (*BuyTitleResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.GiveTitle(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) BuyTitle(ctx context.Context, in *TitleReq, opts ...grpc.CallOption) (*BuyTitleResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.BuyTitle(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) ChangeElite(ctx context.Context, in *EliteReq, opts ...grpc.CallOption) (*ChangeEliteResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.ChangeElite(ctx, in, opts...)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *defaultUserCenter) ChangeTitle(ctx context.Context, in *TitleReq, opts ...grpc.CallOption) (*ChangeTitleResp, error) {
|
|
|
|
client := pb.NewUserCenterClient(m.cli.Conn())
|
|
|
|
return client.ChangeTitle(ctx, in, opts...)
|
|
|
|
}
|