👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
{
"appId": "string",
"sign": "string",
"version": "string",
"timestamp": 0,
"paramContent": {
"中台门店ID": [
"string"
],
"平台门店ID": [
0
]
}
}curl --location '/shop/platform/list' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"sign": "string",
"version": "string",
"timestamp": 0,
"paramContent": {
"中台门店ID": [
"string"
],
"平台门店ID": [
0
]
}
}'[
{
"platformShopId": "",
"platformId": 0,
"shopId": "",
"platform": "",
"dimPShopId": ""
}
]