简要描述:

请求域名:

  • http://xx.com

请求URL:

GET/plugin.store-cashier.admin.store-manage.get-cashier-code

参数:

参数名 是否必须 类型 说明
store_id int 门店id
type int 1公众号,2小程序

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "url": "http://cc.com/addons/yun_shop/storage/app/public/qr/cashier/e84e4fc81e53d888a54344ef242ab805.png"
    }
}

错误时返回:

  {
    "result": 0,
    "msg": "",
    "data": []
}

返回参数说明:

参数名 类型 说明
url int 二维码路径

备注:

  • 更多返回错误代码请看首页的错误代码描述