Authorization: Bearer ********************{
"tagId": "",
"templateId": "",
"goodsCodes":[
{
"1": "",
"2": "",
"3": ""
}
]
}curl --location 'https://saas.ipx.com.cn/OpenApi/LcdBind' \
--header 'RequestId: {% mock '\''guid'\'' %}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tagId": "",
"templateId": "",
"goodsCodes":[
{
"1": "",
"2": "",
"3": ""
}
]
}'{
"status": true,
"message": "string"
}