某鱼APP x-sign x-mini-wua x-sgext 分析成果

Posted PANGHU1103

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了某鱼APP x-sign x-mini-wua x-sgext 分析成果相关的知识,希望对你有一定的参考价值。

 百度到的算法都是HOOK模拟器  感觉不是很稳定所以自己研究

对分析算法有兴趣的朋友私我,欢迎定制其他APP算法

def get_sign(Pm):
    #这里是加密需要的字段
    arg0 = Pm['appKey']
    arg1 = Pm['utdid'] + "&"
    arg1 = arg1 + Pm['uid']+ "&"
    arg1 = arg1 + Pm['reqbiz-ext']+ "&"
    arg1 = arg1 + Pm['appKey']+ "&"
    arg1 = arg1 + Pm['datamd5']+ "&"
    arg1 = arg1 + Pm['t']+ "&"
    arg1 = arg1 + Pm['api']+ "&"
    arg1 = arg1 + Pm['v']+ "&"
    arg1 = arg1 + Pm['sid']+ "&"
    arg1 = arg1 + Pm['ttid']+ "&"
    arg1 = arg1 + Pm['deviceId']+ "&"
    arg1 = arg1 + Pm['lat']+ "&"
    arg1 = arg1 + Pm['lng']+ "&"
    arg1 = arg1 + Pm['ext']+ "&"
    arg1 = arg1 + Pm['x-features']+ "&"
    arg1 = arg1 + Pm['routerId']+ "&"
    arg1 = arg1 + Pm['placeId']+ "&"
    arg1 = arg1 + Pm['openBiz']+ "&"
    arg1 = arg1 + Pm['miniAppKey']+ "&"
    arg1 = arg1 + Pm['reqAppKey']+ "&"
    arg1 = arg1 + Pm['act']+ "&"
    arg1 = arg1 + Pm['openBizData']
    arg2 = Pm['api']
    arg3 = "pageName="+ Pm['pageName'] + "&pageId=" + Pm['pageId']
    sign = xianyu.get70102(arg0,arg1,arg2,arg3)
    ret = eval(str(sign))
    Pm.update(ret)
    return ret
#在这里定义自己的字段
def build_Pm(api,v,data):
    Pm = {}
    Pm['x-app-ver'] = "7.1.60"
    Pm['utdid'] = "YIJLR2Y/7fgDAMOPtQCGzfRz"
    Pm['uid'] = ""#登录后才有
    Pm['reqbiz-ext'] = ""
    Pm['appKey'] = "21407387"
    Pm['datamd5'] = hashlib.md5(data.encode("utf-8")).hexdigest() if data != "" else ""
    Pm['t'] = str(int(time.time()))
    Pm['api'] = api
    Pm['v'] = v
    Pm['sid'] = ""#登录后才有
    Pm['ttid'] = "36137321407327@fleamarket_android_7.1.60"
    Pm['deviceId'] = "AlKfW_V2tm3mJ3AYHwUErKPkq41dPGN2vXWlskFJDb2s"
    Pm['lat'] = "0"
    Pm['lng'] = "0"
    Pm['ext'] = "openappkey=DEFAULT_AUTH"
    Pm['x-features'] = "27"
    Pm['routerId'] = ""
    Pm['placeId'] = ""
    Pm['openBiz'] = ""
    Pm['miniAppKey'] = ""
    Pm['reqAppKey'] = ""
    Pm['act'] = ""
    Pm['openBizData'] = ""
    Pm['pageName'] = ""
    Pm['pageId'] = ""
    Pm['x-sgext'] = ""
    Pm['x-umt'] = ""
    Pm['x-mini-wua'] = ""
    Pm['x-sign'] = ""
    Pm['x-pv'] = "6.3"
    Pm['x-bx-version'] = "6.5.24"
    Pm['User-Agent'] = "MTOPSDK/3.1.1.7+(Android;7.1.2;HUAWEI;VOG-AL00)"
    Pm['Cookie'] = ""
    Pm['f-refer'] = "mtop"
    sign = get_sign(Pm)
    return Pm

def xianyu_post(url,api,v,data,_headers = {}):
    Pm = build_Pm(api,v,data)
    headers = {
        "x-extdata": Pm['ext'],
        "x-features": Pm['x-features'],
        "x-sgext": quote_plus(Pm['x-sgext']),
        "umid": quote_plus(Pm['x-umt']),
        "User-Agent": quote_plus(Pm['User-Agent']),
        "x-ttid": quote_plus(Pm['ttid']),
        "content-type": "application/x-www-form-urlencoded;charset=UTF-8",
        "a-orange-q":"appKey="+Pm['appKey']+"&appVersion="+Pm['x-app-ver']+"&clientAppIndexVersion=1120210930160801265&clientVersionIndexVersion=0",
        "x-appkey": Pm['appKey'],
        "x-mini-wua": quote_plus(Pm['x-mini-wua']),
        "x-nq" : "WIFI",
        "x-nettype": "WIFI",
        "first_open" : "0",
        "x-c-traceid": Pm['ttid'] + Pm['t'] +"332000317813",
        "x-app-conf-v": "0",
        "x-pv": Pm['x-pv'],
        "x-bx-version": Pm['x-bx-version'],
        "x-t": Pm['t'],
        "x-app-ver": Pm['x-app-ver'],
        "f-refer": Pm['f-refer'],
        "Cookie" : Pm['Cookie'],
        "x-sid": Pm['sid'],
        "x-utdid": Pm['utdid'],
        "x-umt": quote_plus(Pm['x-umt']),
        "x-devid": Pm['deviceId'],
        "x-sign": quote_plus(Pm['x-sign']),
        "x-location": quote_plus("{0},{1}".format(Pm['lng'], Pm['lat'])),
        "x-page-name": Pm['pageName'],
        "x-page-url": quote_plus(Pm['pageId']),
        "x-uid": Pm['uid']
    }
    headers.update(_headers)
    url = url + "/" + api + "/" + v + "/"
    postdata = "data=" + quote_plus(data)
    ret = requests.post(url, data=postdata, headers=headers)
    return ret
url = "http://acs.m.taobao.com/gw"
api = "mtop.taobao.idle.local.flow.plat.container"
v = "1.0"
data = '{"productId":"2","unionKey":"online_local_concept_container"}'
ret =  xianyu_post(url,api,v,data)
print(ret.text)

 输出结果

{
    "api": "mtop.taobao.idle.local.flow.plat.container",
    "data": {
        "data": {
            "ext": {},
            "pages": [{
                "footer": {},
                "header": {},
                "sections": [{
                    "components": [{
                        "data": {
                            "item": {
                                "0": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.top.0",
                                            "arg1": "new_icon1",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "eventId": "2001",
                                        "arg1": "new_icon1"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "titleColor": "#333333",
                                        "subTitle": "持证服务更靠谱",
                                        "bgColor": "#f2fcf8",
                                        "arg1": "new_icon1",
                                        "title": "找人帮忙",
                                        "subColor": "#24B15B",
                                        "tips": [{
                                            "first": "帮上门遛狗",
                                            "second": "帮收纳衣柜"
                                        }, {
                                            "first": "帮鉴定球鞋",
                                            "second": "帮模型涂装"
                                        }, {
                                            "first": "帮洗车验车",
                                            "second": "帮管道维修"
                                        }]
                                    },
                                    "targetUrl": "https://fleamarket.taobao.com/wow/z/activity/v1/local_bbw_test-copy?wh_biz=tm"
                                },
                                "1": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.top.1",
                                            "arg1": "new_icon2",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "eventId": "2001",
                                        "arg1": "new_icon2"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "img": "https://gw.alicdn.com/imgextra/i3/O1CN014V1TQb1GuOns9ILqM_!!6000000000682-2-tps-276-180.png",
                                        "titleColor": "#333333",
                                        "subTitle": "薪资担保岗位真",
                                        "bgColor": "#FCFBF2",
                                        "arg1": "new_icon2",
                                        "title": "找份兼职",
                                        "subColor": "#FE9705"
                                    },
                                    "targetUrl": "https://fleamarket.taobao.com/wow/z/activity/v1/xianshijz?wh_biz=tm"
                                },
                                "2": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.top.2",
                                            "arg1": "new_icon3",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "eventId": "2001",
                                        "arg1": "new_icon3"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "img": "https://gw.alicdn.com/imgextra/i4/O1CN01EMh13w1lP1lY37kAS_!!6000000004810-2-tps-270-150.png",
                                        "titleColor": "#333333",
                                        "subTitle": "免费上门更省心",
                                        "bgColor": "#FCF6F5",
                                        "arg1": "new_icon3",
                                        "title": "附近回收",
                                        "subColor": "#FF6236",
                                        "desc": "已有39.4万人用过"
                                    },
                                    "targetUrl": "https://fleamarket.taobao.com/wow/z/activity/v1/smhs-new?wh_biz=tm&detailPageUrl=1&channel=idle&subChannel=tczj"
                                }
                            },
                            "template": {
                                "name": "xianyu_home_fish_home_city_top_card",
                                "url": "https://ossgw.alicdn.com/rapid-oss-bucket/1627268932833/fish_home_city_top_card.zip",
                                "version": "13"
                            }
                        },
                        "ext": {
                            "columnType": "one",
                            "marginBottom": "8",
                            "marginTop": "4"
                        },
                        "key": "idle_local_home_top",
                        "loadMoreEvent": {},
                        "render": "DX",
                        "startEvent": {},
                        "virtual": "false"
                    }, {
                        "data": {
                            "item": {
                                "0": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.rent.0",
                                            "page": "Page_xyLocalTab"
                                        }
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "subTitleColor": "#059aff",
                                        "img": "https://gw.alicdn.com/imgextra/i1/O1CN01uLpMkj1O8mYSm5xqR_!!6000000001661-2-tps-342-300.png",
                                        "backgroundColor": "#f2faff",
                                        "visible": "true",
                                        "subTitle": "真实房东 免中介费",
                                        "titleColor": "#333333",
                                        "arg1": "new_icon4-Search",
                                        "title": "好房出租"
                                    }
                                },
                                "1": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.rent.1",
                                            "arg1": "new_icon4-1",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "arg1": "new_icon4-1"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "img": "https://gw.alicdn.com/imgextra/i4/O1CN01HVtSK21ym0dx379k4_!!6000000006620-2-tps-84-84.png",
                                        "titleColor": "#000000",
                                        "arg1": "new_icon4-1",
                                        "title": "整租"
                                    },
                                    "targetUrl": "https://market.m.taobao.com/app/idleFish-F2e/local-rent/pages/SearchList/index.html?head=整租&rentNav=1&rentFrom=1&propValueStr=rentCat:wholeRent&version=623&city=北京&province=北京"
                                },
                                "2": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.rent.2",
                                            "arg1": "new_icon4-2",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "arg1": "new_icon4-2"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "img": "https://gw.alicdn.com/imgextra/i1/O1CN01KCSycz1wf1Mufg7eG_!!6000000006334-2-tps-84-84.png",
                                        "titleColor": "#000000",
                                        "arg1": "new_icon4-2",
                                        "title": "合租"
                                    },
                                    "targetUrl": "https://market.m.taobao.com/app/idleFish-F2e/local-rent/pages/SearchList/index.html?head=合租&rentNav=2&rentFrom=2&propValueStr=rentCat:shareRent&version=623&city=北京&province=北京"
                                },
                                "3": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.rent.3",
                                            "arg1": "new_icon4-3",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "arg1": "new_icon4-3"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "img": "https://gw.alicdn.com/imgextra/i1/O1CN01OzGpM91d0HRWNF8Sp_!!6000000003673-2-tps-84-84.png",
                                        "titleColor": "#000000",
                                        "arg1": "new_icon4-3",
                                        "title": "千元房"
                                    },
                                    "targetUrl": "https://market.m.taobao.com/app/idleFish-F2e/local-rent/pages/SearchList/index.html?head=千元房&rentNav=10&version=623&city=北京&province=北京"
                                },
                                "4": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.rent.4",
                                            "arg1": "new_icon4-4",
                                            "page": "Page_xyLocalTab"
                                        },
                                        "arg1": "new_icon4-4"
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "img": "https://gw.alicdn.com/imgextra/i2/O1CN01meVdJS1lcJFZveeMO_!!6000000004839-2-tps-84-84.png",
                                        "titleColor": "#000000",
                                        "arg1": "new_icon4-4",
                                        "title": "全部"
                                    },
                                    "targetUrl": "https://market.m.taobao.com/app/idleFish-F2e/idlefish-renting/home?wh_weex=true&city=北京&province=北京"
                                },
                                "5": {
                                    "clickParam": {
                                        "args": {
                                            "spm": "a2170.14016119.rent.5",
                                            "page": "Page_xyLocalTab"
                                        }
                                    },
                                    "valid": "true",
                                    "exContent": {
                                        "backImg": "https://gw.alicdn.com/imgextra/i1/O1CN01tN6KOc26QUyAVShgk_!!6000000007656-2-tps-36-18.png",
                                        "backgroundColor": "#FFFFFF",
                                        "unit": "",
                                        "unitColor": "#808080",
                                        "locationColor": "#333333",
                                        "countColor": "#059aff",
                                        "moreImg": "https://gw.alicdn.com/imgextra/i2/O1CN01cuvWaj20XvhRopVys_!!6000000006860-2-tps-18-30.png",
                                        "count": "",
                                        "location": "浏览优质房源"
                                    },
                                    "targetUrl": "https://market.m.taobao.com/app/idleFish-F2e/local-rent/pages/SearchList/index.html?city=北京&province=北京&sortType=distanceAsc"
                                }
                            },
                            "template": {
                                "name": "fish_home_city_rent_card_d3",
                                "url": "https://ossgw.alicdn.com/rapid-oss-bucket/1625209980772/fish_home_city_rent_card_d3.zip",
                                "version": "19"
                            }
                        },
                        "ext": {
                            "columnType": "one"
                        },
                        "key": "xianyu_home_fish_home_city_rent_card_d3",
                        "loadMoreEvent": {},
                        "startEvent": {},
                        "virtual": "false"
                    }, {
                        "data": {
                            "item": {
                                "0": {
                                    "valid": "true",
                                    "exContent": {
                                        "items": [{
                                            "clickParam": {
                                                "args": {
                                                    "spm": "a2170.14016119.bottom.0",
                                                    "page": "Page_xyLocalTab"
                                                },
                                                "eventId": "2001",
                                                "arg1": "new_smallicon1"
                                            },
                                            "img": "https://gw.alicdn.com/imgextra/i1/O1CN01s4oEuE28YrQl2pg03_!!6000000007945-2-tps-204-162.png",
                                            "title": "闲鱼小站",
                                            "targetUrl": "https://m.duanqu.com?_ariver_appid=3000000004025644"
                                        }, {
                                            "clickParam": {
                                                "args": {
                                                    "spm": "a2170.14016119.bottom.1",
                                                    "page": "Page_xyLocalTab"
                                                },
                                                "eventId": "2001",
                                                "arg1": "new_smallicon3"
                                            },
                                            "img": "https://gw.alicdn.com/imgextra/i4/O1CN01CQnJ3Q1y1kdqdRhG1_!!6000000006519-2-tps-204-162.png",
                                            "title": "低价卡券",
                                            "targetUrl": "https://market.m.taobao.com/app/idleFish-F2e/mini-local-coupons/hometicket.html"
                                        }, {
                                            "clickParam": {
                                                "args": {
                                                    "spm": "a2170.14016119.bottom.2",
                                                    "page": "Page_xyLocalTab"
                                                },
                                                "eventId": "2001",
                                                "arg1": "new_smallicon11"
                                            },
                                            "img": "https://gw.alicdn.com/imgextra/i3/O1CN01MzOHdi1DiXisNaiL8_!!6000000000250-2-tps-204-162.png",
                                            "title": "民宿短租",
                                            "targetUrl": "https://market.m.taobao.com/app/trip/rx-bnb/pages/home?titleBarHidden=2&disableNav=YES"
                                        }, {
                                            "clickParam": {
                                                "args": {
                                                    "spm": "a2170.14016119.bottom.3",
                                                    "page": "Page_xyLocalTab"
                                                },
                                                "eventId": "2001",
                                                "arg1": "new_smallicon5"
                                            },
                                            "img": "https://gw.alicdn.com/imgextra/i1/O1CN01Un1xNi1NRjKF7jpFn_!!6000000001567-2-tps-204-162.png",
                                            "title": "同城跑腿",
                                            "targetUrl": "https://pt.ele.me/paotui/h5/index.html#/index-page/pick-and-send?VNK=43303d64&separate=1&pageData=%7B%22entrance%22%3A%22xianyuguide%22%7D"
                                        }, {
                                            "clickParam": {
                                                "args": {
                                                    "spm": "a2170.14016119.bottom.4",
                                                    "page": "Page_xyLocalTab"
                                                },
                                                "eventId": "2001",
                                                "arg1": "new_smallicon4"
                                            },
                                            "img": "https://gw.alicdn.com/imgextra/i1/O1CN01YwKPcu28y3DHAiFIl_!!6000000008000-2-tps-204-162.png",
                                            "title": "演出票务",
                                            "targetUrl": "https://aliticket.taobao.com/wow/z/alit/aquaman/xianyutongcheng?wh_biz=tm"
                                        }]
                                    }
                                }
                            },
                            "template": {
                                "name": "fish_home_city_category_card",
                                "url": "https://ossgw.alicdn.com/rapid-oss-bucket/1625183102316/fish_home_city_category_card.zip",
                                "version": "6"
                            }
                        },
                        "ext": {
                            "columnType": "one",
                            "marginBottom": "8"
                        },
                        "key": "fish_home_region_category_card",
                        "loadMoreEvent": {},
                        "render": "DX",
                        "startEvent": {},
                        "virtual": "false"
                    }],
                    "ext": {},
                    "key": "idle_local_icon_banner",
                    "layout": "list",
                    "loadMoreEvent": {
                        "key": "idle_local_icon_banner",
                        "subType": "loadMore"
                    },
                    "needRefreshWhenComplete": "false",
                    "startEvent": {
                        "data": {
                            "ver": "1.0",
                            "api": "mtop.taobao.idle.local.flow.plat.section",
                            "params": {
                                "productId": "2",
                                "shuntId": "14",
                                "unionKey": "idle_local_icon_banner"
                            }
                        },
                        "key": "idle_local_icon_banner",
                        "subType": "reload",
                        "type": "remote"
                    },
                    "virtual": "false"
                }, {
                    "components": [],
                    "ext": {},
                    "key": "idle_local_tab",
                    "layout": "list",
                    "loadMoreEvent": {
                        "key": "idle_local_tab",
                        "subType": "loadMore"
                    },
                    "needRefreshWhenComplete": "false",
                    "slotKey": "section_instance_slot_key",
                    "startEvent": {
                        "data": {
                            "ver": "1.0",
                            "api": "mtop.taobao.idle.local.config",
                            "params": {
                                "productId": "2",
                                "shuntId": "15",
                                "unionKey": "idle_local_tab"
                            }
                        },
                        "key": "idle_local_tab",
                        "subType": "initEvent",
                        "type": "remote"
                    },
                    "virtual": "false"
                }, {
                    "components": [],
                    "ext": {},
                    "key": "idle_local_feeds",
                    "loadMoreEvent": {
                        "key": "idle_local_feeds",
                        "subType": "loadMore"
                    },
                    "needRefreshWhenComplete": "false",
                    "slotKey": "section_instance_feeds_slot_key",
                    "startEvent": {
                        "key": "idle_local_feeds",
                        "subType": "reload"
                    },
                    "virtual": "true"
                }],
                "tabInfo": {
                    "tabId": "xianyu_home_follow",
                    "title": "同城"
                },
                "uniqueKey": "idle_local_concept_page_uk",
                "utParam": {}
            }],
            "style": {}
        },
        "extra": {},
        "success": "true"
    },
    "ret": ["SUCCESS::调用成功"],
    "v": "1.0"
}
url = "http://acs.m.taobao.com/gw"
api = "mtop.taobao.idlehome.home.tabdetail"
v = "1.0"
data = '{"context":"{\\\\"extraParam\\\\":\\\\"{}\\\\",\\\\"isRequesting\\\\":true,\\\\"lastResponseCount\\\\":0,\\\\"pageNumber\\\\":1}","customReqType":"idle_home_feeds","enableDx":"true","extraParam":"{}","isRequesting":true,"lastResponseCount":0,"pageNumber":1,"selectedTabId":"10000012","spmPrefix":"a2170.7897990.feeds_10000012.","tabId":"10000012","trackName":"Item"}'
ret =  xianyu_post(url,api,v,data)
print(ret.text)

输出结果

{"api":"mtop.taobao.idlehome.home.tabdetail","data":{"asyn":"true","feedsCount":"20","needDecryptKeys":["sections.data.user.userNick","sections.data.detailParams.userNick"],"nextPage":"true","sections":[{"data":{"auctionType":"b","bizType":"item","clickParam":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"Item","type":"1","isVideoItem":"false","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"655960512441","image_count":"7","wantNum":"1","yixiuHomeFeedsAbSuccess":"false","id":"655960512441","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025387","cate1":"50023878","item_id":"655960512441","unShowLabelParams":"{\\"12_x_13\\":\\"freeShippingIcon\\",\\"12_x_353\\":\\"256GB\\",\\"12_x_38\\":\\"Microsoft/微软\\",\\"12_x_253\\":\\"其他区WiFi版\\"}","cardType":"item","index":"1","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"655960512441","abId":"229629","matchScore":"0.34782815","spm":"a2170.7897990.feeds_10000012.1","position":"0","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9","labelBucketId":"16","serviceUtParams":"[{\\"arg1\\":\\"12_tag_r2_35\\",\\"args\\":{\\"content\\":\\"无任何拆修\\"}},{\\"arg1\\":\\"12_tag_r2_36\\",\\"args\\":{\\"content\\":\\"明显使用痕迹\\"}},{\\"arg1\\":\\"12_tag_r3_9\\",\\"args\\":{\\"content\\":\\"1人想要\\"}},{\\"arg1\\":\\"12_tag_r4_12\\",\\"args\\":{\\"content\\":\\"BIcon3x\\"}}]"},"spm":"a2170.7897990.feeds_10000012.1","arg1Expo":"Appear-ItemShown","arg1":"Item"},"detailParams":{"picWidth":"1080","itemId":"655960512441","picUrl":"http://img.alicdn.com/bao/uploaded/i1/O1CN01SDaVQj1hHvB1i5vZ0_!!0-fleamarket.jpg","itemType":"detailCommonBuy","picHeight":"1440","userNick":"K7TeQV3mbUjREJ98oKhwQriDg4vtrroSKX402lDTaj0=","soldPrice":"1188","userAvatarUrl":"https://img.alicdn.com/sns_logo/TB1e4rMt8Bh1e4jSZFhXXcC9VXa-240-240.png","isVideo":"false","title":"微软pro2 I5-4300 8+256  成色不错外壳贴膜 特价一套 顺丰包邮 不含键盘"},"dislikeTrackData":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"ItemDislike","type":"1","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"655960512441","image_count":"7","wantNum":"1","yixiuHomeFeedsAbSuccess":"false","id":"655960512441","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025387","cate1":"50023878","item_id":"655960512441","cardType":"item","index":"1","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"655960512441","abId":"229629","matchScore":"0.34782815","spm":"a2170.7897990.feeds_10000012.1","position":"0","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9"},"spm":"a2170.7897990.feeds_10000012.1","arg1":"ItemDislike"},"fishTags":{"r2":{"config":{},"tagList":[{"data":{"borderColor":"#FFD4D4","color":"#FF4444","isStrikeThrough":"false","bold":"false","borderPaddingRight":"4","type":"text","content":"无任何拆修","marginLeft":"0","marginRight":"4","borderRadius":"3","size":"10","labelId":"35","borderPaddingLeft":"4","borderWidth":"0.5","lineHeight":"1.5"},"utParams":{"arg1":"12_tag_r2_35","args":{"content":"无任何拆修"}}},{"data":{"borderColor":"#FFD4D4","color":"#FF4444","borderPaddingRight":"4","type":"text","content":"明显使用痕迹","marginLeft":"0","marginRight":"4","borderRadius":"3","size":"10","labelId":"36","borderPaddingLeft":"4","borderWidth":"0.5","lineHeight":"1.5"},"utParams":{"arg1":"12_tag_r2_36","args":{"content":"明显使用痕迹"}}}]},"r3":{"config":{},"tagList":[{"data":{"marginRight":"4","color":"#A3A3A3","size":"10","labelId":"9","isStrikeThrough":"false","lineHeight":"1.5","bold":"false","type":"text","content":"1人想要","marginLeft":"4"},"utParams":{"arg1":"12_tag_r3_9","args":{"content":"1人想要"}}}]},"r4":{"config":{},"tagList":[{"data":{"marginRight":null,"labelId":"12","width":"80","type":"img","content":"BIcon3x","url":"https://gw.alicdn.com/tfs/TB1656k1XY7gK0jSZKzXXaikpXa-240-48.png","height":"16","marginLeft":null},"utParams":{"arg1":"12_tag_r4_12","args":{"content":"BIcon3x"}}}]}},"hotPoint":{"text":"1人想要"},"itemId":"655960512441","logger":{"debugEnabled":"false","errorEnabled":"true","infoEnabled":"true","name":"com.taobao.idleapi.wireless.domain.home.HomeDxItemVO","traceEnabled":"false","warnEnabled":"true"},"mainPicInfo":{"heightSize":"1440","mainColor":"4281611836","major":"true","type":"0","url":"http://img.alicdn.com/bao/uploaded/i1/O1CN01SDaVQj1hHvB1i5vZ0_!!0-fleamarket.jpg","videoId":"0","widthSize":"1080"},"priceInfo":{"priceUnitInfos":[{"bold":"true","marginBottom":"2.5","text":"¥","textColor":"#ff4444","textSize":"12"},{"bold":"true","marginBottom":"0","text":"1188","textColor":"#ff4444","textSize":"18"}]},"putDetailParams":"true","richTitle":[{"data":{"fontWeight":"w700","text":"微软pro2 I5-4300 8+256  成色不错外壳贴膜 特价一套 顺丰包邮 不含键盘","textColor":"0xFF333333","textSize":"14"},"type":"Text"}],"targetUrl":"fleamarket://awesome_detail?id=655960512441&flutter=true&fmdirect=true","user":{"avatar":"https://img.alicdn.com/sns_logo/TB1e4rMt8Bh1e4jSZFhXXcC9VXa-240-240.png","targetUrl":"fleamarket://personalPage?userid=22464253&utParams=%7B%22spm%22%3A%22a2170.7897990.0.0%22%2C%22itemId%22%3A%22655960512441%22%7D","trackParams":{"trackName":"ItemHeadPortrait"},"userId":"22464253","userNick":"K7TeQV3mbUjREJ98oKhwQriDg4vtrroSKX402lDTaj0=","userSketch":{"topTags":[{"height":"16","heightInt":"16","tagUrl":"https://gw.alicdn.com/tfs/TB1656k1XY7gK0jSZKzXXaikpXa-240-48.png","width":"80","widthInt":"80"}]}}},"template":{"name":"fish_home_tags_item_card_d3","url":"https://ossgw.alicdn.com/rapid-oss-bucket/1625120115160/fish_home_tags_item_card_d3.zip","version":"1625120115160"}},{"data":{"auctionType":"b","bizType":"item","clickParam":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"Item","type":"1","isVideoItem":"false","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"597337840198","image_count":"2","wantNum":"7","yixiuHomeFeedsAbSuccess":"false","id":"597337840198","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025413","cate1":"50023878","item_id":"597337840198","cardType":"item","index":"2","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"597337840198","abId":"229629","matchScore":"0.33054727","spm":"a2170.7897990.feeds_10000012.2","position":"10","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9","labelBucketId":"16","serviceUtParams":"[{\\"arg1\\":\\"12_tag_r3_9\\",\\"args\\":{\\"content\\":\\"7人想要\\"}},{\\"arg1\\":\\"12_tag_r4_12\\",\\"args\\":{\\"content\\":\\"AIcon3x\\"}}]"},"spm":"a2170.7897990.feeds_10000012.2","arg1Expo":"Appear-ItemShown","arg1":"Item"},"detailParams":{"picWidth":"1664","itemId":"597337840198","picUrl":"http://img.alicdn.com/bao/uploaded/i2/O1CN01VMeoKE1j0dI8LqDAK_!!0-fleamarket.jpg","itemType":"detailCommonBuy","picHeight":"1245","userNick":"G7hBrzQUwXkg6wBmme8hQw==","soldPrice":"244.99","userAvatarUrl":"https://img.alicdn.com/sns_logo/i2/O1CN01XgI99u28tT58JUJZ9_!!0-fleamarket.jpg","isVideo":"false","title":"古董电视机 1983年的襄阳牌12吋黑白电视机,有喜欢的吗?"},"dislikeTrackData":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"ItemDislike","type":"1","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"597337840198","image_count":"2","wantNum":"7","yixiuHomeFeedsAbSuccess":"false","id":"597337840198","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025413","cate1":"50023878","item_id":"597337840198","cardType":"item","index":"2","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"597337840198","abId":"229629","matchScore":"0.33054727","spm":"a2170.7897990.feeds_10000012.2","position":"10","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9"},"spm":"a2170.7897990.feeds_10000012.2","arg1":"ItemDislike"},"fishTags":{"r3":{"config":{},"tagList":[{"data":{"marginRight":"4","color":"#A3A3A3","size":"10","labelId":"9","isStrikeThrough":"false","lineHeight":"1.5","bold":"false","type":"text","content":"7人想要","marginLeft":"4"},"utParams":{"arg1":"12_tag_r3_9","args":{"content":"7人想要"}}}]},"r4":{"config":{},"tagList":[{"data":{"marginRight":null,"labelId":"12","width":"80","type":"img","content":"AIcon3x","url":"https://gw.alicdn.com/tfs/TB1nehXk4vbeK8jSZPfXXariXXa-240-48.png","height":"16","marginLeft":null},"utParams":{"arg1":"12_tag_r4_12","args":{"content":"AIcon3x"}}}]}},"hotPoint":{"text":"7人想要"},"itemId":"597337840198","logger":{"debugEnabled":"false","errorEnabled":"true","infoEnabled":"true","name":"com.taobao.idleapi.wireless.domain.home.HomeDxItemVO","traceEnabled":"false","warnEnabled":"true"},"mainPicInfo":{"heightSize":"1245","major":"true","type":"0","url":"http://img.alicdn.com/bao/uploaded/i2/O1CN01VMeoKE1j0dI8LqDAK_!!0-fleamarket.jpg","widthSize":"1245"},"priceInfo":{"priceUnitInfos":[{"bold":"true","marginBottom":"2.5","text":"¥","textColor":"#ff4444","textSize":"12"},{"bold":"true","marginBottom":"0","text":"244","textColor":"#ff4444","textSize":"18"},{"bold":"true","marginBottom":"2.5","text":".99","textColor":"#ff4444","textSize":"12"}]},"putDetailParams":"true","richTitle":[{"data":{"fontWeight":"w700","text":"古董电视机 1983年的襄阳牌12吋黑白电视机,有喜欢的吗?","textColor":"0xFF333333","textSize":"14"},"type":"Text"}],"targetUrl":"fleamarket://awesome_detail?id=597337840198&flutter=true&fmdirect=true","user":{"avatar":"https://img.alicdn.com/sns_logo/i2/O1CN01XgI99u28tT58JUJZ9_!!0-fleamarket.jpg","targetUrl":"fleamarket://personalPage?userid=2803833264&utParams=%7B%22spm%22%3A%22a2170.7897990.0.0%22%2C%22itemId%22%3A%22597337840198%22%7D","trackParams":{"trackName":"ItemHeadPortrait"},"userId":"2803833264","userNick":"G7hBrzQUwXkg6wBmme8hQw==","userSketch":{"topTags":[{"height":"16","heightInt":"16","tagUrl":"https://gw.alicdn.com/tfs/TB1nehXk4vbeK8jSZPfXXariXXa-240-48.png","width":"80","widthInt":"80"}]}}},"template":{"name":"fish_home_tags_item_card_d3","url":"https://ossgw.alicdn.com/rapid-oss-bucket/1625120115160/fish_home_tags_item_card_d3.zip","version":"1625120115160"}},{"data":{"auctionType":"b","bizType":"item","clickParam":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"Item","type":"1","isVideoItem":"false","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"649248656395","image_count":"1","wantNum":"0","yixiuHomeFeedsAbSuccess":"false","id":"649248656395","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025413","cate1":"50023878","item_id":"649248656395","unShowLabelParams":"{\\"12_x_13\\":\\"freeShippingIcon\\",\\"12_x_353\\":\\"5-8GB\\",\\"12_x_273\\":\\"未使用\\",\\"12_x_350\\":\\"功能完好无维修\\"}","cardType":"item","index":"3","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"649248656395","abId":"229629","matchScore":"0.33054727","spm":"a2170.7897990.feeds_10000012.3","position":"13","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9","labelBucketId":"16","serviceUtParams":"[{\\"arg1\\":\\"12_tag_r2_36\\",\\"args\\":{\\"content\\":\\"全新\\"}},{\\"arg1\\":\\"12_tag_r2_38\\",\\"args\\":{\\"content\\":\\"Skyworth/创维\\"}},{\\"arg1\\":\\"12_tag_r4_12\\",\\"args\\":{\\"content\\":\\"AIcon3x\\"}}]"},"spm":"a2170.7897990.feeds_10000012.3","arg1Expo":"Appear-ItemShown","arg1":"Item"},"detailParams":{"picWidth":"887","itemId":"649248656395","picUrl":"http://img.alicdn.com/bao/uploaded/i1/O1CN01LaK4Sd1ObB6zGdkKE_!!0-fleamarket.jpg","itemType":"detailCommonBuy","picHeight":"1920","userNick":"EciamL3qAVr7Caz1tA6GGg==","soldPrice":"2700","userAvatarUrl":"https://img.alicdn.com/sns_logo/i2/O1CN01X6Ox3k1ObB4tnn7Ns_!!0-fleamarket.jpg","isVideo":"false","title":"创维(SKYWORTH)55A5 Pro 55英寸 4K 超高清 WiFi6 超薄智慧屏 5G双频 远场语音 护眼全"},"dislikeTrackData":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"ItemDislike","type":"1","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"649248656395","image_count":"1","wantNum":"0","yixiuHomeFeedsAbSuccess":"false","id":"649248656395","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025413","cate1":"50023878","item_id":"649248656395","cardType":"item","index":"3","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"649248656395","abId":"229629","matchScore":"0.33054727","spm":"a2170.7897990.feeds_10000012.3","position":"13","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9"},"spm":"a2170.7897990.feeds_10000012.3","arg1":"ItemDislike"},"fishTags":{"r2":{"config":{},"tagList":[{"data":{"borderColor":"#FFD4D4","color":"#FF4444","borderPaddingRight":"4","type":"text","content":"全新","marginLeft":"0","marginRight":"4","borderRadius":"3","size":"10","labelId":"36","borderPaddingLeft":"4","borderWidth":"0.5","lineHeight":"1.5"},"utParams":{"arg1":"12_tag_r2_36","args":{"content":"全新"}}},{"data":{"borderColor":"#FFD4D4","color":"#FF4444","borderPaddingRight":"4","type":"text","content":"Skyworth/创维","marginLeft":"0","marginRight":"4","borderRadius":"3","size":"10","labelId":"38","borderPaddingLeft":"4","borderWidth":"0.5","lineHeight":"1.5"},"utParams":{"arg1":"12_tag_r2_38","args":{"content":"Skyworth/创维"}}}]},"r4":{"config":{},"tagList":[{"data":{"marginRight":null,"labelId":"12","width":"80","type":"img","content":"AIcon3x","url":"https://gw.alicdn.com/tfs/TB1nehXk4vbeK8jSZPfXXariXXa-240-48.png","height":"16","marginLeft":null},"utParams":{"arg1":"12_tag_r4_12","args":{"content":"AIcon3x"}}}]}},"itemId":"649248656395","logger":{"debugEnabled":"false","errorEnabled":"true","infoEnabled":"true","name":"com.taobao.idleapi.wireless.domain.home.HomeDxItemVO","traceEnabled":"false","warnEnabled":"true"},"mainPicInfo":{"heightSize":"1182","mainColor":"4292600551","major":"true","type":"0","url":"http://img.alicdn.com/bao/uploaded/i1/O1CN01LaK4Sd1ObB6zGdkKE_!!0-fleamarket.jpg","videoId":"0","widthSize":"887"},"priceInfo":{"priceUnitInfos":[{"bold":"true","marginBottom":"2.5","text":"¥","textColor":"#ff4444","textSize":"12"},{"bold":"true","marginBottom":"0","text":"2700","textColor":"#ff4444","textSize":"18"}]},"putDetailParams":"true","richTitle":[{"data":{"fontWeight":"w700","text":"创维(SKYWORTH)55A5 Pro 55英寸 4K 超高清 WiFi6 超薄智慧屏 5G双频 远场语音 护眼全","textColor":"0xFF333333","textSize":"14"},"type":"Text"}],"targetUrl":"fleamarket://awesome_detail?id=649248656395&flutter=true&fmdirect=true","user":{"avatar":"https://img.alicdn.com/sns_logo/i2/O1CN01X6Ox3k1ObB4tnn7Ns_!!0-fleamarket.jpg","targetUrl":"fleamarket://personalPage?userid=908841723&utParams=%7B%22spm%22%3A%22a2170.7897990.0.0%22%2C%22itemId%22%3A%22649248656395%22%7D","trackParams":{"trackName":"ItemHeadPortrait"},"userId":"908841723","userNick":"EciamL3qAVr7Caz1tA6GGg==","userSketch":{"topTags":[{"height":"16","heightInt":"16","tagUrl":"https://gw.alicdn.com/tfs/TB1nehXk4vbeK8jSZPfXXariXXa-240-48.png","width":"80","widthInt":"80"}]}}},"template":{"name":"fish_home_tags_item_card_d3","url":"https://ossgw.alicdn.com/rapid-oss-bucket/1625120115160/fish_home_tags_item_card_d3.zip","version":"1625120115160"}},{"data":{"auctionType":"b","bizType":"item","clickParam":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"Item","type":"1","isVideoItem":"false","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"649786340229","image_count":"1","wantNum":"3","yixiuHomeFeedsAbSuccess":"false","id":"649786340229","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025413","cate1":"50023878","item_id":"649786340229","cardType":"item","index":"4","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"649786340229","abId":"229629","matchScore":"0.33054727","spm":"a2170.7897990.feeds_10000012.4","position":"5","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9","labelBucketId":"16","serviceUtParams":"[{\\"arg1\\":\\"12_tag_r2_38\\",\\"args\\":{\\"content\\":\\"Konka/康佳\\"}},{\\"arg1\\":\\"12_tag_r2_399\\",\\"args\\":{\\"content\\":\\"16:9\\"}},{\\"arg1\\":\\"12_tag_r3_9\\",\\"args\\":{\\"content\\":\\"3人想要\\"}},{\\"arg1\\":\\"12_tag_r1_7\\",\\"args\\":{\\"content\\":\\"转卖\\"}}]"},"spm":"a2170.7897990.feeds_10000012.4","arg1Expo":"Appear-ItemShown","arg1":"Item"},"detailParams":{"picWidth":"null","itemId":"649786340229","picUrl":"http://img.alicdn.com/bao/uploaded/i2/467221028/O1CN01F2Ze9t1JSriFBK6qc_!!0-item_pic.jpg","itemType":"detailCommonBuy","picHeight":"null","userNick":"LJ1j5atrAZiCSwhLa6dp0jfxO2OyIvKx3zaXgCLfHHI=","soldPrice":"500","userAvatarUrl":"https://img.alicdn.com/sns_logo/TB1ZbSH4AL0gK0jSZFtXXXQCXXa-240-240.png","isVideo":"false","title":"Konka/康佳 LED32E330C 32英寸…颜色分类黑 色,套餐类型官方标配  99成新"},"dislikeTrackData":{"args":{"rewriteq":"{}","matchType":"99","rankScore":"0.0","trackName":"ItemDislike","type":"1","upCardStatus":"0","ctr_score":"0.0","abtest":"b","pvid":"ede1e9bd-e615-4b3e-8c96-fc7f06857f8a","cvr_score":"0.0","card_obj_id":"649786340229","image_count":"1","wantNum":"3","yixiuHomeFeedsAbSuccess":"false","id":"649786340229","scm":"1007.32927.229629.","abtag":"style_masonryLayouts_1.0","tppScore":"0.0","cate":"50025413","cate1":"50023878","item_id":"649786340229","cardType":"item","index":"4","card_type":"item","userId":"0","search_id":"619a514e9ad6e089be1f26d7db8c04f0","userClassify":"旧feed推荐透标","homeFeedsBucketId":"0","itemId":"649786340229","abId":"229629","matchScore":"0.33054727","spm":"a2170.7897990.feeds_10000012.4","position":"5","rn":"f6e5bd6f4e19b4b22c0e1d2813d533e9"},"spm":"a2170.7897990.feeds_10000012.4","arg1":"ItemDislike"},"fishTags":{"r2":{"config":{},"tagList":[{"data":{"borderColor":"#FFD4D4","color":"#FF4444","borderPaddingRight":"4","type":"text","content":"Konka/康佳","marginLeft":"0","

以上是关于某鱼APP x-sign x-mini-wua x-sgext 分析成果的主要内容,如果未能解决你的问题,请参考以下文章

app安卓逆向x-sign,x-sgext,x_mini_wua,x_umt加密参数解析

App逆向1——油联合伙人

App逆向1——油联合伙人

2021-12-04小红书x-sign逆向分析记录

最近3款Android APP逆向分析总结

爬虫爱好者必备,某鱼精美图片爬虫,不容错过!!!