说明

绑定店铺简称

请求地址

环境 请求地址
测试环境 https://pay.umxnt.com/api/merchant/add_store_short_name
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店ID
store_short_name string 需要绑定或者修改的门店简称,为空代表查询
  • 查询返回

  • 返回值示例 成功请求示例:store_short_name:为空代表没有绑定 其他代表已经绑定

    {
      "status": 1,
      "message": "数据返回成功",
      "data": {
        "store_short_name": "有梦想科技"
      }
    }
    
  • 绑定修改正确返回 store_short_name:为修改后的门店简称

{
  "status": 1,
  "message": "门店简称修改成功",
  "data": {
    "store_short_name": "123455"
  }
}
  • 失败请求示例

    {
        "message":"无效参数",
        "status":2
    }
    

results matching ""

    No results matching ""