{
"scene_str":"https://www.baidu.com/",
"expire_time":30
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/qrcode/tempQrcodeCreate' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene_str":"https://www.baidu.com/",
"expire_time":30
}'
{"request_id":"7ce9e79f09bf4b7a9ca242d38f2c69cb","code":0,"msg":"success","data":{"id":"2415030","qrcode_url":"https://dev.jingsocial.com/upload/watermarkedqrcode/fba537b681b2a30533401f712029d4cb.jpg","ticket":"gQEn8DwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAycUEtaTVzZndkSm0xWWN0aDFBY18AAgTQ3NFkAwQ8AAAA"}}