poi_id,服务端负责补充 access_token 后转发给抖音,X-Client-Key: ********************X-Timestamp: ********************X-Nonce: ********************X-Signature: ********************curl --location --request GET '/v1/open/shops/poi?poi_id' \
--header 'X-Client-Key: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'X-Nonce: <api-key>' \
--header 'X-Signature: <api-key>'{
"data": {
"poi_id": "7548388352171001882",
"name": "测试门店"
},
"extra": {
"error_code": 0,
"description": "success"
}
}