文档
测试

获取计划列表GET

GET
/api/plans/{uuid}/

说明 / 示例

```json { "data": [ { _id:37, plan_id: 1, classification_id: 2, uuid: 'test', days: 365, createdAt: 2020-06-07T00:00:00.000Z, updatedAt: 2020-06-07T00:00:00.000Z, plan_name: 'year', imges: 'https://d2djg7l7ujm6nx.cloudfront.net/1592201590013.jpeg', small_imges: 'https://d2djg7l7ujm6nx.cloudfront.net/1592203471000.jpeg', describe: 'test', }, { plan_id: 1, classification_id: 2, uuid: 'test', days: 365, createdAt: 2020-06-07T00:00:00.000Z, updatedAt: 2020-06-07T00:00:00.000Z, plan_name: 'year', imges: 'https://d2djg7l7ujm6nx.cloudfront.net/1592201590013.jpeg', small_imges: 'https://d2djg7l7ujm6nx.cloudfront.net/1592203471000.jpeg', describe: 'test', } ] "status": 200 } ```