用于修改电商平台店铺信息
使用storeCode获取店铺信息,进行修改
{
"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/update/' \
--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": "1762935439418",
"duration": 0.082,
"requestId": "ee674b20529e45d6baed2c633a463289"
}