文档
测试

获取所有任务类型

GET
/test/data/allType

说明 / 示例

```json { "status": 200, "msg": "SUCCESS", "data": [ "阅读", "关注" ], "success": true } ```