Authorization: Bearer ********************{}curl --location -g --request GET '/innerapi/mission/rule/list?arc_code={{arc_code}}&system_code={{system_code}}&mission_type_id=' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"message": "ok",
"code": 200,
"data": {
"preview_url": "http://www.xxx.com/xxx.pdf" // 结果预览地址
}
}