配餐软件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.3 KiB

协议约定

协议格式: restfull + json + utf-8

协议格式中,凡是用 * 标识字段均为必须字段,否则为可选字段。

密码:协议中涉及password字段全部使用16位的MD5加密传输(MD5加密后取后16位,大写)

协议列表

响应示例

{
    "body": {},
    "code": 1,
    "desc": "成功"
}

返回码表

基础返回码:
    success               (200, "成功"),

    invalid_user_password (300, "用户名或者密码错误!"),

    expired_vender        (301, "账户过期,请联系管理员续费!"),

    illegal_argument      (400, "参数错误!"),
    need_login            (401, "未登录!"),
    not_support_operate   (404, "不支持的�