文档
测试

获取分类GET

GET
/api/plan_types/

说明 / 示例

```json { "data": [ { "classification_name": "read entire bible", "classification_id": 2, "list": [ { "plan_id": 1, "classification_id": 2, "plan_name": "year", "days": 365, "imges": "https://d2djg7l7ujm6nx.cloudfront.net/1592201590013.jpeg", "small_imges": "https://d2djg7l7ujm6nx.cloudfront.net/1592203471000.jpeg", "describe": "test", "createdAt": "2020-06-15T06:13:20.000Z", "updatedAt": "2020-06-15T06:44:38.000Z" } ] } ], "status": 200 } ```