{
"scene_str":"https://www.baidu.com/",
"expire_time":30
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/qrcode/qrcodeCreate' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene_str":"https://www.baidu.com/",
"expire_time":30
}'
{
"request_id": "string",
"code": 0,
"msg": "string",
"data": {
"id": "string",
"qrcode_url": "string",
"ticket": "string"
}
}