Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type SendXLogReportRequestPayload struct {
- Dpod struct {
- Pod string `json:"pod"`
- } `json:"dpod"`
- P1 string `json:"p1"`
- P2 string `json:"p2"`
- Ut int `json:"ut"`
- Ait int `json:"ait"`
- Pkg string `json:"pkg"`
- Fp string `json:"fp"`
- Vc int `json:"vc"`
- Vpn int `json:"vpn"`
- Wifisid string `json:"wifisid"`
- Wifimac string `json:"wifimac"`
- Wifip string `json:"wifip"`
- Aplist []string `json:"aplist"`
- Route struct {
- Iip string `json:"iip"`
- Gip string `json:"gip"`
- Ghw string `json:"ghw"`
- Type string `json:"type"`
- } `json:"route"`
- Location string `json:"location"`
- Apps []string `json:"apps"`
- MdiIf struct {
- } `json:"mdi_if"`
- Extra string `json:"extra"`
- Hw struct {
- Brand string `json:"brand"`
- Model string `json:"model"`
- Board string `json:"board"`
- Device string `json:"device"`
- Product string `json:"product"`
- Display string `json:"display"`
- Dpi int `json:"dpi"`
- Bat int `json:"bat"`
- CPU struct {
- Core int `json:"core"`
- Hw string `json:"hw"`
- Max string `json:"max"`
- Min string `json:"min"`
- Ft string `json:"ft"`
- } `json:"cpu"`
- Mem struct {
- RAM string `json:"ram"`
- Rom string `json:"rom"`
- } `json:"mem"`
- } `json:"hw"`
- ID struct {
- I int `json:"i"`
- R string `json:"r"`
- Imei string `json:"imei"`
- Imsi string `json:"imsi"`
- Adid string `json:"adid"`
- AdidEx string `json:"adid_ex"`
- Mac string `json:"mac"`
- Serial string `json:"serial"`
- } `json:"id"`
- Emulator struct {
- Sig int `json:"sig"`
- Cb int `json:"cb"`
- Cid int `json:"cid"`
- Br string `json:"br"`
- File []string `json:"file"`
- Prop []string `json:"prop"`
- } `json:"emulator"`
- Env struct {
- Ver string `json:"ver"`
- Tag string `json:"tag"`
- Pkg string `json:"pkg"`
- Tz string `json:"tz"`
- Ml string `json:"ml"`
- UID int `json:"uid"`
- Rebuild int `json:"rebuild"`
- Jd int `json:"jd"`
- Dbg int `json:"dbg"`
- Tid int `json:"tid"`
- Xposed int `json:"xposed"`
- Hk []string `json:"hk"`
- Su int `json:"su"`
- Sp string `json:"sp"`
- RoSecureS string `json:"ro.secure_s"`
- RoDebuggableS string `json:"ro.debuggable_s"`
- Click string `json:"click"`
- Hph string `json:"hph"`
- Hpp string `json:"hpp"`
- Mc int `json:"mc"`
- Fc int `json:"fc"`
- Jexp int `json:"jexp"`
- Frida int `json:"frida"`
- Cydia int `json:"cydia"`
- Vapp string `json:"vapp"`
- } `json:"env"`
- Extension struct {
- Bt int `json:"bt"`
- Notify int `json:"notify"`
- Sign string `json:"sign"`
- Bytes64 string `json:"bytes64"`
- } `json:"extension"`
- Rl struct {
- } `json:"rl"`
- Ssp struct {
- } `json:"ssp"`
- Grilock string `json:"grilock"`
- }
Advertisement
Add Comment
Please, Sign In to add comment