文 档 中 心 / Document Center
搜索 管理中心
壹川接口文档V3
将指定普线转换成专线
更新时间:2018-04-19 15:09:07   更新人员:叶洋   文档状态:完成 #196    测试接口
摘要
将指定普线转换成专线
  1. 接口基本信息
    接口名称:转换普通线路类型为专线类型
    请求方法:PUT
    接口地址:line/normalline_convert_type
    登录验证:是
  2. 请求参数
    参数名 参数 数据类型 是否必须 示例值 说明
    line_id 线路序号 string
  3. 请求示例
    请求例子:
     
    apirq('line/normalline_convert_type', {
        method: "put",
        data: {
            "line_id": "9437234ced99aaa9"
        }
    }) 
    
    返回数据结果:
     
    {
        "code": 0,
        "msg": "ok",
        "time": "1524121157",
        "data": "线路类型已转换成功"
    } 
    
本书创建于 2018-03-30 12:03:13 ?如有疑问,请联系技术人员