1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
| { "data": [ { "brand": { "brandName": "罗恩", "categories": "1|2|3|", "descs": null, "id": 1, "picture": "https://manager.chem-mall.com/files/brands_mng_logo_1545016241_8626.jpg", "sorted": 1, "titleId": null }, "productCategoryList": [ { "casNo": "7647-14-5", "categoryId": 12, "chemicalFormula": "NaCl", "chineseName": "氯化钠", "englishName": "NaCl", "id": 1, "picture": "https://www.chem-mall.com/assets/proimgs/7647-14-5.jpg?1596848355", "sorted": 1 }, { "casNo": null, "categoryId": 12, "chemicalFormula": null, "chineseName": "11-马来酰亚胺基十一酸,97%", "englishName": null, "id": 2, "picture": "https://www.chem-mall.com/assets/proimgs/57079-01-3.jpg?1596933930", "sorted": 1 } ] }, { "brand": { "brandName": "罗恩test", "categories": "1|2|3|", "descs": null, "id": 4, "picture": "https://manager.chem-mall.com/files/brands_mng_logo_1545016241_8626.jpg", "sorted": 1, "titleId": null }, "productCategoryList": [ { "$ref": "$.data[0].productCategoryList[0]" }, { "$ref": "$.data[0].productCategoryList[1]" } ] } ], "msg": null, "status": 0 }
|