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: Bearer <token>'{
"message": "ok",
"code": 200,
"data": {
"preview_url": "http://www.xxx.com/xxx.pdf" // 结果预览地址
}
}