2025-02-20 08:18:23 +00:00
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
// versions:
// - protoc-gen-go-triple v1.0.8
2025-05-30 13:37:38 +00:00
// - protoc v6.30.0--rc2
2025-05-26 08:32:59 +00:00
// source: api/accountFiee/accountFiee.proto
2025-02-20 08:18:23 +00:00
2025-05-26 08:32:59 +00:00
package accountFiee
2025-02-20 08:18:23 +00:00
import (
context "context"
protocol "dubbo.apache.org/dubbo-go/v3/protocol"
dubbo3 "dubbo.apache.org/dubbo-go/v3/protocol/dubbo3"
invocation "dubbo.apache.org/dubbo-go/v3/protocol/invocation"
grpc_go "github.com/dubbogo/grpc-go"
codes "github.com/dubbogo/grpc-go/codes"
metadata "github.com/dubbogo/grpc-go/metadata"
status "github.com/dubbogo/grpc-go/status"
common "github.com/dubbogo/triple/pkg/common"
constant "github.com/dubbogo/triple/pkg/common/constant"
triple "github.com/dubbogo/triple/pkg/triple"
)
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc_go . SupportPackageIsVersion7
2025-05-26 08:32:59 +00:00
// AccountFieeClient is the client API for AccountFiee service.
2025-02-20 08:18:23 +00:00
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
2025-05-26 08:32:59 +00:00
type AccountFieeClient interface {
2025-02-20 08:18:23 +00:00
Login ( ctx context . Context , in * LoginRequest , opts ... grpc_go . CallOption ) ( * TokenInfo , common . ErrorWithAttachment )
RefreshToken ( ctx context . Context , in * RefreshTokenRequest , opts ... grpc_go . CallOption ) ( * TokenInfo , common . ErrorWithAttachment )
Logout ( ctx context . Context , in * DecryptJwtRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment )
OffLine ( ctx context . Context , in * CommonRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment )
OnlineLog ( ctx context . Context , in * LoginInfosByUserIdRequest , opts ... grpc_go . CallOption ) ( * LoginLogsResponse , common . ErrorWithAttachment )
OnlineLogById ( ctx context . Context , in * OnlineLogByIdRequest , opts ... grpc_go . CallOption ) ( * LoginLog , common . ErrorWithAttachment )
CheckPwd ( ctx context . Context , in * CheckPwdRequest , opts ... grpc_go . CallOption ) ( * UpdateResponse , common . ErrorWithAttachment )
2025-05-30 13:37:38 +00:00
// rpc RegisterOrExist (RegistRequest) returns (RequestStatus) {}
2025-02-20 08:18:23 +00:00
SendMsg ( ctx context . Context , in * SendMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
SendCustomMsg ( ctx context . Context , in * SendCustomMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
SendExCustomMsg ( ctx context . Context , in * SendCustomMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
SendMsgRegister ( ctx context . Context , in * SendMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
CheckMsg ( ctx context . Context , in * CheckMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
SendNewTelNumMsg ( ctx context . Context , in * SendNewTelNumMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
UpdateTelNum ( ctx context . Context , in * SendNewTelNumMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
Authentication ( ctx context . Context , in * AuthenticationRequest , opts ... grpc_go . CallOption ) ( * RequestStatus , common . ErrorWithAttachment )
DecryptJwt ( ctx context . Context , in * DecryptJwtRequest , opts ... grpc_go . CallOption ) ( * DecryptJwtResponse , common . ErrorWithAttachment )
Info ( ctx context . Context , in * InfoRequest , opts ... grpc_go . CallOption ) ( * UserInfoResponse , common . ErrorWithAttachment )
JobNumGetInfo ( ctx context . Context , in * JobNumGetInfoRequest , opts ... grpc_go . CallOption ) ( * InfoResponse , common . ErrorWithAttachment )
List ( ctx context . Context , in * ListRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment )
RandList ( ctx context . Context , in * ListRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment )
ListByIDs ( ctx context . Context , in * ListByIDsRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment )
Remove ( ctx context . Context , in * RemoveRequest , opts ... grpc_go . CallOption ) ( * RemoveResponse , common . ErrorWithAttachment )
Update ( ctx context . Context , in * UpdateRequest , opts ... grpc_go . CallOption ) ( * UpdateResponse , common . ErrorWithAttachment )
UsersByTel ( ctx context . Context , in * UsersByTelRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment )
2025-02-21 09:49:04 +00:00
UserByTel ( ctx context . Context , in * UserByTelRequest , opts ... grpc_go . CallOption ) ( * UserInfoResponse , common . ErrorWithAttachment )
2025-02-20 08:18:23 +00:00
OnlySendMsg ( ctx context . Context , in * SendMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
OnlyCheckMsg ( ctx context . Context , in * CheckMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
MailAccountByNickName ( ctx context . Context , in * MailAccountByNickNameRequest , opts ... grpc_go . CallOption ) ( * MaiAccountResponse , common . ErrorWithAttachment )
ListV2 ( ctx context . Context , in * ListV2Request , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment )
QueryPersonnelWithTheSameName ( ctx context . Context , in * QueryPersonnelWithTheSameNameRequest , opts ... grpc_go . CallOption ) ( * QueryPersonnelWithTheSameNameResponse , common . ErrorWithAttachment )
UsersByJobNum ( ctx context . Context , in * UsersByJobNumRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment )
RealName ( ctx context . Context , in * RealNameRequest , opts ... grpc_go . CallOption ) ( * RealNameResponse , common . ErrorWithAttachment )
Register ( ctx context . Context , in * RegistRequest , opts ... grpc_go . CallOption ) ( * RegisterResponse , common . ErrorWithAttachment )
UserList ( ctx context . Context , in * UserListRequest , opts ... grpc_go . CallOption ) ( * UserListResponse , common . ErrorWithAttachment )
CheckRealName ( ctx context . Context , in * CheckRealNameRequest , opts ... grpc_go . CallOption ) ( * CheckRealNameResponse , common . ErrorWithAttachment )
2025-02-21 08:57:10 +00:00
GenerateSliderCaptcha ( ctx context . Context , in * GenerateSliderCaptchaRequest , opts ... grpc_go . CallOption ) ( * GenerateSliderCaptchaResponse , common . ErrorWithAttachment )
VerifySliderCaptcha ( ctx context . Context , in * VerifySliderCaptchaRequest , opts ... grpc_go . CallOption ) ( * VerifySliderCaptchaResponse , common . ErrorWithAttachment )
SendNationMsg ( ctx context . Context , in * SendNationMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment )
2025-03-11 12:08:53 +00:00
VerifySliderStatus ( ctx context . Context , in * VerifySliderStatusRequest , opts ... grpc_go . CallOption ) ( * VerifySliderStatusResponse , common . ErrorWithAttachment )
2025-05-30 13:37:38 +00:00
// submit info
SaveSubmitInfo ( ctx context . Context , in * SubmitInfoRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment )
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
type accountFieeClient struct {
2025-02-20 08:18:23 +00:00
cc * triple . TripleConn
}
2025-05-26 08:32:59 +00:00
type AccountFieeClientImpl struct {
2025-02-20 08:18:23 +00:00
Login func ( ctx context . Context , in * LoginRequest ) ( * TokenInfo , error )
RefreshToken func ( ctx context . Context , in * RefreshTokenRequest ) ( * TokenInfo , error )
Logout func ( ctx context . Context , in * DecryptJwtRequest ) ( * CommonResponse , error )
OffLine func ( ctx context . Context , in * CommonRequest ) ( * CommonResponse , error )
OnlineLog func ( ctx context . Context , in * LoginInfosByUserIdRequest ) ( * LoginLogsResponse , error )
OnlineLogById func ( ctx context . Context , in * OnlineLogByIdRequest ) ( * LoginLog , error )
CheckPwd func ( ctx context . Context , in * CheckPwdRequest ) ( * UpdateResponse , error )
SendMsg func ( ctx context . Context , in * SendMsgRequest ) ( * SendMsgStatusResponse , error )
SendCustomMsg func ( ctx context . Context , in * SendCustomMsgRequest ) ( * SendMsgStatusResponse , error )
SendExCustomMsg func ( ctx context . Context , in * SendCustomMsgRequest ) ( * SendMsgStatusResponse , error )
SendMsgRegister func ( ctx context . Context , in * SendMsgRequest ) ( * SendMsgStatusResponse , error )
CheckMsg func ( ctx context . Context , in * CheckMsgRequest ) ( * SendMsgStatusResponse , error )
SendNewTelNumMsg func ( ctx context . Context , in * SendNewTelNumMsgRequest ) ( * SendMsgStatusResponse , error )
UpdateTelNum func ( ctx context . Context , in * SendNewTelNumMsgRequest ) ( * SendMsgStatusResponse , error )
Authentication func ( ctx context . Context , in * AuthenticationRequest ) ( * RequestStatus , error )
DecryptJwt func ( ctx context . Context , in * DecryptJwtRequest ) ( * DecryptJwtResponse , error )
Info func ( ctx context . Context , in * InfoRequest ) ( * UserInfoResponse , error )
JobNumGetInfo func ( ctx context . Context , in * JobNumGetInfoRequest ) ( * InfoResponse , error )
List func ( ctx context . Context , in * ListRequest ) ( * ListResponse , error )
RandList func ( ctx context . Context , in * ListRequest ) ( * ListResponse , error )
ListByIDs func ( ctx context . Context , in * ListByIDsRequest ) ( * ListResponse , error )
Remove func ( ctx context . Context , in * RemoveRequest ) ( * RemoveResponse , error )
Update func ( ctx context . Context , in * UpdateRequest ) ( * UpdateResponse , error )
UsersByTel func ( ctx context . Context , in * UsersByTelRequest ) ( * ListResponse , error )
2025-02-21 09:49:04 +00:00
UserByTel func ( ctx context . Context , in * UserByTelRequest ) ( * UserInfoResponse , error )
2025-02-20 08:18:23 +00:00
OnlySendMsg func ( ctx context . Context , in * SendMsgRequest ) ( * SendMsgStatusResponse , error )
OnlyCheckMsg func ( ctx context . Context , in * CheckMsgRequest ) ( * SendMsgStatusResponse , error )
MailAccountByNickName func ( ctx context . Context , in * MailAccountByNickNameRequest ) ( * MaiAccountResponse , error )
ListV2 func ( ctx context . Context , in * ListV2Request ) ( * ListResponse , error )
QueryPersonnelWithTheSameName func ( ctx context . Context , in * QueryPersonnelWithTheSameNameRequest ) ( * QueryPersonnelWithTheSameNameResponse , error )
UsersByJobNum func ( ctx context . Context , in * UsersByJobNumRequest ) ( * ListResponse , error )
RealName func ( ctx context . Context , in * RealNameRequest ) ( * RealNameResponse , error )
Register func ( ctx context . Context , in * RegistRequest ) ( * RegisterResponse , error )
UserList func ( ctx context . Context , in * UserListRequest ) ( * UserListResponse , error )
CheckRealName func ( ctx context . Context , in * CheckRealNameRequest ) ( * CheckRealNameResponse , error )
2025-02-21 08:57:10 +00:00
GenerateSliderCaptcha func ( ctx context . Context , in * GenerateSliderCaptchaRequest ) ( * GenerateSliderCaptchaResponse , error )
VerifySliderCaptcha func ( ctx context . Context , in * VerifySliderCaptchaRequest ) ( * VerifySliderCaptchaResponse , error )
SendNationMsg func ( ctx context . Context , in * SendNationMsgRequest ) ( * SendMsgStatusResponse , error )
2025-03-11 12:08:53 +00:00
VerifySliderStatus func ( ctx context . Context , in * VerifySliderStatusRequest ) ( * VerifySliderStatusResponse , error )
2025-05-30 13:37:38 +00:00
SaveSubmitInfo func ( ctx context . Context , in * SubmitInfoRequest ) ( * CommonResponse , error )
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func ( c * AccountFieeClientImpl ) GetDubboStub ( cc * triple . TripleConn ) AccountFieeClient {
return NewAccountFieeClient ( cc )
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func ( c * AccountFieeClientImpl ) XXX_InterfaceName ( ) string {
return "accountFiee.AccountFiee"
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func NewAccountFieeClient ( cc * triple . TripleConn ) AccountFieeClient {
return & accountFieeClient { cc }
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Login ( ctx context . Context , in * LoginRequest , opts ... grpc_go . CallOption ) ( * TokenInfo , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( TokenInfo )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Login" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) RefreshToken ( ctx context . Context , in * RefreshTokenRequest , opts ... grpc_go . CallOption ) ( * TokenInfo , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( TokenInfo )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/RefreshToken" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Logout ( ctx context . Context , in * DecryptJwtRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( CommonResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Logout" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) OffLine ( ctx context . Context , in * CommonRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( CommonResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/OffLine" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) OnlineLog ( ctx context . Context , in * LoginInfosByUserIdRequest , opts ... grpc_go . CallOption ) ( * LoginLogsResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( LoginLogsResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/OnlineLog" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) OnlineLogById ( ctx context . Context , in * OnlineLogByIdRequest , opts ... grpc_go . CallOption ) ( * LoginLog , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( LoginLog )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/OnlineLogById" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) CheckPwd ( ctx context . Context , in * CheckPwdRequest , opts ... grpc_go . CallOption ) ( * UpdateResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( UpdateResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/CheckPwd" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) SendMsg ( ctx context . Context , in * SendMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SendMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) SendCustomMsg ( ctx context . Context , in * SendCustomMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SendCustomMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) SendExCustomMsg ( ctx context . Context , in * SendCustomMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SendExCustomMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) SendMsgRegister ( ctx context . Context , in * SendMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SendMsgRegister" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) CheckMsg ( ctx context . Context , in * CheckMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/CheckMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) SendNewTelNumMsg ( ctx context . Context , in * SendNewTelNumMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SendNewTelNumMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) UpdateTelNum ( ctx context . Context , in * SendNewTelNumMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/UpdateTelNum" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Authentication ( ctx context . Context , in * AuthenticationRequest , opts ... grpc_go . CallOption ) ( * RequestStatus , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( RequestStatus )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Authentication" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) DecryptJwt ( ctx context . Context , in * DecryptJwtRequest , opts ... grpc_go . CallOption ) ( * DecryptJwtResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( DecryptJwtResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/DecryptJwt" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Info ( ctx context . Context , in * InfoRequest , opts ... grpc_go . CallOption ) ( * UserInfoResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( UserInfoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Info" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) JobNumGetInfo ( ctx context . Context , in * JobNumGetInfoRequest , opts ... grpc_go . CallOption ) ( * InfoResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( InfoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/JobNumGetInfo" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) List ( ctx context . Context , in * ListRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( ListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/List" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) RandList ( ctx context . Context , in * ListRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( ListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/RandList" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) ListByIDs ( ctx context . Context , in * ListByIDsRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( ListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/ListByIDs" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Remove ( ctx context . Context , in * RemoveRequest , opts ... grpc_go . CallOption ) ( * RemoveResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( RemoveResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Remove" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Update ( ctx context . Context , in * UpdateRequest , opts ... grpc_go . CallOption ) ( * UpdateResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( UpdateResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Update" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) UsersByTel ( ctx context . Context , in * UsersByTelRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( ListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/UsersByTel" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) UserByTel ( ctx context . Context , in * UserByTelRequest , opts ... grpc_go . CallOption ) ( * UserInfoResponse , common . ErrorWithAttachment ) {
2025-02-21 09:49:04 +00:00
out := new ( UserInfoResponse )
2025-02-20 08:18:23 +00:00
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/UserByTel" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) OnlySendMsg ( ctx context . Context , in * SendMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/OnlySendMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) OnlyCheckMsg ( ctx context . Context , in * CheckMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/OnlyCheckMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) MailAccountByNickName ( ctx context . Context , in * MailAccountByNickNameRequest , opts ... grpc_go . CallOption ) ( * MaiAccountResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( MaiAccountResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/MailAccountByNickName" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) ListV2 ( ctx context . Context , in * ListV2Request , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( ListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/ListV2" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) QueryPersonnelWithTheSameName ( ctx context . Context , in * QueryPersonnelWithTheSameNameRequest , opts ... grpc_go . CallOption ) ( * QueryPersonnelWithTheSameNameResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( QueryPersonnelWithTheSameNameResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/QueryPersonnelWithTheSameName" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) UsersByJobNum ( ctx context . Context , in * UsersByJobNumRequest , opts ... grpc_go . CallOption ) ( * ListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( ListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/UsersByJobNum" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) RealName ( ctx context . Context , in * RealNameRequest , opts ... grpc_go . CallOption ) ( * RealNameResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( RealNameResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/RealName" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) Register ( ctx context . Context , in * RegistRequest , opts ... grpc_go . CallOption ) ( * RegisterResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( RegisterResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/Register" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) UserList ( ctx context . Context , in * UserListRequest , opts ... grpc_go . CallOption ) ( * UserListResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( UserListResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/UserList" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) CheckRealName ( ctx context . Context , in * CheckRealNameRequest , opts ... grpc_go . CallOption ) ( * CheckRealNameResponse , common . ErrorWithAttachment ) {
2025-02-20 08:18:23 +00:00
out := new ( CheckRealNameResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/CheckRealName" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) GenerateSliderCaptcha ( ctx context . Context , in * GenerateSliderCaptchaRequest , opts ... grpc_go . CallOption ) ( * GenerateSliderCaptchaResponse , common . ErrorWithAttachment ) {
2025-02-21 08:57:10 +00:00
out := new ( GenerateSliderCaptchaResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/GenerateSliderCaptcha" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) VerifySliderCaptcha ( ctx context . Context , in * VerifySliderCaptchaRequest , opts ... grpc_go . CallOption ) ( * VerifySliderCaptchaResponse , common . ErrorWithAttachment ) {
2025-02-21 08:57:10 +00:00
out := new ( VerifySliderCaptchaResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/VerifySliderCaptcha" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) SendNationMsg ( ctx context . Context , in * SendNationMsgRequest , opts ... grpc_go . CallOption ) ( * SendMsgStatusResponse , common . ErrorWithAttachment ) {
2025-02-21 08:57:10 +00:00
out := new ( SendMsgStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SendNationMsg" , in , out )
}
2025-05-26 08:32:59 +00:00
func ( c * accountFieeClient ) VerifySliderStatus ( ctx context . Context , in * VerifySliderStatusRequest , opts ... grpc_go . CallOption ) ( * VerifySliderStatusResponse , common . ErrorWithAttachment ) {
2025-03-11 12:08:53 +00:00
out := new ( VerifySliderStatusResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/VerifySliderStatus" , in , out )
}
2025-05-30 13:37:38 +00:00
func ( c * accountFieeClient ) SaveSubmitInfo ( ctx context . Context , in * SubmitInfoRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment ) {
out := new ( CommonResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SaveSubmitInfo" , in , out )
}
2025-05-26 08:32:59 +00:00
// AccountFieeServer is the server API for AccountFiee service.
// All implementations must embed UnimplementedAccountFieeServer
2025-02-20 08:18:23 +00:00
// for forward compatibility
2025-05-26 08:32:59 +00:00
type AccountFieeServer interface {
2025-02-20 08:18:23 +00:00
Login ( context . Context , * LoginRequest ) ( * TokenInfo , error )
RefreshToken ( context . Context , * RefreshTokenRequest ) ( * TokenInfo , error )
Logout ( context . Context , * DecryptJwtRequest ) ( * CommonResponse , error )
OffLine ( context . Context , * CommonRequest ) ( * CommonResponse , error )
OnlineLog ( context . Context , * LoginInfosByUserIdRequest ) ( * LoginLogsResponse , error )
OnlineLogById ( context . Context , * OnlineLogByIdRequest ) ( * LoginLog , error )
CheckPwd ( context . Context , * CheckPwdRequest ) ( * UpdateResponse , error )
2025-05-30 13:37:38 +00:00
// rpc RegisterOrExist (RegistRequest) returns (RequestStatus) {}
2025-02-20 08:18:23 +00:00
SendMsg ( context . Context , * SendMsgRequest ) ( * SendMsgStatusResponse , error )
SendCustomMsg ( context . Context , * SendCustomMsgRequest ) ( * SendMsgStatusResponse , error )
SendExCustomMsg ( context . Context , * SendCustomMsgRequest ) ( * SendMsgStatusResponse , error )
SendMsgRegister ( context . Context , * SendMsgRequest ) ( * SendMsgStatusResponse , error )
CheckMsg ( context . Context , * CheckMsgRequest ) ( * SendMsgStatusResponse , error )
SendNewTelNumMsg ( context . Context , * SendNewTelNumMsgRequest ) ( * SendMsgStatusResponse , error )
UpdateTelNum ( context . Context , * SendNewTelNumMsgRequest ) ( * SendMsgStatusResponse , error )
Authentication ( context . Context , * AuthenticationRequest ) ( * RequestStatus , error )
DecryptJwt ( context . Context , * DecryptJwtRequest ) ( * DecryptJwtResponse , error )
Info ( context . Context , * InfoRequest ) ( * UserInfoResponse , error )
JobNumGetInfo ( context . Context , * JobNumGetInfoRequest ) ( * InfoResponse , error )
List ( context . Context , * ListRequest ) ( * ListResponse , error )
RandList ( context . Context , * ListRequest ) ( * ListResponse , error )
ListByIDs ( context . Context , * ListByIDsRequest ) ( * ListResponse , error )
Remove ( context . Context , * RemoveRequest ) ( * RemoveResponse , error )
Update ( context . Context , * UpdateRequest ) ( * UpdateResponse , error )
UsersByTel ( context . Context , * UsersByTelRequest ) ( * ListResponse , error )
2025-02-21 09:49:04 +00:00
UserByTel ( context . Context , * UserByTelRequest ) ( * UserInfoResponse , error )
2025-02-20 08:18:23 +00:00
OnlySendMsg ( context . Context , * SendMsgRequest ) ( * SendMsgStatusResponse , error )
OnlyCheckMsg ( context . Context , * CheckMsgRequest ) ( * SendMsgStatusResponse , error )
MailAccountByNickName ( context . Context , * MailAccountByNickNameRequest ) ( * MaiAccountResponse , error )
ListV2 ( context . Context , * ListV2Request ) ( * ListResponse , error )
QueryPersonnelWithTheSameName ( context . Context , * QueryPersonnelWithTheSameNameRequest ) ( * QueryPersonnelWithTheSameNameResponse , error )
UsersByJobNum ( context . Context , * UsersByJobNumRequest ) ( * ListResponse , error )
RealName ( context . Context , * RealNameRequest ) ( * RealNameResponse , error )
Register ( context . Context , * RegistRequest ) ( * RegisterResponse , error )
UserList ( context . Context , * UserListRequest ) ( * UserListResponse , error )
CheckRealName ( context . Context , * CheckRealNameRequest ) ( * CheckRealNameResponse , error )
2025-02-21 08:57:10 +00:00
GenerateSliderCaptcha ( context . Context , * GenerateSliderCaptchaRequest ) ( * GenerateSliderCaptchaResponse , error )
VerifySliderCaptcha ( context . Context , * VerifySliderCaptchaRequest ) ( * VerifySliderCaptchaResponse , error )
SendNationMsg ( context . Context , * SendNationMsgRequest ) ( * SendMsgStatusResponse , error )
2025-03-11 12:08:53 +00:00
VerifySliderStatus ( context . Context , * VerifySliderStatusRequest ) ( * VerifySliderStatusResponse , error )
2025-05-30 13:37:38 +00:00
// submit info
SaveSubmitInfo ( context . Context , * SubmitInfoRequest ) ( * CommonResponse , error )
2025-05-26 08:32:59 +00:00
mustEmbedUnimplementedAccountFieeServer ( )
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
// UnimplementedAccountFieeServer must be embedded to have forward compatible implementations.
type UnimplementedAccountFieeServer struct {
2025-02-20 08:18:23 +00:00
proxyImpl protocol . Invoker
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Login ( context . Context , * LoginRequest ) ( * TokenInfo , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Login not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) RefreshToken ( context . Context , * RefreshTokenRequest ) ( * TokenInfo , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method RefreshToken not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Logout ( context . Context , * DecryptJwtRequest ) ( * CommonResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Logout not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) OffLine ( context . Context , * CommonRequest ) ( * CommonResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method OffLine not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) OnlineLog ( context . Context , * LoginInfosByUserIdRequest ) ( * LoginLogsResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method OnlineLog not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) OnlineLogById ( context . Context , * OnlineLogByIdRequest ) ( * LoginLog , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method OnlineLogById not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) CheckPwd ( context . Context , * CheckPwdRequest ) ( * UpdateResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method CheckPwd not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) SendMsg ( context . Context , * SendMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SendMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) SendCustomMsg ( context . Context , * SendCustomMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SendCustomMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) SendExCustomMsg ( context . Context , * SendCustomMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SendExCustomMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) SendMsgRegister ( context . Context , * SendMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SendMsgRegister not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) CheckMsg ( context . Context , * CheckMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method CheckMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) SendNewTelNumMsg ( context . Context , * SendNewTelNumMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SendNewTelNumMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) UpdateTelNum ( context . Context , * SendNewTelNumMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method UpdateTelNum not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Authentication ( context . Context , * AuthenticationRequest ) ( * RequestStatus , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Authentication not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) DecryptJwt ( context . Context , * DecryptJwtRequest ) ( * DecryptJwtResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method DecryptJwt not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Info ( context . Context , * InfoRequest ) ( * UserInfoResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Info not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) JobNumGetInfo ( context . Context , * JobNumGetInfoRequest ) ( * InfoResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method JobNumGetInfo not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) List ( context . Context , * ListRequest ) ( * ListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method List not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) RandList ( context . Context , * ListRequest ) ( * ListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method RandList not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) ListByIDs ( context . Context , * ListByIDsRequest ) ( * ListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method ListByIDs not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Remove ( context . Context , * RemoveRequest ) ( * RemoveResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Remove not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Update ( context . Context , * UpdateRequest ) ( * UpdateResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Update not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) UsersByTel ( context . Context , * UsersByTelRequest ) ( * ListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method UsersByTel not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) UserByTel ( context . Context , * UserByTelRequest ) ( * UserInfoResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method UserByTel not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) OnlySendMsg ( context . Context , * SendMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method OnlySendMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) OnlyCheckMsg ( context . Context , * CheckMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method OnlyCheckMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) MailAccountByNickName ( context . Context , * MailAccountByNickNameRequest ) ( * MaiAccountResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method MailAccountByNickName not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) ListV2 ( context . Context , * ListV2Request ) ( * ListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method ListV2 not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) QueryPersonnelWithTheSameName ( context . Context , * QueryPersonnelWithTheSameNameRequest ) ( * QueryPersonnelWithTheSameNameResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method QueryPersonnelWithTheSameName not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) UsersByJobNum ( context . Context , * UsersByJobNumRequest ) ( * ListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method UsersByJobNum not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) RealName ( context . Context , * RealNameRequest ) ( * RealNameResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method RealName not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) Register ( context . Context , * RegistRequest ) ( * RegisterResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method Register not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) UserList ( context . Context , * UserListRequest ) ( * UserListResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method UserList not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) CheckRealName ( context . Context , * CheckRealNameRequest ) ( * CheckRealNameResponse , error ) {
2025-02-20 08:18:23 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method CheckRealName not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) GenerateSliderCaptcha ( context . Context , * GenerateSliderCaptchaRequest ) ( * GenerateSliderCaptchaResponse , error ) {
2025-02-21 08:57:10 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method GenerateSliderCaptcha not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) VerifySliderCaptcha ( context . Context , * VerifySliderCaptchaRequest ) ( * VerifySliderCaptchaResponse , error ) {
2025-02-21 08:57:10 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method VerifySliderCaptcha not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) SendNationMsg ( context . Context , * SendNationMsgRequest ) ( * SendMsgStatusResponse , error ) {
2025-02-21 08:57:10 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SendNationMsg not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) VerifySliderStatus ( context . Context , * VerifySliderStatusRequest ) ( * VerifySliderStatusResponse , error ) {
2025-03-11 12:08:53 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method VerifySliderStatus not implemented" )
}
2025-05-30 13:37:38 +00:00
func ( UnimplementedAccountFieeServer ) SaveSubmitInfo ( context . Context , * SubmitInfoRequest ) ( * CommonResponse , error ) {
return nil , status . Errorf ( codes . Unimplemented , "method SaveSubmitInfo not implemented" )
}
2025-05-26 08:32:59 +00:00
func ( s * UnimplementedAccountFieeServer ) XXX_SetProxyImpl ( impl protocol . Invoker ) {
2025-02-20 08:18:23 +00:00
s . proxyImpl = impl
}
2025-05-26 08:32:59 +00:00
func ( s * UnimplementedAccountFieeServer ) XXX_GetProxyImpl ( ) protocol . Invoker {
2025-02-20 08:18:23 +00:00
return s . proxyImpl
}
2025-05-26 08:32:59 +00:00
func ( s * UnimplementedAccountFieeServer ) XXX_ServiceDesc ( ) * grpc_go . ServiceDesc {
return & AccountFiee_ServiceDesc
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func ( s * UnimplementedAccountFieeServer ) XXX_InterfaceName ( ) string {
return "accountFiee.AccountFiee"
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func ( UnimplementedAccountFieeServer ) mustEmbedUnimplementedAccountFieeServer ( ) { }
2025-02-20 08:18:23 +00:00
2025-05-26 08:32:59 +00:00
// UnsafeAccountFieeServer may be embedded to opt out of forward compatibility for this service.
// Use of this interface is not recommended, as added methods to AccountFieeServer will
2025-02-20 08:18:23 +00:00
// result in compilation errors.
2025-05-26 08:32:59 +00:00
type UnsafeAccountFieeServer interface {
mustEmbedUnimplementedAccountFieeServer ( )
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func RegisterAccountFieeServer ( s grpc_go . ServiceRegistrar , srv AccountFieeServer ) {
s . RegisterService ( & AccountFiee_ServiceDesc , srv )
2025-02-20 08:18:23 +00:00
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Login_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( LoginRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Login" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_RefreshToken_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( RefreshTokenRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "RefreshToken" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Logout_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( DecryptJwtRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Logout" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_OffLine_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( CommonRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "OffLine" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_OnlineLog_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( LoginInfosByUserIdRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "OnlineLog" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_OnlineLogById_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( OnlineLogByIdRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "OnlineLogById" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_CheckPwd_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( CheckPwdRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "CheckPwd" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_SendMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SendMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_SendCustomMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendCustomMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SendCustomMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_SendExCustomMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendCustomMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SendExCustomMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_SendMsgRegister_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SendMsgRegister" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_CheckMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( CheckMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "CheckMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_SendNewTelNumMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendNewTelNumMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SendNewTelNumMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_UpdateTelNum_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendNewTelNumMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "UpdateTelNum" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Authentication_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( AuthenticationRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Authentication" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_DecryptJwt_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( DecryptJwtRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "DecryptJwt" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Info_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( InfoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Info" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_JobNumGetInfo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( JobNumGetInfoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "JobNumGetInfo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_List_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( ListRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "List" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_RandList_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( ListRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "RandList" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_ListByIDs_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( ListByIDsRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "ListByIDs" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Remove_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( RemoveRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Remove" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Update_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( UpdateRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Update" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_UsersByTel_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( UsersByTelRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "UsersByTel" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_UserByTel_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( UserByTelRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "UserByTel" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_OnlySendMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( SendMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "OnlySendMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_OnlyCheckMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( CheckMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "OnlyCheckMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_MailAccountByNickName_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( MailAccountByNickNameRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "MailAccountByNickName" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_ListV2_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( ListV2Request )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "ListV2" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_QueryPersonnelWithTheSameName_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( QueryPersonnelWithTheSameNameRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "QueryPersonnelWithTheSameName" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_UsersByJobNum_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( UsersByJobNumRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "UsersByJobNum" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_RealName_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( RealNameRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "RealName" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_Register_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( RegistRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "Register" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_UserList_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( UserListRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "UserList" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_CheckRealName_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-20 08:18:23 +00:00
in := new ( CheckRealNameRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "CheckRealName" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_GenerateSliderCaptcha_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-21 08:57:10 +00:00
in := new ( GenerateSliderCaptchaRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "GenerateSliderCaptcha" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_VerifySliderCaptcha_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-21 08:57:10 +00:00
in := new ( VerifySliderCaptchaRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "VerifySliderCaptcha" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_SendNationMsg_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-02-21 08:57:10 +00:00
in := new ( SendNationMsgRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SendNationMsg" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
func _AccountFiee_VerifySliderStatus_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-03-11 12:08:53 +00:00
in := new ( VerifySliderStatusRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "VerifySliderStatus" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-30 13:37:38 +00:00
func _AccountFiee_SaveSubmitInfo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( SubmitInfoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SaveSubmitInfo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-26 08:32:59 +00:00
// AccountFiee_ServiceDesc is the grpc_go.ServiceDesc for AccountFiee service.
2025-02-20 08:18:23 +00:00
// It's only intended for direct use with grpc_go.RegisterService,
// and not to be introspected or modified (even as a copy)
2025-05-26 08:32:59 +00:00
var AccountFiee_ServiceDesc = grpc_go . ServiceDesc {
ServiceName : "accountFiee.AccountFiee" ,
HandlerType : ( * AccountFieeServer ) ( nil ) ,
2025-02-20 08:18:23 +00:00
Methods : [ ] grpc_go . MethodDesc {
{
MethodName : "Login" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Login_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "RefreshToken" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_RefreshToken_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "Logout" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Logout_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "OffLine" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_OffLine_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "OnlineLog" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_OnlineLog_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "OnlineLogById" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_OnlineLogById_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "CheckPwd" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_CheckPwd_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "SendMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_SendMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "SendCustomMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_SendCustomMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "SendExCustomMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_SendExCustomMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "SendMsgRegister" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_SendMsgRegister_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "CheckMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_CheckMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "SendNewTelNumMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_SendNewTelNumMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "UpdateTelNum" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_UpdateTelNum_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "Authentication" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Authentication_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "DecryptJwt" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_DecryptJwt_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "Info" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Info_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "JobNumGetInfo" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_JobNumGetInfo_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "List" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_List_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "RandList" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_RandList_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "ListByIDs" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_ListByIDs_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "Remove" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Remove_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "Update" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Update_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "UsersByTel" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_UsersByTel_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "UserByTel" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_UserByTel_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "OnlySendMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_OnlySendMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "OnlyCheckMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_OnlyCheckMsg_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "MailAccountByNickName" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_MailAccountByNickName_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "ListV2" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_ListV2_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "QueryPersonnelWithTheSameName" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_QueryPersonnelWithTheSameName_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "UsersByJobNum" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_UsersByJobNum_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "RealName" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_RealName_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "Register" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_Register_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "UserList" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_UserList_Handler ,
2025-02-20 08:18:23 +00:00
} ,
{
MethodName : "CheckRealName" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_CheckRealName_Handler ,
2025-02-20 08:18:23 +00:00
} ,
2025-02-21 08:57:10 +00:00
{
MethodName : "GenerateSliderCaptcha" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_GenerateSliderCaptcha_Handler ,
2025-02-21 08:57:10 +00:00
} ,
{
MethodName : "VerifySliderCaptcha" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_VerifySliderCaptcha_Handler ,
2025-02-21 08:57:10 +00:00
} ,
{
MethodName : "SendNationMsg" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_SendNationMsg_Handler ,
2025-02-21 08:57:10 +00:00
} ,
2025-03-11 12:08:53 +00:00
{
MethodName : "VerifySliderStatus" ,
2025-05-26 08:32:59 +00:00
Handler : _AccountFiee_VerifySliderStatus_Handler ,
2025-03-11 12:08:53 +00:00
} ,
2025-05-30 13:37:38 +00:00
{
MethodName : "SaveSubmitInfo" ,
Handler : _AccountFiee_SaveSubmitInfo_Handler ,
} ,
2025-02-20 08:18:23 +00:00
} ,
Streams : [ ] grpc_go . StreamDesc { } ,
2025-05-26 08:32:59 +00:00
Metadata : "api/accountFiee/accountFiee.proto" ,
2025-02-20 08:18:23 +00:00
}