refactor: add unified all service gateway
This commit is contained in:
@@ -1183,17 +1183,17 @@ const file_module_finance_wallet_proto_wallet_proto_rawDesc = "" +
|
||||
"\x10ApplyCashRequest\x12\x18\n" +
|
||||
"\achannel\x18\x01 \x01(\x05R\achannel\x12\x16\n" +
|
||||
"\x06amount\x18\x02 \x01(\x03R\x06amount\x12\x16\n" +
|
||||
"\x06remark\x18\x03 \x01(\tR\x06remark2\xa1\x04\n" +
|
||||
"\x06remark\x18\x03 \x01(\tR\x06remark2\xec\x04\n" +
|
||||
"\x05Basic\x12?\n" +
|
||||
"\tGetWallet\x12\x18.wallet.GetWalletRequest\x1a\x16.wallet.GetWalletReply\"\x00\x12F\n" +
|
||||
"\x0eSetPayPassword\x12\x1d.wallet.SetPayPasswordRequest\x1a\x13.blocks.StatusReply\"\x00\x12D\n" +
|
||||
"\rBindPaymentId\x12\x1c.wallet.BindPaymentIDRequest\x1a\x13.blocks.StatusReply\"\x00\x12H\n" +
|
||||
"\fTransactions\x12\x1b.wallet.TransactionsRequest\x1a\x19.wallet.TransactionsReply\"\x00\x12@\n" +
|
||||
"\vAddBankCard\x12\x1a.wallet.AddBankCardRequest\x1a\x13.blocks.StatusReply\"\x00\x12?\n" +
|
||||
"\vGetBankCard\x12\x14.wallet.FinanceEmpty\x1a\x18.wallet.GetBankCardReply\"\x00\x12>\n" +
|
||||
"\tGetWallet\x12\x18.wallet.GetWalletRequest\x1a\x16.wallet.GetWalletReply\"\x00\x12U\n" +
|
||||
"\x0eSetPayPassword\x12\x1d.wallet.SetPayPasswordRequest\x1a\".finance_wallet_blocks.StatusReply\"\x00\x12S\n" +
|
||||
"\rBindPaymentId\x12\x1c.wallet.BindPaymentIDRequest\x1a\".finance_wallet_blocks.StatusReply\"\x00\x12H\n" +
|
||||
"\fTransactions\x12\x1b.wallet.TransactionsRequest\x1a\x19.wallet.TransactionsReply\"\x00\x12O\n" +
|
||||
"\vAddBankCard\x12\x1a.wallet.AddBankCardRequest\x1a\".finance_wallet_blocks.StatusReply\"\x00\x12?\n" +
|
||||
"\vGetBankCard\x12\x14.wallet.FinanceEmpty\x1a\x18.wallet.GetBankCardReply\"\x00\x12M\n" +
|
||||
"\n" +
|
||||
"RmBankCard\x12\x19.wallet.RmBankCardRequest\x1a\x13.blocks.StatusReply\"\x00\x12<\n" +
|
||||
"\tApplyCash\x12\x18.wallet.ApplyCashRequest\x1a\x13.blocks.StatusReply\"\x00B*Z(bsm/full/module/finance/wallet/pb;walletb\x06proto3"
|
||||
"RmBankCard\x12\x19.wallet.RmBankCardRequest\x1a\".finance_wallet_blocks.StatusReply\"\x00\x12K\n" +
|
||||
"\tApplyCash\x12\x18.wallet.ApplyCashRequest\x1a\".finance_wallet_blocks.StatusReply\"\x00B*Z(bsm/full/module/finance/wallet/pb;walletb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_finance_wallet_proto_wallet_proto_rawDescOnce sync.Once
|
||||
@@ -1225,7 +1225,7 @@ var file_module_finance_wallet_proto_wallet_proto_goTypes = []any{
|
||||
(*BankCardInfo)(nil), // 13: wallet.BankCardInfo
|
||||
(*ApplyCashRequest)(nil), // 14: wallet.ApplyCashRequest
|
||||
nil, // 15: wallet.GetWalletReply.TotalEntry
|
||||
(*StatusReply)(nil), // 16: blocks.StatusReply
|
||||
(*StatusReply)(nil), // 16: finance_wallet_blocks.StatusReply
|
||||
}
|
||||
var file_module_finance_wallet_proto_wallet_proto_depIdxs = []int32{
|
||||
15, // 0: wallet.GetWalletReply.total:type_name -> wallet.GetWalletReply.TotalEntry
|
||||
@@ -1241,13 +1241,13 @@ var file_module_finance_wallet_proto_wallet_proto_depIdxs = []int32{
|
||||
11, // 10: wallet.Basic.RmBankCard:input_type -> wallet.RmBankCardRequest
|
||||
14, // 11: wallet.Basic.ApplyCash:input_type -> wallet.ApplyCashRequest
|
||||
1, // 12: wallet.Basic.GetWallet:output_type -> wallet.GetWalletReply
|
||||
16, // 13: wallet.Basic.SetPayPassword:output_type -> blocks.StatusReply
|
||||
16, // 14: wallet.Basic.BindPaymentId:output_type -> blocks.StatusReply
|
||||
16, // 13: wallet.Basic.SetPayPassword:output_type -> finance_wallet_blocks.StatusReply
|
||||
16, // 14: wallet.Basic.BindPaymentId:output_type -> finance_wallet_blocks.StatusReply
|
||||
3, // 15: wallet.Basic.Transactions:output_type -> wallet.TransactionsReply
|
||||
16, // 16: wallet.Basic.AddBankCard:output_type -> blocks.StatusReply
|
||||
16, // 16: wallet.Basic.AddBankCard:output_type -> finance_wallet_blocks.StatusReply
|
||||
12, // 17: wallet.Basic.GetBankCard:output_type -> wallet.GetBankCardReply
|
||||
16, // 18: wallet.Basic.RmBankCard:output_type -> blocks.StatusReply
|
||||
16, // 19: wallet.Basic.ApplyCash:output_type -> blocks.StatusReply
|
||||
16, // 18: wallet.Basic.RmBankCard:output_type -> finance_wallet_blocks.StatusReply
|
||||
16, // 19: wallet.Basic.ApplyCash:output_type -> finance_wallet_blocks.StatusReply
|
||||
12, // [12:20] is the sub-list for method output_type
|
||||
4, // [4:12] is the sub-list for method input_type
|
||||
4, // [4:4] is the sub-list for extension type_name
|
||||
|
||||
Reference in New Issue
Block a user