创建脚本标签
POST /openapi/2023-10/script_tagscurl --location --request POST 'https://example.hotishop.com/openapi/2023-10/script_tags' \
--header 'Authorization: {access-token}' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data-raw '{
"src": "<script src=\"https://eg.com/jqeury.js\"></script>",
"display_event": "online_store"
}'Last updated