Appearance
签名算法
签名算法描述如下:
- 将请求参数按参数名升序排序;
- 按请求参数名及参数值相互连接组成一个字符串:
<paramName1><paramValue1><paramName2><paramValue2>...; - 将应用密钥分别添加到以上请求参数串的头部和尾部:
<secret><请求参数字符串><secret>; - 对该字符串进行MD5(全部大写),MD5后的字符串即是这些请求参数对应的签名;
- 该签名值使用sign参数一起和其它请求参数一起发送给服务开放平台。
参数示例
json
{
"name": "file.upload", # 接口地址,按.进行分隔
"version": "1",
"appKey": "admin",
"data": "%7B%22goods_name%22%3A%22iphoneX%22%7D", # 接口请求内容进行URLEncode
"timestamp": "2018-07-17 16:34:34",
"sign": "966E54AE152F0D60840E65A15376D924"
}token 接口请求示例
json
{
"appKey": "1131618",
"name": "token.create",
"sign": "5780F4060FE3C755A60FCA83DDE60AB3",
"timestamp": "2025-02-27 11:15:00",
"version": "1"
}返回
json
{
"success": true,
"message": "操作成功!",
"code": 200,
"result": {
"name": null,
"appKey": null,
"timestamp": null,
"version": null,
"data": null,
"sign": null,
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJtaXNzaW9uIjoiMSwyLDMiLCJleHAiOjE3NDA5OTA2NjEsImlhdCI6MTc0MDk4MzQ2MX0.mNeUp3nlTR6koLsntzilyPoeOJ0ImbTO_ZJkZh0p7MQ",
"refreshToken": "4cda2d92-8a70-47c1-a042-8ccf8f820568"
},
"timestamp": 1740983461866
}refreshToken 接口请求示例
json
{
"name": "token.refreshToken",
"appKey": "1131618",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJtaXNzaW9uIjoiMSwyLDMiLCJleHAiOjE3NDA5OTA2NjEsImlhdCI6MTc0MDk4MzQ2MX0.mNeUp3nlTR6koLsntzilyPoeOJ0ImbTO_ZJkZh0p7MQ",
"data": "%7B%22appKey%22%3A%221131618%22%2C%22refreshToken%22%3A%224cda2d92-8a70-47c1-a042-8ccf8f820568%22%7D",
# 解码内容 `{"appKey":"1131618","refreshToken":"4cda2d92-8a70-47c1-a042-8ccf8f820568"}`
"sign": "FB916B45A332E3B28AE48C19C1EF55E8",
"timestamp": "2025-02-27 11:15:00",
"version": "1"
}返回
json
{
"success": true,
"message": "操作成功!",
"code": 200,
"result": {
"name": null,
"appKey": null,
"timestamp": null,
"version": null,
"data": null,
"sign": null,
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJtaXNzaW9uIjoiMSwyLDMiLCJleHAiOjE3NDA5OTA5MjQsImlhdCI6MTc0MDk4MzcyNH0.Qp3BmAOPs5BBWfZ_ekwtSaL8YLwqhpRGQHAxT8_L_Vk",
"refreshToken": null
},
"timestamp": 1740983724611
}商品查询
data 解码内容
json
{"pageNo":"1","pageSize":"20","whProduct":`{"shopIdList":["3037055"],"childBeginAndEndDate":[]}`}json
{
"name": "whProduct.selectProduct",
"appKey": "1131618",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJtaXNzaW9uIjoiMSwyLDMiLCJleHAiOjE3NDA5OTA5MjQsImlhdCI6MTc0MDk4MzcyNH0.Qp3BmAOPs5BBWfZ_ekwtSaL8YLwqhpRGQHAxT8_L_Vk",
"data":"%7B%22pageNo%22%3A%221%22%2C%22pageSize%22%3A%2220%22%2C%22whProduct%22%3A%7B%22shopIdList%22%3A%5B%223037055%22%5D%2C%22childBeginAndEndDate%22%3A%5B%5D%7D%7D",
"sign":"53EA9BF20A9F96F543D4F1AC5D1A623D",
"timestamp": "2025-02-27 11:15:00",
"version": "1"
}返回:
json
{
"success": true,
"message": "操作成功!",
"code": 200,
"result": [
{
"id": "295723600898424832",
"cNum": "1695360101134371",
"cName": "【超值装 买2送1】日式和风*3",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001491",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28215",
"thirdCname": "调味料",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723602165104640",
"cNum": "1694636373074951",
"cName": "【体验装】无脂肪油醋汁*1瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001493",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28221",
"thirdCname": "日常调味品",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723602764890112",
"cNum": "1695256471523368",
"cName": "原味香菇牛肉*2+麻辣香菇牛肉酱*1",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001525",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723602861359104",
"cNum": "1695256471523384",
"cName": "麻辣香菇牛肉酱*2+原味香菇牛肉酱*1",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001526",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723602869747712",
"cNum": "1695256471524366",
"cName": "原味香菇牛肉酱3瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001527",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723602878136320",
"cNum": "1695256471524382",
"cName": "麻辣香菇牛肉酱3瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001528",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723603549224960",
"cNum": "1694981570736147",
"cName": "干锅酱180g/盒*1",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001507",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723603654082560",
"cNum": "1694981570736163",
"cName": "干锅酱180g/盒*2",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001508",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723603662471168",
"cNum": "1694981570736179",
"cName": "干锅酱180g/盒*3",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001509",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723604044152832",
"cNum": "1715213019493438",
"cName": "干锅酱500g/瓶*1(量大实惠)",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001510",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723604694269952",
"cNum": "1694636373073975",
"cName": "【实惠装】无脂肪油醋汁*2瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001492",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28221",
"thirdCname": "日常调味品",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723605319221248",
"cNum": "1709605784698899",
"cName": "原味香菇4瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001485",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723605335998464",
"cNum": "1709605784698915",
"cName": "麻辣香菇4瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001486",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723605356969984",
"cNum": "1709605784698931",
"cName": "拌饭酱2麻辣2原味共4瓶",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001487",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723605373747200",
"cNum": "1694635173774344",
"cName": "原味香菇2瓶+麻辣香菇+麻辣笋丁",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001488",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723605390524416",
"cNum": "1694635173774360",
"cName": "麻辣香菇2瓶+原味香菇+麻辣笋丁",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001489",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723605407301632",
"cNum": "1694635173774376",
"cName": "麻辣笋丁2瓶+麻辣香菇+原味香菇",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "DY1000000001490",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723606078390272",
"cNum": "1694995678833687",
"cName": "【超值实惠装 买二送一】2罐香菇牛肉酱+送一罐笋丁牛肉酱",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "KH100000000056",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723606451683328",
"cNum": "1694995678833703",
"cName": "【超值实惠装 买二送一】2罐笋丁牛肉酱+送一罐香菇牛肉酱",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "KH100000000057",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
},
{
"id": "295723606468460544",
"cNum": "1694995678833719",
"cName": "【试吃装】罐香菇牛肉酱1罐",
"fkWhCompany": null,
"fkWhBrand": null,
"c69code": "KH100000000062",
"cCategory": null,
"cFeature": null,
"cUrl": null,
"cPicture": null,
"nMail": null,
"nMailmoney": null,
"dDate": null,
"ts": null,
"version": null,
"firstCid": "20104",
"firstCname": "粮油米面/南北干货/调味品",
"secondCid": "21665",
"secondCname": "调味品/果酱/沙拉",
"thirdCid": "28216",
"thirdCname": "调味酱",
"fourthCid": null,
"fourthCname": null,
"fkWhTemplate": null,
"nVolume": null,
"nWeight": null,
"nCost": null,
"nProportion": null,
"cProductid": null,
"nOrdernum": null,
"nAftersalenum": null,
"nSalenum": null,
"nType": 1,
"cMemo": null,
"nHide": null,
"cBrand": null,
"nStatus": null,
"fkWhLive": null,
"nPrice": null,
"cAnnex": null,
"nCommission": null,
"nProportionstatus": null,
"cLink": null,
"cUnit": null,
"cSpecification": null,
"nMarketprice": null,
"nProductioncycle": null,
"nShelflife": null,
"nProductioncyclepackage": null,
"nNissan": null,
"fkWhProductCategory": null,
"cUserwork": null,
"cUsername": null,
"nHand": null,
"nSamplesend": null,
"kuaishouCategory": null,
"kuaishouCategoryName": null,
"nTariff": null,
"nTariffprice": null,
"cBox": null,
"cDouyinurl": null,
"nFreecost": null,
"wxsphCategory": null,
"wxsphCategoryName": null,
"fkWhCloudstore": null,
"cAnothername": null,
"wdtCategory": null,
"wdtCategoryName": null,
"nVirtual": null,
"dDateList": [],
"shopIdList": [],
"childBeginAndEndDate": [],
"brandId": null,
"brandName": null
}
],
"timestamp": 1740984594631
}