文档
测试

匹配金句

GET
/api/plan_types/golden

请求参数

参数名
类型
描述
必填
plan_type_id
必填
language_type
必填

说明 / 示例

```json { "data": [ { "_id": 163, "plan_type_id": 2, "language_type": "es", "first": "S. Juan", "second": 15, "third": 13, "createdAt": "2020-11-25T07:33:45.000Z", "updatedAt": "2020-11-25T07:33:45.000Z" } ], "count": 1, "status": 200 } ```