1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
///
// Generated code. Do not modify.
// source: burying.proto
//
// @dart = 2.3
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
const BuryingRequest$json = const {
'1': 'BuryingRequest',
'2': const [
const {
'1': 'params',
'3': 1,
'4': 3,
'5': 11,
'6': '.data.BuryingRequest.ParamsEntry',
'10': 'params'
},
const {
'1': 'device',
'3': 2,
'4': 1,
'5': 11,
'6': '.data.DeviceInfo',
'10': 'device'
},
const {
'1': 'app',
'3': 3,
'4': 1,
'5': 11,
'6': '.data.AppInfo',
'10': 'app'
},
const {'1': 'type', '3': 4, '4': 1, '5': 9, '10': 'type'},
const {'1': 'user_id', '3': 5, '4': 1, '5': 9, '10': 'userId'},
const {'1': 'create_at', '3': 6, '4': 1, '5': 9, '10': 'createAt'},
const {
'1': 'gm_nginx_timestamp',
'3': 7,
'4': 1,
'5': 2,
'10': 'gmNginxTimestamp'
},
const {'1': 'app_session_id', '3': 8, '4': 1, '5': 9, '10': 'appSessionId'},
const {'1': 'version', '3': 9, '4': 1, '5': 9, '10': 'version'},
const {'1': 'gm_nginx_key', '3': 10, '4': 1, '5': 5, '10': 'gmNginxKey'},
],
'3': const [BuryingRequest_ParamsEntry$json],
};
const BuryingRequest_ParamsEntry$json = const {
'1': 'ParamsEntry',
'2': const [
const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
],
'7': const {'7': true},
};
const DeviceInfo$json = const {
'1': 'DeviceInfo',
'2': const [
const {'1': 'device_id', '3': 1, '4': 1, '5': 9, '10': 'deviceId'},
const {'1': 'device_type', '3': 2, '4': 1, '5': 9, '10': 'deviceType'},
const {'1': 'manufacturer', '3': 3, '4': 1, '5': 9, '10': 'manufacturer'},
const {'1': 'lat', '3': 4, '4': 1, '5': 9, '10': 'lat'},
const {'1': 'lng', '3': 5, '4': 1, '5': 9, '10': 'lng'},
const {'1': 'is_WiFi', '3': 6, '4': 1, '5': 9, '10': 'isWiFi'},
const {'1': 'ip', '3': 7, '4': 1, '5': 9, '10': 'ip'},
const {'1': 'net_type', '3': 8, '4': 1, '5': 9, '10': 'netType'},
const {'1': 'model', '3': 9, '4': 1, '5': 9, '10': 'model'},
const {'1': 'sys_version', '3': 10, '4': 1, '5': 9, '10': 'sysVersion'},
const {
'1': 'android_device_id',
'3': 11,
'4': 1,
'5': 9,
'10': 'androidDeviceId'
},
const {'1': 'idfv', '3': 12, '4': 1, '5': 9, '10': 'idfv'},
const {'1': 'idfa', '3': 13, '4': 1, '5': 9, '10': 'idfa'},
],
};
const AppInfo$json = const {
'1': 'AppInfo',
'2': const [
const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
const {'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'},
const {'1': 'channel', '3': 3, '4': 1, '5': 9, '10': 'channel'},
const {
'1': 'current_city_id',
'3': 4,
'4': 1,
'5': 9,
'10': 'currentCityId'
},
const {'1': 'grey_type', '3': 5, '4': 1, '5': 9, '10': 'greyType'},
const {'1': 'serial_id', '3': 6, '4': 1, '5': 5, '10': 'serialId'},
const {
'1': 'user_type',
'3': 7,
'4': 3,
'5': 11,
'6': '.data.AppInfo.UserTypeEntry',
'10': 'userType'
},
],
'3': const [AppInfo_UserTypeEntry$json],
};
const AppInfo_UserTypeEntry$json = const {
'1': 'UserTypeEntry',
'2': const [
const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
],
'7': const {'7': true},
};
const BuryingResponse$json = const {
'1': 'BuryingResponse',
'2': const [
const {'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'},
],
};