微信小程序

获取兼职类型列表

2017-05-11  本文已影响14人  一曲广陵散

API: 获取兼职类型列表


URL: /get_part_time_job_type_list/

请求方式: POST

参数

tokenID                     string        '2017-03-09152213'            登录tokenID,没有传值为‘ -1 ’

返回示例

{
    "status": "SUCCESS",
    "data": [
        {
            "typeID": "1",
            "typeImage": "http://xxx",
            "typeName": "促销"
        },
        {
            "typeID": "2",
            "typeImage": "http://xxx",
            "typeName": "发单"
        },
        {
            "typeID": "3",
            "typeImage": "http://xxx",
            "typeName": "其他"
        }
    ]
}

返回字段说明

status      返回状态
上一篇 下一篇

猜你喜欢

热点阅读