用于创建电商平台店铺数据
{
"platformCode": "string",
"storeName": "string",
"storeCode": "string",
"authToken": "string",
"authExtra": "string",
"storeArea": "string",
"storeCountry": "string",
"storeAttr": "1",
"authStatus": 0,
"authTime": "string",
"authExpireTime": "string"
}curl --location --request POST '/middle/platform-store/create/345699561887375360' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "string",
"storeName": "string",
"storeCode": "string",
"authToken": "string",
"authExtra": "string",
"storeArea": "string",
"storeCountry": "string",
"storeAttr": "1",
"authStatus": 0,
"authTime": "string",
"authExpireTime": "string"
}'{
"code": "20000",
"success": true,
"data": "创建成功",
"message": "请求成功",
"errors": [],
"timestamp": "1762934978153",
"duration": 2.142,
"requestId": "195edfe45b3149ad9474b50c13b630ee"
}