文档
测试

电话登录

POST
http://api.msk-edu.com/api/jwt/tokenbytel

请求参数

参数名
类型
描述
必填
tel
string
18310723520
必填

说明 / 示例

返回Json格式 ```{ "status": { "code": 200, "message": "操作成功" }, "data": [ { "id": 142, "title": "几何单体", "ImgSrc": null, "parentId": 0, "children": [], "path": "|0|1|19|142|" }, { "id": 143, "title": "几何体小组合", "ImgSrc": null, "parentId": 0, "children": [], "path": "|0|1|19|143|" }, { "id": 144, "title": "几何体组合", "ImgSrc": null, "parentId": 0, "children": [], "path": "|0|1|19|144|" } ] } ```