268 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Dart
		
	
	
	
			
		
		
	
	
			268 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Dart
		
	
	
	
| // This is a generated file - do not edit.
 | |
| //
 | |
| // Generated from wechat.proto.
 | |
| 
 | |
| // @dart = 3.3
 | |
| 
 | |
| // ignore_for_file: annotate_overrides, camel_case_types, comment_references
 | |
| // ignore_for_file: constant_identifier_names
 | |
| // ignore_for_file: curly_braces_in_flow_control_structures
 | |
| // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
 | |
| // ignore_for_file: non_constant_identifier_names, unused_import
 | |
| 
 | |
| import 'dart:convert' as $convert;
 | |
| import 'dart:core' as $core;
 | |
| import 'dart:typed_data' as $typed_data;
 | |
| 
 | |
| @$core.Deprecated('Use wxpayJSAPIPreOrderRequestDescriptor instead')
 | |
| const WxpayJSAPIPreOrderRequest$json = {
 | |
|   '1': 'WxpayJSAPIPreOrderRequest',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'user_identification',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'userIdentification'
 | |
|     },
 | |
|     {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
 | |
|     {'1': 'auth_code', '3': 3, '4': 1, '5': 9, '10': 'authCode'},
 | |
|     {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'notify_url', '3': 5, '4': 1, '5': 9, '10': 'notifyUrl'},
 | |
|     {'1': 'orderNo', '3': 6, '4': 1, '5': 9, '10': 'orderNo'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayJSAPIPreOrderRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayJSAPIPreOrderRequestDescriptor = $convert.base64Decode(
 | |
|     'ChlXeHBheUpTQVBJUHJlT3JkZXJSZXF1ZXN0Ei8KE3VzZXJfaWRlbnRpZmljYXRpb24YASABKA'
 | |
|     'lSEnVzZXJJZGVudGlmaWNhdGlvbhIWCgZhbW91bnQYAiABKANSBmFtb3VudBIbCglhdXRoX2Nv'
 | |
|     'ZGUYAyABKAlSCGF1dGhDb2RlEiAKC2Rlc2NyaXB0aW9uGAQgASgJUgtkZXNjcmlwdGlvbhIdCg'
 | |
|     'pub3RpZnlfdXJsGAUgASgJUglub3RpZnlVcmwSGAoHb3JkZXJObxgGIAEoCVIHb3JkZXJObw==');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayJSAPIPreOrderReplyDescriptor instead')
 | |
| const WxpayJSAPIPreOrderReply$json = {
 | |
|   '1': 'WxpayJSAPIPreOrderReply',
 | |
|   '2': [
 | |
|     {'1': 'prepay_id', '3': 1, '4': 1, '5': 9, '10': 'prepayId'},
 | |
|     {'1': 'app_id', '3': 2, '4': 1, '5': 9, '10': 'appId'},
 | |
|     {'1': 'timestamp', '3': 3, '4': 1, '5': 9, '10': 'timestamp'},
 | |
|     {'1': 'nonce_str', '3': 4, '4': 1, '5': 9, '10': 'nonceStr'},
 | |
|     {'1': 'sign_type', '3': 5, '4': 1, '5': 9, '10': 'signType'},
 | |
|     {'1': 'sign', '3': 6, '4': 1, '5': 9, '10': 'sign'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayJSAPIPreOrderReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayJSAPIPreOrderReplyDescriptor = $convert.base64Decode(
 | |
|     'ChdXeHBheUpTQVBJUHJlT3JkZXJSZXBseRIbCglwcmVwYXlfaWQYASABKAlSCHByZXBheUlkEh'
 | |
|     'UKBmFwcF9pZBgCIAEoCVIFYXBwSWQSHAoJdGltZXN0YW1wGAMgASgJUgl0aW1lc3RhbXASGwoJ'
 | |
|     'bm9uY2Vfc3RyGAQgASgJUghub25jZVN0chIbCglzaWduX3R5cGUYBSABKAlSCHNpZ25UeXBlEh'
 | |
|     'IKBHNpZ24YBiABKAlSBHNpZ24=');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayAppPreOrderRequestDescriptor instead')
 | |
| const WxpayAppPreOrderRequest$json = {
 | |
|   '1': 'WxpayAppPreOrderRequest',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'user_identification',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'userIdentification'
 | |
|     },
 | |
|     {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
 | |
|     {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'notify_url', '3': 4, '4': 1, '5': 9, '10': 'notifyUrl'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayAppPreOrderRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayAppPreOrderRequestDescriptor = $convert.base64Decode(
 | |
|     'ChdXeHBheUFwcFByZU9yZGVyUmVxdWVzdBIvChN1c2VyX2lkZW50aWZpY2F0aW9uGAEgASgJUh'
 | |
|     'J1c2VySWRlbnRpZmljYXRpb24SFgoGYW1vdW50GAIgASgDUgZhbW91bnQSIAoLZGVzY3JpcHRp'
 | |
|     'b24YAyABKAlSC2Rlc2NyaXB0aW9uEh0KCm5vdGlmeV91cmwYBCABKAlSCW5vdGlmeVVybA==');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayAppPreOrderReplyDescriptor instead')
 | |
| const WxpayAppPreOrderReply$json = {
 | |
|   '1': 'WxpayAppPreOrderReply',
 | |
|   '2': [
 | |
|     {'1': 'prepay_id', '3': 1, '4': 1, '5': 9, '10': 'prepayId'},
 | |
|     {'1': 'app_id', '3': 2, '4': 1, '5': 9, '10': 'appId'},
 | |
|     {'1': 'mch_id', '3': 3, '4': 1, '5': 9, '10': 'mchId'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayAppPreOrderReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayAppPreOrderReplyDescriptor = $convert.base64Decode(
 | |
|     'ChVXeHBheUFwcFByZU9yZGVyUmVwbHkSGwoJcHJlcGF5X2lkGAEgASgJUghwcmVwYXlJZBIVCg'
 | |
|     'ZhcHBfaWQYAiABKAlSBWFwcElkEhUKBm1jaF9pZBgDIAEoCVIFbWNoSWQ=');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayNativePreOrderRequestDescriptor instead')
 | |
| const WxpayNativePreOrderRequest$json = {
 | |
|   '1': 'WxpayNativePreOrderRequest',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'user_identification',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'userIdentification'
 | |
|     },
 | |
|     {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
 | |
|     {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'notify_url', '3': 4, '4': 1, '5': 9, '10': 'notifyUrl'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayNativePreOrderRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayNativePreOrderRequestDescriptor = $convert.base64Decode(
 | |
|     'ChpXeHBheU5hdGl2ZVByZU9yZGVyUmVxdWVzdBIvChN1c2VyX2lkZW50aWZpY2F0aW9uGAEgAS'
 | |
|     'gJUhJ1c2VySWRlbnRpZmljYXRpb24SFgoGYW1vdW50GAIgASgDUgZhbW91bnQSIAoLZGVzY3Jp'
 | |
|     'cHRpb24YAyABKAlSC2Rlc2NyaXB0aW9uEh0KCm5vdGlmeV91cmwYBCABKAlSCW5vdGlmeVVybA'
 | |
|     '==');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayNativePreOrderReplyDescriptor instead')
 | |
| const WxpayNativePreOrderReply$json = {
 | |
|   '1': 'WxpayNativePreOrderReply',
 | |
|   '2': [
 | |
|     {'1': 'code_url', '3': 1, '4': 1, '5': 9, '10': 'codeUrl'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayNativePreOrderReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayNativePreOrderReplyDescriptor =
 | |
|     $convert.base64Decode(
 | |
|         'ChhXeHBheU5hdGl2ZVByZU9yZGVyUmVwbHkSGQoIY29kZV91cmwYASABKAlSB2NvZGVVcmw=');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayTransferRequestDescriptor instead')
 | |
| const WxpayTransferRequest$json = {
 | |
|   '1': 'WxpayTransferRequest',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'user_identification',
 | |
|       '3': 1,
 | |
|       '4': 1,
 | |
|       '5': 9,
 | |
|       '10': 'userIdentification'
 | |
|     },
 | |
|     {'1': 'amount', '3': 2, '4': 1, '5': 3, '10': 'amount'},
 | |
|     {'1': 'fee', '3': 3, '4': 1, '5': 3, '10': 'fee'},
 | |
|     {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'transfer_name', '3': 5, '4': 1, '5': 9, '10': 'transferName'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayTransferRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayTransferRequestDescriptor = $convert.base64Decode(
 | |
|     'ChRXeHBheVRyYW5zZmVyUmVxdWVzdBIvChN1c2VyX2lkZW50aWZpY2F0aW9uGAEgASgJUhJ1c2'
 | |
|     'VySWRlbnRpZmljYXRpb24SFgoGYW1vdW50GAIgASgDUgZhbW91bnQSEAoDZmVlGAMgASgDUgNm'
 | |
|     'ZWUSIAoLZGVzY3JpcHRpb24YBCABKAlSC2Rlc2NyaXB0aW9uEiMKDXRyYW5zZmVyX25hbWUYBS'
 | |
|     'ABKAlSDHRyYW5zZmVyTmFtZQ==');
 | |
| 
 | |
| @$core.Deprecated('Use wxpayTransferReplyDescriptor instead')
 | |
| const WxpayTransferReply$json = {
 | |
|   '1': 'WxpayTransferReply',
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxpayTransferReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxpayTransferReplyDescriptor =
 | |
|     $convert.base64Decode('ChJXeHBheVRyYW5zZmVyUmVwbHk=');
 | |
| 
 | |
| @$core.Deprecated('Use wxCallBackResourceDescriptor instead')
 | |
| const WxCallBackResource$json = {
 | |
|   '1': 'WxCallBackResource',
 | |
|   '2': [
 | |
|     {'1': 'original_type', '3': 1, '4': 1, '5': 9, '10': 'originalType'},
 | |
|     {'1': 'algorithm', '3': 2, '4': 1, '5': 9, '10': 'algorithm'},
 | |
|     {'1': 'ciphertext', '3': 3, '4': 1, '5': 9, '10': 'ciphertext'},
 | |
|     {'1': 'associated_data', '3': 4, '4': 1, '5': 9, '10': 'associatedData'},
 | |
|     {'1': 'nonce', '3': 5, '4': 1, '5': 9, '10': 'nonce'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxCallBackResource`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxCallBackResourceDescriptor = $convert.base64Decode(
 | |
|     'ChJXeENhbGxCYWNrUmVzb3VyY2USIwoNb3JpZ2luYWxfdHlwZRgBIAEoCVIMb3JpZ2luYWxUeX'
 | |
|     'BlEhwKCWFsZ29yaXRobRgCIAEoCVIJYWxnb3JpdGhtEh4KCmNpcGhlcnRleHQYAyABKAlSCmNp'
 | |
|     'cGhlcnRleHQSJwoPYXNzb2NpYXRlZF9kYXRhGAQgASgJUg5hc3NvY2lhdGVkRGF0YRIUCgVub2'
 | |
|     '5jZRgFIAEoCVIFbm9uY2U=');
 | |
| 
 | |
| @$core.Deprecated('Use wxCallBackSignInfoDescriptor instead')
 | |
| const WxCallBackSignInfo$json = {
 | |
|   '1': 'WxCallBackSignInfo',
 | |
|   '2': [
 | |
|     {'1': 'transaction_id', '3': 1, '4': 1, '5': 9, '10': 'transactionId'},
 | |
|     {'1': 'act_code', '3': 2, '4': 1, '5': 9, '10': 'actCode'},
 | |
|     {'1': 'hall_code', '3': 3, '4': 1, '5': 9, '10': 'hallCode'},
 | |
|     {
 | |
|       '1': 'hall_belong_mch_id',
 | |
|       '3': 4,
 | |
|       '4': 1,
 | |
|       '5': 3,
 | |
|       '10': 'hallBelongMchId'
 | |
|     },
 | |
|     {'1': 'card_id', '3': 5, '4': 1, '5': 9, '10': 'cardId'},
 | |
|     {'1': 'code', '3': 6, '4': 1, '5': 9, '10': 'code'},
 | |
|     {'1': 'activity_id', '3': 7, '4': 1, '5': 9, '10': 'activityId'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxCallBackSignInfo`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxCallBackSignInfoDescriptor = $convert.base64Decode(
 | |
|     'ChJXeENhbGxCYWNrU2lnbkluZm8SJQoOdHJhbnNhY3Rpb25faWQYASABKAlSDXRyYW5zYWN0aW'
 | |
|     '9uSWQSGQoIYWN0X2NvZGUYAiABKAlSB2FjdENvZGUSGwoJaGFsbF9jb2RlGAMgASgJUghoYWxs'
 | |
|     'Q29kZRIrChJoYWxsX2JlbG9uZ19tY2hfaWQYBCABKANSD2hhbGxCZWxvbmdNY2hJZBIXCgdjYX'
 | |
|     'JkX2lkGAUgASgJUgZjYXJkSWQSEgoEY29kZRgGIAEoCVIEY29kZRIfCgthY3Rpdml0eV9pZBgH'
 | |
|     'IAEoCVIKYWN0aXZpdHlJZA==');
 | |
| 
 | |
| @$core.Deprecated('Use wxCallBackRequestDescriptor instead')
 | |
| const WxCallBackRequest$json = {
 | |
|   '1': 'WxCallBackRequest',
 | |
|   '2': [
 | |
|     {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
 | |
|     {'1': 'create_time', '3': 2, '4': 1, '5': 9, '10': 'createTime'},
 | |
|     {'1': 'resource_type', '3': 3, '4': 1, '5': 9, '10': 'resourceType'},
 | |
|     {'1': 'event_type', '3': 4, '4': 1, '5': 9, '10': 'eventType'},
 | |
|     {'1': 'summary', '3': 5, '4': 1, '5': 9, '10': 'summary'},
 | |
|     {
 | |
|       '1': 'resource',
 | |
|       '3': 6,
 | |
|       '4': 1,
 | |
|       '5': 11,
 | |
|       '6': '.wallet.WxCallBackResource',
 | |
|       '10': 'resource'
 | |
|     },
 | |
|     {
 | |
|       '1': 'SignInfo',
 | |
|       '3': 7,
 | |
|       '4': 1,
 | |
|       '5': 11,
 | |
|       '6': '.wallet.WxCallBackSignInfo',
 | |
|       '10': 'SignInfo'
 | |
|     },
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `WxCallBackRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List wxCallBackRequestDescriptor = $convert.base64Decode(
 | |
|     'ChFXeENhbGxCYWNrUmVxdWVzdBIOCgJpZBgBIAEoCVICaWQSHwoLY3JlYXRlX3RpbWUYAiABKA'
 | |
|     'lSCmNyZWF0ZVRpbWUSIwoNcmVzb3VyY2VfdHlwZRgDIAEoCVIMcmVzb3VyY2VUeXBlEh0KCmV2'
 | |
|     'ZW50X3R5cGUYBCABKAlSCWV2ZW50VHlwZRIYCgdzdW1tYXJ5GAUgASgJUgdzdW1tYXJ5EjYKCH'
 | |
|     'Jlc291cmNlGAYgASgLMhoud2FsbGV0Lld4Q2FsbEJhY2tSZXNvdXJjZVIIcmVzb3VyY2USNgoI'
 | |
|     'U2lnbkluZm8YByABKAsyGi53YWxsZXQuV3hDYWxsQmFja1NpZ25JbmZvUghTaWduSW5mbw==');
 | |
| 
 | |
| @$core.Deprecated('Use callBackReplyDescriptor instead')
 | |
| const CallBackReply$json = {
 | |
|   '1': 'CallBackReply',
 | |
|   '2': [
 | |
|     {'1': 'code', '3': 1, '4': 1, '5': 9, '10': 'code'},
 | |
|     {'1': 'message', '3': 2, '4': 1, '5': 9, '10': 'message'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CallBackReply`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List callBackReplyDescriptor = $convert.base64Decode(
 | |
|     'Cg1DYWxsQmFja1JlcGx5EhIKBGNvZGUYASABKAlSBGNvZGUSGAoHbWVzc2FnZRgCIAEoCVIHbW'
 | |
|     'Vzc2FnZQ==');
 |