最近学习安卓逆向,接触一下MissFresh的APP,了解别人是做数据安全的,这篇文章主要介绍MissFresh APP的商品详情HOOK过程,然后获取到详情数据。本文只用于学习交流,请勿他用。技术支持,扣扣:3165845957
主类(main_category)
+------+-------------+---------------+-----------------------------------------------------------------+---------------------+
| area | internal_id | category_name | img_url | insert_time |
+------+-------------+---------------+-----------------------------------------------------------------+---------------------+
| cd | 207 | 休闲零食 | https://j-image.missfresh.cn/img_20191205115204982.png | 2020-12-30 10:08:06 |
| cd | 208 | 酒饮冲调 | https://j-image.missfresh.cn/img_20191205115124028.png | 2020-12-30 10:08:06 |
| cd | 209 | 海鲜水产 | https://image.missfresh.cn/2bf2db206e4140ba94dbcf2efa61c0f5.png | 2020-12-30 10:08:06 |
| cd | 210 | 粮油调味 | https://j-image.missfresh.cn/img_20191205114542789.png | 2020-12-30 10:08:06 |
| cd | 211 | 时令水果 | https://j-image.missfresh.cn/img_20191205114843668.png | 2020-12-30 10:08:06 |
| cd | 212 | 纸品清洁 | https://j-image.missfresh.cn/img_20191205115149589.png | 2020-12-30 10:08:06 |
| cd | 213 | 个人护理 | https://j-image.missfresh.cn/img_20191205174338426.png | 2020-12-30 10:08:06 |
| cd | 214 | 美妆护肤 | https://j-image.missfresh.cn/img_20191205174416611.png | 2020-12-30 10:08:06 |
| cd | 215 | 家居收纳 | https://j-image.missfresh.cn/img_20191205114515683.png | 2020-12-30 10:08:06 |
| cd | 216 | 滋补保健 | https://j-image.missfresh.cn/img_20191205115216983.png | 2020-12-30 10:08:06 |
| cd | 217 | 母婴用品 | https://j-image.missfresh.cn/img_20191205114650853.png | 2020-12-30 10:08:06 |
| cd | 218 | 安心乳品 | https://j-image.missfresh.cn/img_20191205115059838.png | 2020-12-30 10:08:06 |
| cd | 288 | 熟食餐饮 | https://j-image.missfresh.cn/img_20191205114557166.png | 2020-12-30 10:08:06 |
| cd | 303 | 家用电器 | https://j-image.missfresh.cn/img_20191205174137309.png | 2020-12-30 10:08:06 |
| cd | 308 | 3C数码 | https://j-image.missfresh.cn/img_20191205114207779.png | 2020-12-30 10:08:06 |
| cd | 314 | 宠物用品 | https://j-image.missfresh.cn/img_20191205114343668.png | 2020-12-30 10:08:06 |
| cd | 318 | 鲜花绿植 | https://j-image.missfresh.cn/img_20191205174321017.png | 2020-12-30 10:08:06 |
| cd | 320 | 新鲜蔬菜 | https://j-image.missfresh.cn/img_20191205114857182.png | 2020-12-30 10:08:06 |
| cd | 322 | 肉蛋食材 | https://j-image.missfresh.cn/img_20191205114908508.png | 2020-12-30 10:08:06 |
| cd | 1587 | 快手美食 | https://j-image.missfresh.cn/img_20191205180103733.png | 2020-12-30 10:08:06 |
+------+-------------+---------------+-----------------------------------------------------------------+---------------------+
子类(sub_category)
+------+-----------+-------------+---------------+---------------------+
| area | parent_id | internal_id | category_name | insert_time |
+------+-----------+-------------+---------------+---------------------+
| cd | 207 | 207 | 全部 | 2020-12-30 10:08:06 |
| cd | 207 | 219 | 薯片膨化 | 2020-12-30 10:08:06 |
| cd | 207 | 220 | 蜜饯果干 | 2020-12-30 10:08:06 |
| cd | 207 | 221 | 坚果炒货 | 2020-12-30 10:08:06 |
| cd | 207 | 222 | 卤干卤味 | 2020-12-30 10:08:06 |
| cd | 207 | 281 | 饼干曲奇 | 2020-12-30 10:08:06 |
| cd | 207 | 293 | 糖巧果冻 | 2020-12-30 10:08:06 |
| cd | 207 | 294 | 面包糕点 | 2020-12-30 10:08:06 |
| cd | 207 | 1636 | 其它食品 | 2020-12-30 10:08:06 |
| cd | 207 | 1781 | 热销爆款 | 2020-12-30 10:08:06 |
| cd | 207 | 1791 | 辣条零嘴 | 2020-12-30 10:08:06 |
| cd | 208 | 208 | 全部 | 2020-12-30 10:08:06 |
| cd | 208 | 223 | 饮用水 | 2020-12-30 10:08:06 |
| cd | 208 | 282 | 碳酸饮料 | 2020-12-30 10:08:06 |
| cd | 208 | 283 | 功能饮料 | 2020-12-30 10:08:06 |
| cd | 208 | 326 | 茶饮料 | 2020-12-30 10:08:06 |
| cd | 208 | 327 | 咖啡 | 2020-12-30 10:08:06 |
| cd | 208 | 328 | 其他酒饮 | 2020-12-30 10:08:06 |
| cd | 208 | 329 | 果汁 | 2020-12-30 10:08:06 |
| cd | 208 | 330 | 谷物冲调 | 2020-12-30 10:08:06 |
+------+-----------+-------------+---------------+---------------------+
商品列表
+------+-----------+-------------+-------------------+------------------------------------------------+-----------------------------------------+--------------+-------+-----------+--------------+--------------------------------------------------------------------------------------+---------------------+
| area | parent_id | internal_id | suk | request_id | goods_name | suk_category | stock | vip_price | no_vip_price | img_url | insert_time |
+------+-----------+-------------+-------------------+------------------------------------------------+-----------------------------------------+--------------+-------+-----------+--------------+--------------------------------------------------------------------------------------+---------------------+
| sh | 965 | 965 | p-fxspjppt-hd500g | 20201230094523_1602869502_missfresh-category_B | 凤祥鸡琵琶腿500g(新老包装更换) | 其他分割鸡 | 9 | 1150 | 1250 | https://image.missfresh.cn/3e6497fa3c2d4c0ba8878ed2267d0b73.jpeg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | p-bjnrs-hd-150g | 20201230094523_1602869502_missfresh-category_B | 伊赛牛肉丝150g | 冻牛肉 | 7 | 0 | 1150 | https://image.missfresh.cn/92d853b5339c4f0e9d776f820c0d9f6e.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7627747 | 20201230094523_1602869502_missfresh-category_B | 正大鸡翅根500g | 其他分割鸡 | 13 | 950 | 1090 | https://image.missfresh.cn/d98a251f02d14342934419c1d18cee94.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7735418 | 20201230094523_1602869502_missfresh-category_B | 今日鲜 猪肝250g(不同包装随机发货) | 冷鲜猪附类 | 4 | 1220 | 1390 | https://image.missfresh.cn/808a0610f22b4b31a4b896e6c4be4ca6.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7498836 | 20201230094523_1602869502_missfresh-category_B | 牛肉片(嫩牛肉)150g(冷冻) | 调理牛羊肉 | 4 | 1190 | 1290 | https://image.missfresh.cn/32b5f0575d674c868f1e898756e359b1.gif?mryxw=133&mryxh=133 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7722959 | 20201230094523_1602869502_missfresh-category_B | 圣农琵琶腿500g | 其他分割鸡 | 4 | 1010 | 1150 | https://image.missfresh.cn/e4c97e9484d443488d5135a9dd2dd466.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 8032049 | 20201230094523_1602869502_missfresh-category_B | 凤祥鸡胸肉500g | 其他分割鸡 | 24 | 0 | 950 | https://image.missfresh.cn/ab58cc4904724e6e875370bc9d03de32.jpg?mryxw=450&mryxh=450 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7937612 | 20201230094523_1602869502_missfresh-category_B | 圣农腿排500g(去骨) | 其他分割鸡 | 5 | 0 | 990 | https://image.missfresh.cn/4f3706134f5742599762c70d23015412.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7722958 | 20201230094523_1602869502_missfresh-category_B | 圣农鸡翅根500g | 其他分割鸡 | 6 | 0 | 1290 | https://image.missfresh.cn/6d6f54de977349ebab458b35b991068e.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7716502 | 20201230094523_1602869502_missfresh-category_B | 苏北草鸡蛋10枚 | 鲜鸡蛋 | 72 | 0 | 950 | https://image.missfresh.cn/d763ea4b6869466285cd7dcc7b42c189.jpg?mryxw=450&mryxh=450 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7881390 | 20201230094523_1602869502_missfresh-category_B | 酣畅原切西冷牛排(已腌制)130g | 草饲牛排 | 5 | 990 | 1090 | https://image.missfresh.cn/0a198faa1764469c8940dc39e6fafbe4.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7802802 | 20201230094523_1602869502_missfresh-category_B | 六和鸡小胸(鸡柳)460g | 其他分割鸡 | 7 | 790 | 850 | https://image.missfresh.cn/368e500bffb14cc39e41fac31a471fbf.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7792924 | 20201230094523_1602869502_missfresh-category_B | 恒都整切西冷牛排100g | 其他牛排 | 4 | 750 | 890 | https://image.missfresh.cn/d2ea1c1ded0942e8b8716b10f3021171.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7762984 | 20201230094523_1602869502_missfresh-category_B | 今日鲜 汤小排300g(不同包装随机发货) | 冷鲜骨类 | 4 | 1480 | 1790 | https://image.missfresh.cn/2c8ce62109f641a2b1bfab82fa2dc1ac.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7977271 | 20201230094523_1602869502_missfresh-category_B | 今日鲜 鸡腿肉丁300g | 冷鲜分割鸡肉 | 5 | 780 | 790 | https://image.missfresh.cn/343561b69e26413f9ba0fdc71792fcbf.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7987423 | 20201230094523_1602869502_missfresh-category_B | 伊赛牛肉馅250g | 冻牛肉 | 5 | 0 | 1350 | https://image.missfresh.cn/4784aa5fe20d4860818e4a92e52797f2.jpg?mryxw=450&mryxh=450 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7759243 | 20201230094523_1602869502_missfresh-category_B | 六和精选鸭肫400g | 冷冻禽附类 | 3 | 0 | 1990 | https://image.missfresh.cn/3761bc73138f479fadb3f43c891ee483.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7874426 | 20201230094523_1602869502_missfresh-category_B | 绿水沱松花皮蛋6枚(360g) | 加工蛋 | 8 | 890 | 990 | https://image.missfresh.cn/ef6ead776eea48b5a0dd40272b032ae2.jpg?mryxw=450&mryxh=450 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | 7737839 | 20201230094523_1602869502_missfresh-category_B | 今日鲜 后腿精肉150g(不同包装随机发货) | 冷鲜肉类 | 4 | 1130 | 1290 | https://image.missfresh.cn/6cd67aec479a417795be24f3976b8ac0.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
| sh | 965 | 965 | p-jxnrp-150g | 20201230094523_1602869502_missfresh-category_B | 恒都精选牛肉片150g(新老包装交替发货) | 冻牛肉 | 10 | 990 | 1150 | https://image.missfresh.cn/a7eaf9f3837d40e28cd6aab885813d31.jpg?mryxw=750&mryxh=750 | 2020-12-30 09:45:23 |
+------+-----------+-------------+-------------------+------------------------------------------------+-----------------------------------------+--------------+-------+-----------+--------------+--------------------------------------------------------------------------------------+---------------------+
商品详情
{
"brandSlogan": {
"brandList": [
{
"color": 0,
"image": "https://j-image.missfresh.cn/mis_img_20191203151234254.png?mryxw\u003d48\u0026mryxh\u003d48",
"name": "正品保障"
},
{
"color": 0,
"image": "https://j-image.missfresh.cn/mis_img_20191203151750919.png?mryxw\u003d48\u0026mryxh\u003d48",
"name": "一件包邮"
},
{
"color": 0,
"image": "https://j-image.missfresh.cn/mis_img_20191210201905680.png?mryxw\u003d48\u0026mryxh\u003d48",
"name": "配送全国"
},
{
"color": 0,
"image": "https://j-image.missfresh.cn/mis_img_20191203151636744.png?mryxw\u003d48\u0026mryxh\u003d48",
"name": "售后无忧"
}
],
"saleGroupImage": "https://j-image.missfresh.cn/mis_img_20200608214721958.png?mryxw\u003d176\u0026mryxh\u003d42"
},
"coupon": {
"reduction": [
],
"unUseTags": [
"登录后查看可使用红包"
],
"voucher": [
{
"type": "packet",
"typeName": "红包",
"unUseTag": "登录后查看可使用红包"
}
]
},
"delivery": {
"content": "预计24H发货,第三方物流配送,包邮"
},
"examininReport": {
},
"productDetail": {
"brandImages": [
"https://j-image.missfresh.cn/mis_img_20201111170948817.jpeg?mryxw\u003d750\u0026mryxh\u003d2572"
],
"detailImages": [
"http://missfresh-fms.ufile.ucloud.cn/60b9be001021481eb94c6803d7e0661e.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/b65163ca1aa94877a93c7d749a7821c6.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/836bed8297d143a6be00a375767184eb.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/e52f5231608c42da8d4c019ee384ff35.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/33bdfa52710647a7b87596ce3be85ba5.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/bb0ca5910d0d47e0b89f2316f77de5db.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/afc3a56c16b1456dbeb72b4587f30666.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/b621b804b232427798dbea2957cc0a99.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/f04503f960954d33aad31e0307c7933b.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/ef1823a844344e26ae60c1298203ac19.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/3638087d5a644ac7871b37012937a66f.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/c1025590b73a4c23b274a07108fb293a.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/bf3e667f9b1646d98d2b7be8e47f7f3b.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/42f85c9c363f4c419e8bf1d8f4f37bd2.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/fd0650c19c3f44d39084530174a04884.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/cb5ff9ee04de4ff098982a7af583e382.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/2092db62c3474b4d8a0d3cf4bbee530c.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/292fc10e77ff45b48e76a6cb6e47aa1b.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/a2e04971f80c42fbad9c24b8dd48d1e0.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/eacd644d86264a72894aab773c642b41.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/1ab0dfc0fccc4bf0af3f0942f6911ec6.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/3136be64e7a645c5ac4361f20d9c05f2.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/2fc7091d4f294374b0faf4b458f31571.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/97b0d41b21844e12a9d93df70f39b543.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/641ef2ed6342491cbdded1e1603e2960.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/7a6727271b5d48e081bb102be6a645e5.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/29b0973a3e114b89b7c0ff29aa3b1409.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/15141754ab784b4287bb253ece3d896e.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/70754849d2ba43598808f5ebf9c31318.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/7cad04143ecc4358a8d5309b03407245.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/7a90c376805f400383d5914a9d0935f1.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/c413b228a68d4a2b92fc4c71e987f789.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/32c21b841e0b4304ba36331b147e3225.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/369cf413e65d4d62bd284db4447143db.jpg?mryxw\u003d750\u0026mryxh\u003d500",
"http://missfresh-fms.ufile.ucloud.cn/3a083a32f6ce40968988bacb0813769f.jpg?mryxw\u003d750\u0026mryxh\u003d500"
],
"detailText": [
{
"name": "产地",
"text": "中国"
},
{
"name": "规格",
"text": "1个"
},
{
"name": "重量",
"text": "0.05"
},
{
"name": "包装",
"text": "个"
},
{
"name": "保质期",
"text": "999天"
},
{
"name": "贮存方式",
"text": "室温"
}
],
"priceImages": [
"https://j-image.missfresh.cn/mis_img_20190909170340322.png?mryxw\u003d1125\u0026mryxh\u003d930"
]
},
"productInfo": {
"activityType": 0,
"bannerInfo": [
{
"image": "http://missfresh-fms.ufile.ucloud.cn/aef0243c8b3e4bf38d4fd9f17859169f.jpg?mryxw\u003d800\u0026mryxh\u003d800",
"type": 2,
"video": ""
},
{
"image": "https://image.missfresh.cn/fff79aa9503348baacb0178ff9b535e3.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"type": 2,
"video": ""
},
{
"image": "https://image.missfresh.cn/74d2c8f4df614d71865352979d3f19c0.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"type": 2,
"video": ""
},
{
"image": "https://image.missfresh.cn/8fc69b1547164842b2b0eaa302f002b0.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"type": 2,
"video": ""
},
{
"image": "https://image.missfresh.cn/a60db295dec54d28ab473f27782651b1.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"type": 2,
"video": ""
},
{
"image": "https://image.missfresh.cn/af91182134244507935024c973af00a9.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"type": 2,
"video": ""
},
{
"image": "https://image.missfresh.cn/d81ec6586ad84df688c1dfccec17d769.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"type": 2,
"video": ""
}
],
"cartButton": [
{
"arriveType": 0,
"name": "到货提醒",
"price": 0,
"type": 0
}
],
"foodId": 0,
"isSkeletonData": false,
"isSubscibe": false,
"posterInfo": {
"backgroundImage": "https://j-image.missfresh.cn/mis_img_20200103170206870.png?mryxw\u003d1125\u0026mryxh\u003d2001",
"link": "https://as-vip.missfresh.cn/frontend/wq/?pg\u003dp\u0026productSku\u003d7714140",
"productImage": "https://image.missfresh.cn/fff79aa9503348baacb0178ff9b535e3.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"qrInfo": {
"qrSize": 75,
"qrX": 149,
"qrY": 472
},
"subTitle": "洛克EB60蓝牙耳机TWS真无线蓝牙5.0单双耳带充电盒白",
"title": "轻巧迷你 即取即连 20小时续航"
},
"pricePro": {
"noVip": {
"color": 16730257,
"price": 13900,
"showStyle": 0
}
},
"saleInfo": {
"bgColor": 16777215,
"fontColor": 9868950,
"fontSize": 12,
"text": "月销量 147件"
},
"saleLimit": 0,
"sale_out": true,
"shareInfo": {
"miniAppShareInfo": {
"miniDesc": "【仅需¥139】 洛克EB60蓝牙耳机TWS真无线蓝牙5.0单双耳带充电盒白",
"miniImgUrl": "https://image.missfresh.cn/fff79aa9503348baacb0178ff9b535e3.jpg?mryxw\u003d750\u0026mryxh\u003d750",
"miniOriginalId": "gh_05c85a53c7ee",
"miniPath": "/pages/index/index?goPage\u003dproductDetail\u0026productSku\u003d7714140",
"miniTitle": "【仅需¥139】 洛克EB60蓝牙耳机TWS真无线蓝牙5.0单双耳带充电盒白",
"weChatUrl": "https://as-vip.missfresh.cn/s/pd?a\u003d7714140\u0026b\u003d\u0026t\u003d751\u0026v\u003d\u0026u\u003d0"
}
},
"sku": "7714140",
"skuProp": "",
"skuPropName": "",
"stock": 0,
"subTitle": "轻巧迷你 即取即连 20小时续航",
"subscribeArrivalReminder": 1,
"themeTag": "",
"title": "洛克EB60蓝牙耳机TWS真无线蓝牙5.0单双耳带充电盒白",
"titleTag": "https://j-image.missfresh.cn/mis_img_20200608214718605.png?mryxw\u003d176\u0026mryxh\u003d42",
"unit": "个"
},
"serviceDescription": "https://j-image.missfresh.cn/mis_img_20200610113549167.png?mryxw\u003d750\u0026mryxh\u003d1326",
"showComment": false,
"socialActivity": {
}
}
最近学习安卓逆向,接触一下MissFresh的APP,了解别人是做数据安全的,这篇文章主要介绍MissFresh APP的商品详情HOOK过程,然后获取到详情数据。本文只用于学习交流,请勿他用。技术支持,扣扣:3165845957