## 接口说明
`[GET] https://api.fpapi.net/v1/{aid}/task/{task_id}/state`
该接口用于获取任务状态
## 请求参数
参数名 | 数据类型 | 参数类型 | 必填 | 描述
--- | --- | --- | --- | ---
aid | string | **path** | 必填 | 账号ID
task_id | strimg | **path** | 必填 | 任务唯一id
## 响应参数
参数 | 类型 | 描述
--- | --- | ---
code|int|200为正常,其他为错误代码
msg|string|返回信息
data|object|
data.task_type | int | 任务类型
data.tax_type| int | 申报类型
data.tax_price| string | 税额
data.task_state | int | 任务状态,参考下表
data.task_code | int | 任务代码
data.task_msg | string | 任务信息
data.img_url | string | 任务截图
#### * 任务状态
任务状态码 | 任务状态说明
--- | ---
-1 | 执行错误
-2 | 任务已中止
0 | 准备执行
1 | 成功
2 | 执行中
3 | 等待验证码,可通过 [验证码上传](https://www.kancloud.cn/shoottech/opentax/2649470) 接口,上传验证码信息
4 | 税额待确认,可通过 [确认税额](https://www.kancloud.cn/shoottech/opentax/2536980) 接口直接申报;也可以通过 [中止任务](https://www.kancloud.cn/shoottech/opentax/2463021) 接口中止任务,待修改报表后,重新提交任务
5 | 税额已确认
6 | 更正申报
<p class="align-center"><a href="https://beian.miit.gov.cn" target="_blank">粤ICP备18096044号</a></p>