{
"url": "https://example.com/page",
"merchant_id": "1"
}
curl --location --request POST '/api/wechat/auth/js-sdk-config' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com/page",
"merchant_id": "1"
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}