#### 获取记录 ``jog/show`` #### 参数 id 记录 ID #### 返回 ``` { "result": 1, "code": 0, "msg": "成功", "data": { "id": 1, "user_id": 1, "type": "jog", "record_id": 1, "consume": 711, "duration": 5812, "step": 20314, "distance": 10157, "crouch": 0, "jump": 0, "step_rate": "209.7", "created_at": "2021-02-20 05:36:52", "jump_rate": 0, "crouch_rate": 0, "begin": "2021-02-20 04:00:00", "end": "2021-02-20 05:36:52", "track": "[]", "km_duration_info": [ 646, 604, 663, 670, 467, 622, 363, 558, 552, 667 ], "step_info": "[]", "altitude_info": "[]", "km_duration_best": 667, "met": 3 } } ```