简要描述:

  • 租期

请求域名:

  • http://xx.com

请求URL:

GET/获取租期列表:&route=plugin.lease-toy.api.lease-term.index

参数:

参数名 是否必须 类型 说明
unll

返回示例:

正确时返回:

{
    "result": 1, 
    "msg": "ok", 
    "data": {
        "list": [
            {
                "id": 1, 
                "term_name": "12", 
                "term_days": 323, 
                "term_discount": "21"
            }, 
            {
                "id": 2, 
                "term_name": "12212", 
                "term_days": 11, 
                "term_discount": "31"
            }
        ], 
        "level": {
            "id": 9, 
            "level_id": 6, 
            "rent_free": "0", 
            "deposit_free": "0"
        }
		"lease_toy_set": {
            "pact_title": 租赁标题, 
            "lease_toy_pact": 租赁内容, 
        }
    }
}

错误时返回:

  {
    "result": 0,
    "msg": "获取失败"
  }

返回参数说明:

list (array) 参数说明

参数名 类型 说明
id int 租期id
term_name string 租期名称
term_days int 租期天数
term_discount int 租期优惠

level 参数说明

参数名 类型 说明
level_id int 会员等级id
rent_free int 可免租金件数
deposit_free int 可免押金件数

lease_toy_set 参数说明

参数名 类型 说明
pact_title int 条款标题
lease_toy_pact text 霸王条款内容

备注:

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