念念不忘,必有回响。研究阿里系签名,获益良多——unidbg/idlefish/taobao/damai

news2024/10/6 2:58:27

本篇文章仅供学习讨论。

文章中涉及到的代码、实例,仅是个人日常学习研究的部分成果。

如有不当,请联系删除。

我博客里面也不止发布了一篇关于阿里系签名的文章了,但成体系、能应用的功能一直没有开发出来。

虽然一大部分原因是因为本人懒,有空的时候就研究下,没空了就直接搁置。

本质上还是去学习人家的算法和架构,最终学习到的东西可以应用到自己开发的产品上。

最近把闲鱼/淘宝/大麦的应用都放到一起研究了下,终于,在算法研究的长征路上,又向前走了一小步——在unidbg的基础上实现了相关算法。但知道的越多,发现未知的越多。在设备层面、基础参数层面,发现阿里不愧是大厂,领先这些小程序员们一整个大气层。

接下来又是传统节目——炫技环节:

请求签名部分

请求数据部分

再展示一部分请求到的数据(也就是很多条数据的其中一条):

{
    "data": {
        "item": {
            "main": {
                "clickParam": {
                    "arg1": "Item",
                    "args": {
                        "picWidth": "164.0",
                        "zhimaOffline": "false",
                        "item_type": "goods",
                        "disableHierarchicalSort": "0",
                        "searchProjectLayerInfo": "DoubleShade_21|DEFAULT_26|202305152329_3090_1",
                        "pageSize": "10",
                        "type": "1",
                        "q_type": "0",
                        "search_from_page": "xyHome",
                        "tagname": "全新/包邮",
                        "wantNum": "0",
                        "id": "788636250267",
                        "tag": "new/freeship",
                        "keyword": "iphone",
                        "scm": "1007.32845.290827.0",
                        "seller_id": "GjU2ReiYTXiaeaRUzzrLCQ==",
                        "publishTime": "1714139629000",
                        "search_tab_from": "SEARCH_TAB_MAIN",
                        "picHeight": "123.0",
                        "cCatId": "126862528",
                        "biz_type": "item",
                        "tbCatId": "1512",
                        "index": "0",
                        "spm": "a2170.8011571.1.0",
                        "catId": "50025386",
                        "original_q": "iphone",
                        "p_type": "2",
                        "page": "1",
                        "position": "0",
                        "rn": "7403a9b4d78f5a8665effe56a1b9c058",
                        "tcDistance": "0.0",
                        "abid": "290827",
                        "singleControl": "false",
                        "cpvNavWlTbCatId": "1512",
                        "layerInfo": "22845#0#290827#5_22845#10269#446628#67_22845#12929#480547#54_22845#26994#481509#6_22845#12961#449492#47_22845#26899#481719#11_22845#25306#477353#13_22845#12936#453303#2_22845#12926#482457#52_22845#12928#482555#57",
                        "item_id": "788636250267",
                        "oldZhima": "false",
                        "unShowLabelParams": "{}",
                        "userIsUseFishShopCard": "false",
                        "bucketid": "26",
                        "card_type": "idlefish_search_item_new_tags",
                        "search_id": "a5507830d9f36fc69894e2684c958bc9",
                        "idle_mount_tai_task_abs": "0:T:1;1192:T:0;768:T:0;793:T:0;130:T:0;343:T:0;467:T:0;573:T:0;1222:T:0;123:T:0;350:T:0;1209:C:0;212:T:0;505:T:0;1193:T:0;354:C:0;353:T:0;892:T:0;972:T:0;193:T:0;370:T:0;-4:C:1;340:T:0;359:T:0;363:T:0;536:T:0;169:T:0;788:T:0;487:T:0;199:T:0;223:T:0;792:T:0;598:T:0;1134:T:0;126:T:0;517:T:0;542:T:0;470:T:0;1229:C:0;356:T:0;593:T:0;-10:T:1;551:T:0;789:T:0;194:T:0;1210:C:0;592:T:0;543:T:0;225:T:0;552:T:0;500:T:0;226:T:0;366:T:0;933:T:0;337:T:0;1156:T:0;1173:T:0;558:T:0;341:T:0;1075:T:0;514:T:0;1190:T:0;244:T:0;893:T:0;969:T:0;227:T:0;1211:T:0;1142:T:0;1185:T:0;361:T:0;368:T:0;1228:C:0;766:T:0;1205:T:0;342:T:0;797:T:0;466:T:0;533:T:0",
                        "q": "iphone",
                        "CoinPay_Morediscount": "false",
                        "isFromAISuggestion": "false",
                        "tai_match_type": "0",
                        "HideUserInfo": "false",
                        "serviceUtParams": "[{\"arg1\":\"4_tag_r2_36\",\"args\":{\"LabelSystem2.0\":\"1\",\"content\":\"全新未拆封\"}},{\"arg1\":\"4_tag_r2_38\",\"args\":{\"LabelSystem2.0\":\"1\",\"content\":\"Apple/苹果\"}},{\"arg1\":\"4_tag_r2_34\",\"args\":{\"LabelSystem2.0\":\"1\",\"content\":\"512GB\"}},{\"arg1\":\"4_tag_r3_9\",\"args\":{\"LabelSystem2.0\":\"1\",\"content\":\"12人想要\"}},{\"arg1\":\"4_tag_r4_750\",\"args\":{\"LabelSystem2.0\":\"1\",\"content\":\"百分百好评\"}},{\"arg1\":\"4_tag_r1_13\",\"args\":{\"LabelSystem2.0\":\"1\",\"content\":\"freeShippingIcon\"}}]",
                        "labelBucketId": "9",
                        "zhimaLogBucketId": "9"
                    },
                    "page": "Page_xySearchResult"
                },
                "exContent": {
                    "area": "河南",
                    "detailParams": {
                        "picWidth": "1440",
                        "itemId": "788636250267",
                        "itemType": "detailCommonBuy",
                        "picHeight": "1080",
                        "userNick": "诚信第一",
                        "soldPrice": "1306",
                        "isVideo": "false",
                        "title": "女生自用闲置苹果iPhone 14pro灵动岛暗紫色国行   512G  成色全新    全网通 ,双卡双待    纯原装,无拆无修,没有磕碰,没有暗病,手机所有功能都正常的使用,面容好用。七天无理由退换货,全国联保一年!"
                    },
                    "dislikeFeedback": {
                        "clickParam": {
                            "arg1": "DisLikePanel",
                            "args": {
                                "itemId": "788636250267",
                                "bizType": "item",
                                "picHeight": "123.0",
                                "picWicth": "164.0",
                                "itemPosition": "1",
                                "keyword": "iphone",
                                "referPage": "Page_xySearchResult_FindSimilar"
                            },
                            "page": "Page_xySearchResult"
                        },
                        "dislikeStyle": "dislikeStyle202304",
                        "itemPicUrl": "http://img.alicdn.com/bao/uploaded/i3/O1CN01jHshLo1oNbdtg6cmF_!!0-fleamarket.jpg",
                        "moreList": [
                            {
                                "apiParams": {
                                    "actType": "fakePrice",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemMore",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemMore.1",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "虚假价格",
                                        "index": "1",
                                        "actType": "fakePrice",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://img.alicdn.com/imgextra/i4/O1CN01AeEtqS1cxXCmlX2IC_!!6000000003667-2-tps-64-64.png",
                                "index": "1",
                                "text": "虚假价格"
                            },
                            {
                                "apiParams": {
                                    "actType": "dislikeImage",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemMore",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemMore.2",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "引起不适",
                                        "index": "2",
                                        "actType": "dislikeImage",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://img.alicdn.com/imgextra/i3/O1CN01o871mh1p61wNfFLOb_!!6000000005310-2-tps-64-64.png",
                                "index": "2",
                                "text": "引起不适"
                            },
                            {
                                "apiParams": {
                                    "actType": "fakeItem",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemMore",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemMore.3",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "疑似假货",
                                        "index": "3",
                                        "actType": "fakeItem",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://img.alicdn.com/imgextra/i1/O1CN01bSL1jD1GvJk2haDqH_!!6000000000684-2-tps-64-64.png",
                                "index": "3",
                                "text": "疑似假货"
                            },
                            {
                                "apiParams": {
                                    "actType": "alreadyBuy",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemMore",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemMore.4",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "已经买过",
                                        "index": "4",
                                        "actType": "alreadyBuy",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://img.alicdn.com/imgextra/i3/O1CN01ahXcOL1b152UnCUr1_!!6000000003404-2-tps-64-64.png",
                                "index": "4",
                                "text": "已经买过"
                            }
                        ],
                        "showList": [
                            {
                                "apiParams": {
                                    "actType": "dislikeGoods",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemFirst",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemFirst.1",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "不喜欢该商品",
                                        "index": "1",
                                        "actType": "dislikeGoods",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01nEHAUr1bTw528ELSv_!!6000000003467-2-tps-96-96.png",
                                "index": "1",
                                "text": "不喜欢该商品"
                            },
                            {
                                "apiParams": {
                                    "actType": "dislikeAuthor",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemFirst",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemFirst.2",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "不喜欢该卖家",
                                        "index": "2",
                                        "actType": "dislikeAuthor",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://gw.alicdn.com/imgextra/i4/O1CN01d2x4An1z5FVcHazR1_!!6000000006662-2-tps-96-96.png",
                                "index": "2",
                                "text": "不喜欢该卖家"
                            },
                            {
                                "apiParams": {
                                    "actType": "queryUnrelated",
                                    "extra": "GjU2ReiYTXiaeaRUzzrLCQ==",
                                    "queryWord": "iphone",
                                    "scene": "Page_xySearchResult",
                                    "targetId": "788636250267",
                                    "targetIndex": "1",
                                    "targetType": "item"
                                },
                                "clickParam": {
                                    "arg1": "DisLikeItemFirst",
                                    "args": {
                                        "spm": "a2170.8011571.DisLikeItemFirst.3",
                                        "itemId": "788636250267",
                                        "bizType": "item",
                                        "picHeight": "123.0",
                                        "picWicth": "164.0",
                                        "name": "结果不相关",
                                        "index": "3",
                                        "actType": "queryUnrelated",
                                        "itemPosition": "1",
                                        "keyword": "iphone"
                                    },
                                    "page": "Page_xySearchResult"
                                },
                                "icon": "https://gw.alicdn.com/imgextra/i2/O1CN01XMrXCG1W2OB7JmJIY_!!6000000002730-2-tps-96-96.png",
                                "index": "3",
                                "text": "结果不相关"
                            }
                        ],
                        "similarTargetUrl": "https://h5.m.goofish.com/wow/moyu/moyu-project/idle-photo-search/pages/home?kun=true&wh_ttid=native&opaque=false&extra=%7B%22imageInfo%22%3A%7B%22bizCode%22%3A%22graph_similarity%22%2C%22reqFromPage%22%3A%22main_search_feeds_dislike%22%2C%22source%22%3A%22itemPic%22%2C%22url%22%3A%22http%3A%2F%2Fimg.alicdn.com%2Fbao%2Fuploaded%2Fi3%2FO1CN01jHshLo1oNbdtg6cmF_%21%210-fleamarket.jpg_640x640q90.jpg%22%7D%7D",
                        "targetUrl": "https://h5.m.goofish.com/wow/moyu/moyu-project/idle-negative-feedback-layer/pages/home-71050?kun=true&opaque=false&loadingVisible=false&wh_ttid=native&__kun_load_policy=nc_ac"
                    },
                    "fishTagCustomParam": {
                        "feedStyle202208": "1",
                        "feedStyle202304": "1"
                    },
                    "fishTags": {
                        "r2": {
                            "tagList": [
                                {
                                    "data": {
                                        "color": "#999999",
                                        "size": "12",
                                        "labelId": "36",
                                        "lineHeight": "1.33",
                                        "bold": "false",
                                        "type": "gradientImageText",
                                        "content": "全新未拆封"
                                    },
                                    "utParams": {
                                        "args": {
                                            "LabelSystem2.0": "1",
                                            "content": "全新未拆封"
                                        },
                                        "arg1": "4_tag_r2_36"
                                    }
                                },
                                {
                                    "data": {
                                        "color": "#999999",
                                        "size": "12",
                                        "labelId": "38",
                                        "lineHeight": "1.33",
                                        "bold": "false",
                                        "type": "gradientImageText",
                                        "content": "Apple/苹果"
                                    },
                                    "utParams": {
                                        "args": {
                                            "LabelSystem2.0": "1",
                                            "content": "Apple/苹果"
                                        },
                                        "arg1": "4_tag_r2_38"
                                    }
                                },
                                {
                                    "data": {
                                        "color": "#999999",
                                        "size": "12",
                                        "labelId": "34",
                                        "lineHeight": "1.33",
                                        "bold": "false",
                                        "type": "gradientImageText",
                                        "content": "512GB"
                                    },
                                    "utParams": {
                                        "args": {
                                            "LabelSystem2.0": "1",
                                            "content": "512GB"
                                        },
                                        "arg1": "4_tag_r2_34"
                                    }
                                }
                            ],
                            "config": {
                                "delimiterMarginRight": "4.5",
                                "delimiterWidth": "0.5",
                                "delimiterPosition": "between",
                                "delimiterColor": "#D6D6D6",
                                "delimiterHeight": "10",
                                "hasDelimiter": "true",
                                "delimiterMarginLeft": "4.5",
                                "delimiterMarginBottom": "3",
                                "mutualLabelBizGroup": "true",
                                "delimiterMarginTop": "3"
                            }
                        },
                        "r3": {
                            "tagList": [
                                {
                                    "data": {
                                        "color": "#999999",
                                        "size": "12",
                                        "labelId": "9",
                                        "lineHeight": "1.3",
                                        "bold": "false",
                                        "type": "text",
                                        "content": "12人想要",
                                        "marginLeft": "4"
                                    },
                                    "utParams": {
                                        "args": {
                                            "LabelSystem2.0": "1",
                                            "content": "12人想要"
                                        },
                                        "arg1": "4_tag_r3_9"
                                    }
                                }
                            ],
                            "config": {
                                "mutualLabelBizGroup": "false"
                            }
                        },
                        "r4": {
                            "tagList": [
                                {
                                    "data": {
                                        "bgColor": "#FFF4EB",
                                        "color": "#FF7900",
                                        "borderRadius": "8",
                                        "size": "11",
                                        "labelId": "750",
                                        "borderPaddingLeft": "6",
                                        "lineHeight": "1.3",
                                        "borderPaddingRight": "6",
                                        "type": "gradientImageText",
                                        "content": "百分百好评",
                                        "height": "16"
                                    },
                                    "utParams": {
                                        "args": {
                                            "LabelSystem2.0": "1",
                                            "content": "百分百好评"
                                        },
                                        "arg1": "4_tag_r4_750"
                                    }
                                }
                            ],
                            "config": {
                                "mutualLabelBizGroup": "false"
                            }
                        },
                        "r1": {
                            "tagList": [
                                {
                                    "data": {
                                        "marginRight": "4",
                                        "labelId": "13",
                                        "width": "28",
                                        "type": "img",
                                        "alignment": "middle",
                                        "content": "freeShippingIcon",
                                        "url": "https://gw.alicdn.com/imgextra/i3/O1CN01PuymOm1I7yIlVyFV9_!!6000000000847-2-tps-84-48.png",
                                        "height": "16"
                                    },
                                    "utParams": {
                                        "args": {
                                            "LabelSystem2.0": "1",
                                            "content": "freeShippingIcon"
                                        },
                                        "arg1": "4_tag_r1_13"
                                    }
                                }
                            ],
                            "config": {
                                "mutualLabelBizGroup": "false"
                            }
                        }
                    },
                    "hideUserInfo": "false",
                    "isAliMaMaAD": "false",
                    "isAuction": "false",
                    "itemId": "788636250267",
                    "jump2XianYuHao": {
                        "clickParam": {
                            "arg1": "Jump2User",
                            "args": {
                                "bucket_id": "26",
                                "spm": "a2170.8011571.Jump2User.1",
                                "user_id": "9VqNOYOLgTeQTHkg/H/fnQ==",
                                "item_id": "788636250267",
                                "userIsUseFishShopCard": "false",
                                "HideUserInfo": "false",
                                "seller_id": "GjU2ReiYTXiaeaRUzzrLCQ=="
                            },
                            "page": "Page_xySearchResult"
                        },
                        "targetUrl": "z9xpXnwzz6eu3JHQFPK2nb4PAGLvMlrcMmttP6latEqZfAPLXlS0S2DIuSzLBfgwbrpBTDLSuq50jVIOHj1q8sWdH9r5DUfri00EPe3RM6A="
                    },
                    "picHeight": "123.0",
                    "picUrl": "http://img.alicdn.com/bao/uploaded/i3/O1CN01jHshLo1oNbdtg6cmF_!!0-fleamarket.jpg",
                    "picWidth": "164.0",
                    "placeholderColor": "#F7F7F7",
                    "price": [
                        {
                            "bold": "false",
                            "fontFamily": "xianyubeta",
                            "marginBottom": "4.5",
                            "marginLeft": "0.0",
                            "text": "¥",
                            "textColor": "#ff4400",
                            "textSize": "11.0"
                        },
                        {
                            "bold": "false",
                            "fontFamily": "xianyubeta",
                            "marginBottom": "3.0",
                            "marginLeft": "0.0",
                            "text": "1306",
                            "textColor": "#ff4444",
                            "textSize": "18.0"
                        }
                    ],
                    "priceTag": [],
                    "richTitle": [
                        {
                            "data": {
                                "alignment": "middle",
                                "height": "20.0",
                                "marginBottom": "0.0",
                                "marginLeft": "0.0",
                                "marginRight": "4.0",
                                "marginTop": "0.0",
                                "url": "https://gw.alicdn.com/tfs/TB1eCD602b2gK0jSZK9XXaEgFXa-84-48.png",
                                "width": "35.0"
                            },
                            "type": "Image"
                        },
                        {
                            "data": {
                                "bold": "false",
                                "fontWeight": "w400",
                                "lineHeight": "1.43",
                                "text": "女生自用闲置苹果iPhone 14pro灵动岛暗紫色国行   512G  成色全新    全网通 ,双卡双待    纯原装,无拆无修,没有磕碰,没有暗病,手机所有功能都正常的使用,面容好用。七天无理由退换货,全国联保一年!",
                                "textColor": "#1F1F1F",
                                "textSize": "14.0"
                            },
                            "type": "Text"
                        }
                    ],
                    "showVideoIcon": "false",
                    "stuffStatusTagHeight": "0.0",
                    "stuffStatusTagWidth": "0.0",
                    "title": "女生自用闲置苹果iPhone 14pro灵动岛暗紫色国行   512G  成色全新    全网通 ,双卡双待    纯原装,无拆无修,没有磕碰,没有暗病,手机所有功能都正常的使用,面容好用。七天无理由退换货,全国联保一年!",
                    "titleSpan": {
                        "bold": "false",
                        "color": "#1F1F1F",
                        "content": "女生自用闲置苹果iPhone 14pro灵动岛暗紫色国行   512G  成色全新    全网通 ,双卡双待    纯原装,无拆无修,没有磕碰,没有暗病,手机所有功能都正常的使用,面容好用。七天无理由退换货,全国联保一年!",
                        "fontWeight": "w400",
                        "lineHeight": "1.43",
                        "maxLines": "2",
                        "size": "14.0"
                    },
                    "userActiveUrl": "https://gw.alicdn.com/tfs/TB1zIymVUz1gK0jSZLeXXb9kVXa-30-30.png",
                    "userAvatarUrl": "http://img.alicdn.com/bao/uploaded/i1/O1CN01NltjNJ1oNbdci6O8z_!!0-mtopupload.jpg",
                    "userFishShopLabel": {
                        "config": {
                            "delimiterColor": "#D6D6D6",
                            "delimiterHeight": "12",
                            "delimiterMarginLeft": "4.5",
                            "delimiterMarginRight": "4.5",
                            "delimiterPosition": "between",
                            "delimiterWidth": "0.5",
                            "hasDelimiter": "true",
                            "mutualLabelBizGroup": "true"
                        },
                        "tagList": [
                            {
                                "data": {
                                    "color": "#999999",
                                    "content": "6条评价",
                                    "lineHeight": "1.33",
                                    "size": "10",
                                    "type": "gradientImageText"
                                }
                            },
                            {
                                "data": {
                                    "color": "#999999",
                                    "content": "好评率100%",
                                    "lineHeight": "1.33",
                                    "size": "10",
                                    "type": "gradientImageText"
                                }
                            }
                        ]
                    },
                    "userIdentityShow": "",
                    "userIsUseFishShopCard": "false",
                    "userNickName": "诚信第一",
                    "want": ""
                },
                "targetUrl": "fleamarket://awesome_detail?id=788636250267&flutter=true&referPageArgs=iphone&gulSource=search&extra=%7B%22labelIds%22%3A%2236%2C38%2C34%2C9%2C750%2C13%22%2C%22source%22%3A%227%22%7D&referPage=Page_xySearchResult&trackParamsJson=%7B%22q%22%3A%22iphone%22%2C%22item_id%22%3A%22788636250267%22%2C%22item_type%22%3A%22goods%22%2C%22index%22%3A%221%22%2C%22page%22%3A%221%22%2C%22id%22%3A%22788636250267%22%2C%22rn%22%3A%227403a9b4d78f5a8665effe56a1b9c058%22%2C%22search_from_page%22%3A%22xyHome%22%2C%22search_id%22%3A%22a5507830d9f36fc69894e2684c958bc9%22%7D"
            }
        },
        "template": {
            "name": "idlefish_search_item_new_tags",
            "url": "https://dinamicx.alibabausercontent.com/pub/idlefish_search_item_new_tags/1712647656006/idlefish_search_item_new_tags.zip",
            "version": "1712647656006"
        },
        "templateSingle": {
            "name": "idlefish_search_item_single_column",
            "url": "https://dinamicx.alibabausercontent.com/pub/idlefish_search_item_single_column/1704445459595/idlefish_search_item_single_column.zip",
            "version": "1704445459595"
        }
    },
    "style": "flow",
    "type": "DX"
}

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1630423.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

Ubuntu终端自动补全

文章目录 前言配置安装zsh安装 oh-my-zsh安装自动补全插件zsh-autosuggestions 参考 前言 Oh My Zsh 是一个针对命令行 shell 的开源框架,主要用于增强和美化命令行环境。它建立在 Zsh(一种强大的 shell 替代品)之上,提供了丰富的…

MySQL:关于group by的一个小坑,以及sql_mode=only_full_group_by问题

先来说一下:sql_modeonly_full_group_by这个报错 我们公司的一个项目在我部署的时候,出现了这样一个问题,就是上面这个报错,他的原因也非常简单,我们在开发的时候mysql是5.5版本,线上是5.7版本,…

又一款接私活神器!基于 SpringBoot + Bootstrap 的极速后台开发框架,牛到不行!【免费领】

推荐一个后台管理系统。功能完整,代码结构清晰。值得推荐。 项目介绍 本项目系统是一款基于 SpringBoot Bootstrap 的极速后台开发框架,可以用于所有的 Web 应用程序,易读易懂。RuoYi 支持集群,支持多数据源,支持分…

电脑开机后卡在开机LOGO画面如何排查处理

当电脑开机后长时间停滞在开机LOGO画面,无法继续进入操作系统,这一现象常令用户困扰不已。本文将深入探讨导致此类问题的多种可能原因,并提供相应的解决方法,帮助你有效地诊断和排除故障。 硬件故障或接触不良 1. 硬盘问题:硬盘是系统启动的关键组件,其故障或数据线接触…

免费调用阿里云通义千问(qwen-1.8b-chat)大模型API

目录 前言通义千问开通注意 APi接口最后 前言 免费的GPT接口国内的使用一段实践就会失效,阿里云的qwen-1.8b-chat限时免费,可对接!目前本账号小助手也是对接了该模型 通义千问 通义千问,是基于阿里巴巴达摩院在自然语言处理领域…

Mac安装telnet

一、安装Homebrew 1、打开官网:Homebrew — The Missing Package Manager for macOS (or Linux) 2、打开终端输入: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 二、安装Telnet bre…

日本宇宙航空研究“Int-Ball2”自由飞行相机机器人采用的Epson IMU

IMU有助于飞行的稳定控制和电池充电的自动对接- 精工爱普生公司(TSE:6724,“Epson”)很高兴地宣布,日本宇宙航空研究开发机构(JAXA)选择了爱普生M-G370系列的惯性测量单元(IMU)&…

【单链表专题】

单链表专题 1.引入2.链表2.1链表的关系2.2链表的结构 3.代码实现链表 1.引入 对于顺序表而言 中间/头部的插⼊删除,时间复杂度为O(N)增容需要申请新空间,拷⻉数据,释放旧空间。会有不小的消耗。增容⼀般是呈2倍的增⻓,势必会有⼀…

学习100个Unity Shader (15) ---透明+双面渲染

文章目录 效果shader理解参考 效果 shader Shader "Example/AlphaBlendBothSided" {Properties{_Color ("Main Tint", Color) (1, 1, 1, 1)_MainTex ("Texture", 2D) "white" {}_AlphaScale ("Alpha Scale", Range(0, 1)…

XYCTF-部分web总结

这个月在XYCTF中写了部分web题,题中学到在此记录一下 ezhttp 打开就是一个简单的登录页面 f12说藏在一个地方,先想到的就是robots.txt 访问直接给账号密码 username: XYCTF password: JOILha!wuigqi123$登录后: 明显考源跳转,修改referer值…

window 安装大模型 chatglm.cpp

你好,我是 shengjk1,多年大厂经验,努力构建 通俗易懂的、好玩的编程语言教程。 欢迎关注!你会有如下收益: 了解大厂经验拥有和大厂相匹配的技术等 希望看什么,评论或者私信告诉我! 文章目录 一…

【MyBatis】使用MyBatis框架在两张表是一对多的情况下,进行分步查询,发现对查询出来的结果进行封装时没有将实体类的id进行赋值

Catalog MyBatis在两张表是一对多的情况下,进行分步查询,发现对查询出来的结果进行封装时没有将实体类的id进行赋值1. 表结构2. 场景3. 实现方式具体步骤 4 .测试5. 解决方法 MyBatis在两张表是一对多的情况下,进行分步查询,发现对查询出来的结果进行封装…

【顺序表小题】

顺序表小题 移除元素思路一思路二 合并两个有序数组思路一思路二 移除元素 链接: 题目链接 思路一 创建新的数组,遍历原数组,将不为val的值放到新数组中 思路二 双指针法。 创建两个变量src,dst。 1)若src指向的值为val,则src 2)若sr…

堆的介绍,实现(c语言实现)

目录 堆的概念 堆的性质: 堆的分类 父子结点的下标关系 堆的向下调整算法 ​编辑小堆 大堆 建堆 堆的向上调整算法 小堆 大堆 堆的基本操作 定义堆 初始化堆 销毁堆 打印堆 堆的插入 堆的删除 大堆(Max Heap)的向下调整算法…

51单片机入门(一)

1. 51单片机的基础介绍 2. RAM和ROM的区别 总体而言,RAM和ROM在计算机系统中起着不同的角色,RAM用于临时存储运行时数据,而ROM用于存储永久性的固件和系统程序。 3. 为什么叫51单片机 因为51系列单片机都是使用Intel 8031指令系统的单片机…

[linux网络编程]UDP协议和TCP协议的使用

目录 看以下内容前,你要先了解main函数带参数有什么用、 了解socket的相关函数接口 如果不了解socket的相关函数接口请先看我这篇文章 main函数带参数有什么用 UDP udp_server 1.生成socket文件描述符 2.填充sockaddr_in信息 3.bind 4.发(收&…

Golang基础7-并发编程

并发编程 https://www.cnblogs.com/Survivalist/p/11527949.html 进程和线程、协程的区别_线程协程进程的区别-CSDN博客 Golang中的并发编程是一个重点,我们要了解Golang中的并发Goroutine因此需要先理解进程、线程、之后再理解协程。 进程:操作系统进…

论文发表英语类期刊《校园英语》如何投稿?

论文发表英语类期刊《校园英语》如何投稿? 《校园英语》本刊设有栏目:本期关注、教研探索、实践前沿、经验交流、翻译探究、语言文化等。 《校园英语》杂志是经国家新闻出版总署批准,创刊于2000年,由河北出版传媒集团主管&#…

AI文章写作网站

最强AI文章写作网站——心语流光( Super Ai Writer ) 特点 多轮问答写作,自动携带历史记录进行问答可以自定义携带历史记录的轮数,为0则携带全部历史记录,有效避免token浪费(类似coze平台)AI生…

制作自己的YOLOv8数据集

制作自己的YOLO8数据集 前言 该数据集的格式参照于coco数据集结构✨ 步骤一:收集图像数据 从互联网上下载公开的数据集,也可以使用摄像头或其他设备自行采集图像,确保你的图像数据覆盖了你感兴趣的目标和场景 步骤二:安装Labe…