...
|
...
|
@@ -77,13 +77,13 @@ |
|
|
``` json
|
|
|
{
|
|
|
"type":"brandSaleExport",
|
|
|
"queryConf":"{
|
|
|
'brandId':12,
|
|
|
'salePlatform':12,
|
|
|
'storeId':'5,
|
|
|
'isAutoAllocation':1,
|
|
|
'isOnline':1,
|
|
|
}"
|
|
|
"queryConf":{
|
|
|
"brandId":12,
|
|
|
"salePlatform":1,
|
|
|
"storeId":'5,
|
|
|
"isAutoAllocation":1,
|
|
|
"isOnline":1
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
-------------------------
|
...
|
...
|
|