Authorization: Bearer ********************
curl --location -g --request GET '/api/sign/sign-apply-result?task_id=180713&arc_code={{arc_code}}&system_code={{system_code}}' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5'
{
"message": "ok",
"code": 200,
"data": {
"preview_url": "http://www.xxx.com/xxx.pdf" // 结果预览地址
}
}