feat: 增加 CommonRequest 字段

This commit is contained in:
HuanCheng65 2023-03-23 19:03:13 +08:00
parent 75273ec896
commit 2828a122b3
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 33 additions and 17 deletions

View File

@ -5,29 +5,45 @@ package tieba;
option java_package = "com.huanchengfly.tieba.post.api.models.protos"; option java_package = "com.huanchengfly.tieba.post.api.models.protos";
message CommonRequest { message CommonRequest {
optional string BDUSS = 10;
string _client_id = 3;
int32 _client_type = 1; int32 _client_type = 1;
string _client_version = 2; string _client_version = 2;
string _os_version = 25; string _client_id = 3;
string _phone_imei = 5; string _phone_imei = 5;
string _phone_newimei = 14; string from = 6;
int64 _timestamp = 8;
string brand = 26;
string c3_aid = 35;
string cuid = 7; string cuid = 7;
int64 _timestamp = 8;
string model = 9;
optional string BDUSS = 10;
optional string tbs = 11;
string net_type = 12;
string _phone_newimei = 14;
optional string sign = 23;
string pversion = 24;
string _os_version = 25;
string brand = 26;
string lego_lib_version = 28;
optional string stoken = 30;
optional string z_id = 31;
string cuid_galaxy2 = 32; string cuid_galaxy2 = 32;
optional string cuid_gid = 33; optional string cuid_gid = 33;
string from = 6;
optional int32 is_teenager = 41;
string lego_lib_version = 28;
string model = 9;
string net_type = 12;
string oaid = 34; string oaid = 34;
string pversion = 24; string c3_aid = 35;
optional string sample_id = 36; optional string sample_id = 36;
optional string sign = 23; int32 scr_w = 37;
optional string stoken = 30; int32 scr_h = 38;
optional string tbs = 11; double scr_dip = 39;
optional string z_id = 31; optional int32 is_teenager = 41;
string sdk_ver = 42;
string framework_ver = 43;
string swan_game_ver = 44;
int64 active_timestamp = 49;
int64 first_install_time = 50;
string event_day = 53;
string android_id = 54;
int32 cmode = 55;
string start_scheme = 56;
int32 start_type = 57;
optional string extra = 61;
string user_agent = 62;
int32 personalized_rec_switch = 63;
} }