Authorization: Bearer ********************curl --location 'https://shop.ijuhui.cn/wxapi/task/status?task_id=58' \
--header 'openid: otFIT0tsyKG_ui8J9xgGe4O1n7Z0' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "查询成功",
"data": {
"task_id": 58,
"wxstate": {
"name": "已取消",
"val": "cancel"
}
}
}