美文网首页
后台模块

后台模块

作者: yanzhu728 | 来源:发表于2018-01-04 14:46 被阅读19次

    1. 后台登录

    url: /office/login
    method: post/json

    提交参数:

    参数名称 类型 备注
    user_name str 用户名
    psd str 密码
    login_type int 1总公司, 2分公司, 3实体店

    返回参数:

    参数名称 类型 备注
    id str 公司id
    login_type int 1总公司id, 2分公司id, 3实体店id

    2. 后台上传图片

    url: /product/upload/image
    method: post/json

    提交参数:

    参数名称 类型 备注
    product_id int 商品ID
    file file 商品图片

    相关文章

      网友评论

          本文标题:后台模块

          本文链接:https://www.haomeiwen.com/subject/ooyrnxtx.html