ordermeal

点餐系统


用户登录接口

[TOC]

请求URL
  • http://localhost:3000/front/api/users/login
请求方式
  • POST
参数
参数名 必选 类型 说明
username string 用户名
password string 密码
成功示例
  {
    "error_code": 0,
    "msg": '登录成功!'
  }
返回参数说明

|参数名|类型|说明| |error_code |number|错误码,2:输入结果不正确,0:成功| |msg |string |中文提示 |

页面列表

ITEM_HTML