会员相关接口

会员登录

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/login

Body参数名 类型 必需 描述 示例 e.g.
username string 用户名/手机号 15888876435
password string 密码 123456
push_cid string 机器码 234234234

详细说明:

Headers为GET参数
Body为POST参数

返回示例:

                                {
    "success": true,
    "data": {
        "id": "75",
        "username": "15888876435",
        "bind_mobile": "15888876435",
        "password": "03095d7f0ac9ac83abe6d7cba06747a1",
        "type": "1",
        "auth_com": "0",
        "auth_trainee": "1",
        "token": "3095d7f0ac9ac83abe6d7cba06747a",
        "session_id": "ca14ea36c0e9464ece06ff219c6d38f3",
        "info_audit": "1",
        "user_trainee_info": {
            "path": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836.jpg",
            "sex": "2",
            "real_name": "张可欣",
            "school_id": "6",
            "school": "浙江传媒学院",
            "display": "1",
            "student_id": "130705125",
            "user_sign": "",
            "user_resume": "摸摸摸粉嫩发的吧台词的是不是在我姐在我姐在这些都会变了么样式神话故事dfasdfasdfasd",
            "path_thumb": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836_thumb.jpg",
            "is_verify_code": "1",
            "alias": "zjicm",
            "verify_code_flush": "1"
        },
        "user_company_info": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.id ID number
data.username 用户名 number
data.bind_mobile 绑定手机号 number
data.password 密码 string
data.type 类型 number
data.auth_trainee 是否认证【教务系统】:0=未认证;1=已认证; number
data.auth_trainee_hand 是否认证【人工认证】:0=未认证;1=已认证; string
data.token 令牌 string
data.session_id session值,登录时会用到 string
data.info_audit 资料认证状态-教务系统认证:0=待审核;1=审核通过;2=审核未通过 number
data.info_audit_hand 资料认证状态-手工认证:0=待审核;1=审核通过;2=审核未通过 string
data.progress 资料完善度 string
data.effect 影响力 string
data.user_trainee_info 个人信息 object
data.user_trainee_info.path 头像 string
data.user_trainee_info.path_thumb 头像小图 string
data.user_trainee_info.sex 性别:1=男;2=女; number
data.user_trainee_info.real_name 姓名 string
data.user_trainee_info.school_id 学校ID number
data.user_trainee_info.school 学校名称 string
data.user_trainee_info.display 资料审核状态 number
data.user_trainee_info.student_id 学号 number
data.user_trainee_info.user_sign 个人签名 string
data.user_trainee_info.user_resume 自我介绍 string
data.user_trainee_info.major 专业 string
data.is_user_ai_log 是否分析:1=已分析;0=未分析; string
data.user_trainee_info.province_id_jx 省id-家乡 string
data.user_trainee_info.city_id_jx 市id-家乡 string
data.user_trainee_info.area_id_jx 县id-家乡 string
data.user_trainee_info.txt_address_jx 省 市 县-家乡 string
data.user_trainee_info.school_zone_name 校区名称 string
data.user_trainee_info.school_zone_id 校区id string

短信登录

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/login_sms

Body参数名 类型 必需 描述 示例 e.g.
username string 手机号 15888876435
code string 短信验证码 123456
push_cid string 机器码:app要传值,公众号的传空 234234234

返回示例:

                                {
    "success": true,
    "data": {
        "id": "75",
        "username": "15888876435",
        "bind_mobile": "15888876435",
        "password": "03095d7f0ac9ac83abe6d7cba06747a1",
        "type": "1",
        "auth_com": "0",
        "auth_trainee": "1",
        "token": "3095d7f0ac9ac83abe6d7cba06747a",
        "session_id": "ca14ea36c0e9464ece06ff219c6d38f3",
        "info_audit": "1",
        "user_trainee_info": {
            "path": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836.jpg",
            "sex": "2",
            "real_name": "张可欣",
            "school_id": "6",
            "school": "浙江传媒学院",
            "display": "1",
            "student_id": "130705125",
            "user_sign": "",
            "user_resume": "摸摸摸粉嫩发的吧台词的是不是在我姐在我姐在这些都会变了么样式神话故事dfasdfasdfasd",
            "path_thumb": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836_thumb.jpg",
            "is_verify_code": "1",
            "alias": "zjicm",
            "verify_code_flush": "1"
        },
        "user_company_info": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.id ID number
data.username 用户名 number
data.bind_mobile 绑定手机号 number
data.password 密码 string
data.type 类型 number
data.auth_trainee 是否认证【教务系统】:0=未认证;1=已认证; number
data.auth_trainee_hand 是否认证【人工认证】:0=未认证;1=已认证; string
data.token 令牌 string
data.session_id session值,登录时会用到 string
data.info_audit 资料认证状态-教务系统认证:0=待审核;1=审核通过;2=审核未通过 number
data.info_audit_hand 资料认证状态-手工认证:0=待审核;1=审核通过;2=审核未通过 string
data.progress 资料完善度 string
data.effect 影响力 string
data.user_trainee_info 个人信息 object
data.user_trainee_info.path 头像 string
data.user_trainee_info.path_thumb 头像小图 string
data.user_trainee_info.sex 性别:1=男;2=女; number
data.user_trainee_info.real_name 姓名 string
data.user_trainee_info.school_id 学校ID number
data.user_trainee_info.school 学校名称 string
data.user_trainee_info.display 资料审核状态 number
data.user_trainee_info.student_id 学号 number
data.user_trainee_info.user_sign 个人签名 string
data.user_trainee_info.user_resume 自我介绍 string
data.user_trainee_info.major 专业 string

修改个人基本信息

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/change_user_trainee_info?sid=37f2e8d99f4b2a226188d5c169d4a8d4

Body参数名 类型 必需 描述 示例 e.g.
path string 用户头像
birth_date string 生日,格式“YYYY-mm-dd”
sex string 性别:1=男;2=女;
blood_type string 血型:A、B、AB、O
user_resume string 自我评价
work_status string 求职状态,值有:1=目前正在找工作;2=观望有好机会会考虑;3=我目前不想换工作;
job_keycodes string 期望职业,多个以逗号分隔,最多5个
job_menus string 期望行业,多个以逗号分隔,最多5个
province_id string 省id
city_id string 市id
area_id string 县id
salary string 期望薪资

详细说明:

注:1、salary值范围 array('0'=>'面议', '1'=>'1.5K以下', '2'=>'1.5K-2K', '3'=>'2K-3K', '4'=>'3K-4.5K', '5'=>'4.5K-6K', '6'=>'6K-8K',
                            '7'=>'8K-10K', '8'=>'10K-15K', '9'=>'15K-20K', '10'=>'20K-30K', '11'=>'30K-50K', '12'=>'50K及以上')
2、work_status值范围 array('1'=>'目前正在找工作', '2'=>'观望有好机会会考虑', '3'=>'我目前不想换工作');
3、编辑个人信息,求职状态,意向职位设置三个地方都可以用同一个接口
4、编辑个人信息界面:有头像,生日,性别,血型;手机号码,联系邮箱,当前身份都不要,将自我评价的移到编辑个人信息里

若设计界面的那种薪资选择方式好切,可以考虑用那种方式选择薪资

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "提交成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误字段 string

修改教育经历信息

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi_new/change_user_education_info?sid=c54acfe12ed77e6b93afd57538b1ce43

Body参数名 类型 必需 描述 示例 e.g.
school_name string 学校名称
major_name string 专业名称
education string 文凭:'5'=>'大专', '6'=>'本科', '7'=>'硕士', '8'=>'博士'
entrance_date string 入学时间:格式“YYYY-mm-dd”
graduation_date string 毕业时间:格式“YYYY-mm-dd”

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "提交成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

App检查是否已绑定

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_third_login

Body参数名 类型 必需 描述 示例 e.g.
unionid string 用户唯一码
type string 平台类型:weixin=微信;qq=QQ平台;
push_cid string 客户端cid
user_data string json格式的string数据,做日志用的

详细说明:

注:跟login接口返回数据一样的

返回示例:

                                {
    "success": true,
    "data": {
        "id": "75",
        "presenter_id": "0",
        "username": "15888876435",
        "bind_mobile": "15888876435",
        "password": "03095d7f0ac9ac83abe6d7cba06747a1",
        "type": "1",
        "auth_com": "0",
        "auth_trainee": "1",
        "auth_trainee_hand": "0",
        "effect": "0",
        "progress": "0",
        "token": "3095d7f0ac9ac83abe6d7cba06747a",
        "session_id": "67f997ec87b353b70fcd861ecf1f2066",
        "activity_id": 0,
        "info_audit": "1",
        "info_audit_hand": "0",
        "user_trainee_info": {
            "id": "34",
            "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
            "sex": "1",
            "real_name": "苗英靖",
            "major": "蔬菜学11",
            "school_id": "0",
            "school": "浙江大学研究生院11",
            "display": "1",
            "display_hand": "0",
            "student_id": "",
            "user_sign": "",
            "user_resume": "在在在在 在在",
            "path_val": "uploads:ddd:ddd:ddd_jpg",
            "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
            "is_verify_code": "0",
            "alias": "",
            "verify_code_flush": ""
        },
        "user_company_info": ""
    }
}
                            
参数名 描述 类型
success boolean
data object
data.id number
data.presenter_id number
data.username number
data.bind_mobile number
data.password string
data.type number
data.auth_com number
data.auth_trainee number
data.auth_trainee_hand number
data.effect number
data.progress number
data.token string
data.session_id string
data.activity_id number
data.info_audit number
data.info_audit_hand number
data.user_trainee_info object
data.user_trainee_info.id number
data.user_trainee_info.path string
data.user_trainee_info.sex number
data.user_trainee_info.real_name string
data.user_trainee_info.major string
data.user_trainee_info.school_id number
data.user_trainee_info.school string
data.user_trainee_info.display number
data.user_trainee_info.display_hand number
data.user_trainee_info.student_id string
data.user_trainee_info.user_sign string
data.user_trainee_info.user_resume string
data.user_trainee_info.path_val string
data.user_trainee_info.path_thumb string
data.user_trainee_info.is_verify_code number
data.user_trainee_info.alias string
data.user_trainee_info.verify_code_flush string
data.user_company_info string

获取个人基本信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_my_resume_base_info?sid=8b76b81013cb1f6d7c915f98d925fa42

详细说明:

注:获取编辑个人信息,求职状态,意向职位,教育经历设置三个地方都可以用同一个接口

返回示例:

                                {
    "success": true,
    "data": {
        "real_name": "苗英靖",
        "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
        "sex": "1",
        "blood_type": "A",
        "company_name": "",
        "job_name": "",
        "school": "浙江大学研究生院11",
        "school_id": "0",
        "major": "蔬菜学11",
        "education": "6",
        "work_status": "1",
        "job_keycodes": "PHP工程师,IOS工程师,设计师",
        "job_menus": "信息技术,基金投资,理赔",
        "province_id": "330000",
        "city_id": "330100",
        "area_id": "330102",
        "txt_address": "浙江省 杭州市 上城区",
        "salary": "1",
        "mark_credit": "3.6",
        "credit": "3.0",
        "display": "1",
        "display_hand": "0",
        "user_resume": "在在在在 在在",
        "user_type": "1",
        "user_progress": "0",
        "user_effect": "0",
        "path_val": "uploads/ddd/ddd/ddd.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
        "work_status_format": "目前正在找工作",
        "salary_format": "1.5K以下",
        "sex_format": "男",
        "birth_date_format": "1988-12-12",
        "education_format": "本科",
        "entrance_date_format": "2018-10-23",
        "graduation_time_format": "2022-10-23",
        "province_name": "浙江省",
        "city_name": "杭州市",
        "area_name": "上城区"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.real_name 姓名 string
data.path 头像原图路径 string
data.path_thumb 头像缩略图路径 string
data.path_val 头像路径值 string
data.sex 性别:0=保密;1=男;2=女; number
data.sex_format 格式性别 string
data.blood_type 血型 string
data.company_name 公司名称-导师 string
data.job_name 职务-导师 string
data.school 学校名称 string
data.school_id 学校id number
data.major 专业名称 string
data.education 文凭值 number
data.education_format 格式化文凭 string
data.work_status 求职状态值 number
data.work_status_format 格式化求职状态 string
data.job_keycodes 期望职位 string
data.job_menus 期望行业 string
data.province_id 省id number
data.province_name 省名称 string
data.city_id 市id number
data.city_name 市名称 string
data.area_id 区/县id number
data.area_name 区/县名称 string
data.txt_address 以空格分隔的“省 市 县” string
data.salary 期望薪资 number
data.salary_format 格式化期望薪资 string
data.mark_credit 平均绩点 number
data.credit 信誉值 number
data.display 教务认证状态:0=待审核;1=审核通过;2=审核拒绝; number
data.display_hand 人工认证状态:0=待审核;1=审核通过;2=审核拒绝; number
data.user_resume 个人简介 string
data.user_type 身份:1=个人;6=导师; number
data.user_progress 简历完善度 number
data.user_effect 影响力值 number
data.birth_date_format 格式化生日:格式“YYYY-mm-dd” string
data.entrance_date_format 格式化入学时间:格式“YYYY-mm-dd” string
data.graduation_time_format 格式化毕业时间:格式“YYYY-mm-dd” string

获取我的/预览简历

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_my_resume_info?sid=fe4f9a0058dbee5d9f18efbdef7a397c

返回示例:

                                {
    "success": true,
    "data": {
        "real_name": "苗英靖",
        "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
        "sex": "1",
        "company_name": "",
        "job_name": "",
        "school": "浙江大学研究生院11",
        "school_id": "0",
        "major": "蔬菜学11",
        "education": "6",
        "work_status": "1",
        "job_keycodes": "PHP工程师,IOS工程师,设计师",
        "job_menus": "信息技术,基金投资,理赔",
        "province_id": "330000",
        "city_id": "330100",
        "area_id": "330102",
        "txt_address": "浙江省 杭州市 上城区",
        "salary": "1",
        "mark_credit": "3.6",
        "credit": "3.0",
        "display": "1",
        "display_hand": "0",
        "user_type": "1",
        "user_progress": "0",
        "user_effect": "0",
        "path_val": "uploads/ddd/ddd/ddd.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
        "work_status_format": "目前正在找工作",
        "salary_format": "1.5K以下",
        "sex_format": "男",
        "birth_date_format": "1988-12-12",
        "education_format": "本科",
        "entrance_date_format": "2018-10-23",
        "graduation_time_format": "2022-10-23",
        "user_resume_format": "在在在在 在在",
        "province_name": "浙江省",
        "city_name": "杭州市",
        "area_name": "上城区",
        "skill_list": [
            {
                "id": "11",
                "title": ""
            },
            {
                "id": "10",
                "title": ""
            },
            {
                "id": "3",
                "title": ""
            },
            {
                "id": "2",
                "title": "唱歌比赛"
            }
        ],
        "skill_2_list": [
            {
                "id": "216",
                "title": "有人"
            },
            {
                "id": "215",
                "title": "中国"
            },
            {
                "id": "20",
                "title": "打球"
            }
        ],
        "trainee_hobby_list": [
            {
                "id": "321",
                "title": "绘画"
            },
            {
                "id": "320",
                "title": "足球"
            },
            {
                "id": "108",
                "title": "打游戏"
            },
            {
                "id": "106",
                "title": "听音乐"
            },
            {
                "id": "105",
                "title": "下棋"
            },
            {
                "id": "104",
                "title": "上网"
            }
        ],
        "trainee_school_activity_list": [
            {
                "id": "50",
                "title": "的在在在在 在",
                "content": "貅换爱你的欠遥欠妥换仍",
                "activity_time_format": "2018.09.18",
                "end_time_format": "2018.09.18"
            },
            {
                "id": "49",
                "title": "的在在在在 在",
                "content": "貅换爱你的欠遥欠妥换仍",
                "activity_time_format": "2018.09.18",
                "end_time_format": "2018.09.18"
            },
            {
                "id": "48",
                "title": "xx的在在在在 在",
                "content": "xx貅换爱你的欠遥欠妥换仍",
                "activity_time_format": "2018.09.18",
                "end_time_format": "1970.01.01"
            },
            {
                "id": "47",
                "title": "的在在在在 在",
                "content": "貅换爱你的欠遥欠妥换仍",
                "activity_time_format": "2018.09.18",
                "end_time_format": "1970.01.01"
            },
            {
                "id": "19",
                "title": "校园歌唱大赛",
                "content": "唱歌比赛",
                "activity_time_format": "2013.04.14",
                "end_time_format": "1970.01.01"
            }
        ],
        "user_evaluate_list": [
            {
                "id": "14",
                "level": "3",
                "content": "这是什么鬼?这家伙什么都没留下",
                "job_name": "测试",
                "tag": "团队意识强,学习能力强,有意志力,沟通能力强",
                "company_name": "杭州双收网络技术有限公司",
                "display": "4",
                "offer_time_format": "2017.02.08",
                "leave_time_format": "2017.02.08"
            }
        ],
        "trainee_practice_list": [
            {
                "id": "50",
                "company_name": "杭州在在在在",
                "job_name": "php工程师",
                "content": "有在在要要在",
                "start_time_format": "2018.09",
                "end_time_format": "2018.10"
            },
            {
                "id": "49",
                "company_name": "杭州在在在在",
                "job_name": "php工程师",
                "content": "有在在要要在",
                "start_time_format": "2018.09",
                "end_time_format": "2018.10"
            },
            {
                "id": "48",
                "company_name": "杭州在在在在",
                "job_name": "php工程师",
                "content": "有在在要要在",
                "start_time_format": "2018.09",
                "end_time_format": "2018.10"
            },
            {
                "id": "47",
                "company_name": "杭州在在在在",
                "job_name": "php工程师",
                "content": "有在在要要在",
                "start_time_format": "2018.09",
                "end_time_format": "2018.10"
            },
            {
                "id": "3",
                "company_name": "杭州美云科技",
                "job_name": "PHP程序员",
                "content": "写程序",
                "start_time_format": "2016.06",
                "end_time_format": "2016.07"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.real_name 姓名 string
data.path_val 头像原路径 string
data.path 头像原图路径 string
data.path_thumb 头像缩略图路径 string
data.sex 性别;0=保密;1=男;2=女; number
data.school 学校名称 string
data.work_status 求职状态值 number
data.work_status_format 格式化求职状态 string
data.job_keycodes 期望职位,以逗号分隔 string
data.job_menus 期望行业,以逗号分隔 string
data.city_name 期望城市 string
data.salary 期望薪资 number
data.salary_format 格式化薪资 string
data.mark_credit 平均绩点 number
data.credit 信誉值 number
data.user_type 用户类型:1=个人;6=导师; number
data.user_progress 简历完善度 number
data.user_effect 影响力值 number
data.skill_list 技能证书对象列表 array
data.skill_list.id 技能证书id number
data.skill_list.title 技能证书名称 string
data.skill_2_list 技能对象列表 array
data.skill_2_list.id 技能id number
data.skill_2_list.title 技能名称 string
data.trainee_hobby_list 兴趣对象列表 array
data.trainee_hobby_list.id 兴趣 id number
data.trainee_hobby_list.title 兴趣名称 string
data.trainee_school_activity_list 校内活动对象列表 array
data.trainee_school_activity_list.id 校内活动id number
data.trainee_school_activity_list.title 校内活动名称 string
data.trainee_school_activity_list.content 校内活动内容 string
data.trainee_school_activity_list.activity_time_format 校内活动开始时间 string
data.trainee_school_activity_list.end_time_format 校内活动结束时间 string
data.user_evaluate_list 榜眼平台实习经验对象列表 array
data.user_evaluate_list.id 榜眼平台实习经验id number
data.user_evaluate_list.level 榜眼平台实习经验评分,最高5分 number
data.user_evaluate_list.content 榜眼平台实习经验评价内容 string
data.user_evaluate_list.job_name 榜眼平台实习经验工作职务 string
data.user_evaluate_list.tag 榜眼平台实习经验评价标签 string
data.user_evaluate_list.company_name 榜眼平台实习经验公司名称 string
data.user_evaluate_list.display 榜眼平台实习经验状态值 number
data.user_evaluate_list.offer_time_format 榜眼平台实习经验工作上岗时间 string
data.user_evaluate_list.leave_time_format 榜眼平台实习经验完成时间 string
data.trainee_practice_list 个人实习经验对象列表--手动添加的 array
data.trainee_practice_list.id 个人实习经验id number
data.trainee_practice_list.company_name 个人实习经验公司名称 string
data.trainee_practice_list.job_name 个人实习经验工作职位 string
data.trainee_practice_list.content 个人实习经验工作内容 string
data.trainee_practice_list.start_time_format 个人实习经验开始时间 number
data.trainee_practice_list.end_time_format 个人实习经验结束时间 number

获取我的推荐用户

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_presenter_list/$max_id/$since_id/$per_page/$page?sid=session_id

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 -more 0
$since_id string 获取最新信息 0
$per_page string 每页数 10
$page string 页数 1

详细说明:

Headers为GET参数
Body为POST参数

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "add_time": "1464770260",
                "username": "15888876435",
                "bind_mobile": "15888876435",
                "id": "34",
                "display": "1",
                "credit": "3.5",
                "user_id": "75",
                "path": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836.jpg",
                "sex": "2",
                "real_name": "张可欣",
                "school": "浙江传媒学院",
                "major": "电子信息工程(本科)",
                "user_resume": "摸摸摸粉嫩发的吧台词的是不是在我姐在我姐在这些都会变了么样式神话故事dfasdfasdfasd",
                "update_time": "1487608042",
                "job_keycodes": "",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836_thumb.jpg",
                "add_time_format": "2016-06-01"
            }
        ],
        "is_next_page": 0,
        "max_id": "112",
        "pop_code": "85566076"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.item_list 对象列表 array
data.item_list.add_time 注册时间:单位秒 number
data.item_list.add_time_format 格式化注册时间 string
data.item_list.username 用户名 number
data.item_list.bind_mobile 绑定手机号 number
data.item_list.id 用户ID number
data.item_list.path 头像 string
data.item_list.real_name 姓名 string
data.item_list.school 学校 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 返回当前数据最大ID,more只要获取第一次的$max_id=最大ID,刷新得每次获取$since_id=最大ID number
data.pop_code 我的推广码 number
data.auth_trainee 认证状态:0=未认证;1=已认证 string

获取个人信息

在线测试 在线浏览

请求方式:GET

请求地址:https://test.internpot.com/index.php/gapi/get_user_trainee_info?sid=a08e3070470d4280941b10a68276f459

提交个人资料

在线测试 在线浏览

请求方式:POST

请求地址:http://www.internpot.com/index.php/gapi/add_user_trainee_info?sid=3e23b6fc697035fd66912537aefc987c

Body参数名 类型 必需 描述 示例 e.g.
school_id string 学校id
student_id string 教务系统学号
student_password string 教务系统密码
code string 验证码
tmp_student_password string 教务系统密码-加密算出来的

绑定邀请码

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/bind_pop_code?sid=4cb89b9d61f4e5f94a966d40e6d5d0a0

Body参数名 类型 必需 描述 示例 e.g.
pop_code string 推荐人邀请码 232342

返回示例:

                                {
    "success": false,
    "field": "fail",
    "message": "此邀请码不存在",
    "erro_code": ""
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string
erro_code string

获取用户信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_user_info?sid=466aa1ae991482b92818f759a7eed188

返回示例:

                                {
    "success": true,
    "data": {
        "id": "75",
        "presenter_id": "0",
        "username": "15888876435",
        "bind_mobile": "",
        "password": "03095d7f0ac9ac83abe6d7cba06747a1",
        "type": "1",
        "auth_com": "0",
        "auth_trainee": "0",
        "token": "3095d7f0ac9ac83abe6d7cba06747a",
        "session_id": 0,
        "info_audit": "2",
        "user_trainee_info": {
            "path": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836.jpg",
            "sex": "2",
            "real_name": "张可欣",
            "school_id": "6",
            "school": "浙江传媒学院",
            "display": "2",
            "student_id": "130705125",
            "user_sign": "",
            "user_resume": "摸摸摸粉嫩发的吧台词的是不是在我姐在我姐在这些都会变了么样式神话故事dfasdfasdfasd",
            "path_thumb": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836_thumb.jpg",
            "is_verify_code": "1",
            "alias": "zjicm",
            "verify_code_flush": "1"
        },
        "user_company_info": ""
    }
}
                            
参数名 描述 类型
success boolean
data object
data.id number
data.presenter_id number
data.username number
data.bind_mobile string
data.password string
data.type number
data.auth_com number
data.auth_trainee number
data.token string
data.session_id number
data.info_audit number
data.user_trainee_info object
data.user_trainee_info.path string
data.user_trainee_info.sex number
data.user_trainee_info.real_name string
data.user_trainee_info.school_id number
data.user_trainee_info.school string
data.user_trainee_info.display number
data.user_trainee_info.student_id number
data.user_trainee_info.user_sign string
data.user_trainee_info.user_resume string
data.user_trainee_info.path_thumb string
data.user_trainee_info.is_verify_code number
data.user_trainee_info.alias string
data.user_trainee_info.verify_code_flush number
data.user_company_info string
data.is_enroll_end_zm 报名是否结束:1=已结束;0=未结束; string
data.is_activity_end_zm 活动是否结束:1=已结束;0=未结束; string
data.is_activity_team_zm 是否已分组:1=已分组;0=未分组; string
data.is_user_follow_zm 是否关注心仪对象:1=已关注;0=未关注; string

获取其它用户信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_other_user_info/25?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$to_user_id string 用户id 25

返回示例:

                                {
    "success": true,
    "data": {
        "id": "7",
        "work_status": "1",
        "job_keycodes": "",
        "student_id": "12913109",
        "remark_client": "",
        "display": "1",
        "credit": "4.5",
        "user_id": "25",
        "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
        "sex": "2",
        "real_name": "金晓青",
        "school": "杭州电子科技大学",
        "school_id": "1",
        "major": "信息管理与信息系统",
        "user_resume": "平时有加志愿者活动等等,这些工作慢慢养成了我做事认真负责,耐心仔细的习惯,我乐于去尝试新鲜事物,愿意去接触新的人,新的事,喜欢挑战。我一直觉得,我现在所做的任何事都是在为以后做铺垫,认真做好每一件小事,是成功的每一步。",
        "user_sign": "Trey trot",
        "update_time": "1488607271",
        "username": "13777859219",
        "activity_credit": "2.5",
        "hobby_credit": "3.5",
        "skill_credit": "1.8",
        "practice_credit": "2.3",
        "mark_credit": "3.2",
        "bind_mobile": "",
        "auth_trainee": "1",
        "effect": "0",
        "progress": "0",
        "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
        "friend_display": "1",
        "is_me": 0,
        "id_salt": "0f3a018d90fb8d4732f76581fe291389"
    }
}
                            
参数名 描述 类型
success boolean
data object
data.id 信息id number
data.work_status 求职状态 number
data.job_keycodes 求职意向 string
data.user_id 当前用户id number
data.path 头像原图 string
data.path_thumb 头像小图 string
data.sex 性别 number
data.real_name 姓名 string
data.school 学校名称 string
data.school_id 学校id number
data.major 专业名称 string
data.user_resume 个人简介 string
data.user_sign 签名 string
data.username 用户名 number
data.effect 影响力值 number
data.progress 资料完善度 number
data.friend_display 好友关系状态:99=未申请过;0=申请中;1=审核通过;2=审核拒绝;3=拉黑; number
data.id_salt 加盐id string
data.auth_trainee 教务认证状态:0=未实名认证;1=实名认证 string
data.is_me 进入是不是是自己的个人主页:1=自己的主页,0=他人的主页 string
data.to_follow_count 粉丝数量 string
data.from_follow_count 关注数量 string
data.auth_trainee_hand 手工认证状态:0=未实名认证;1=实名认证 string

注册

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/reg

Body参数名 类型 必需 描述 示例 e.g.
username string 用户名
passwd string 密码
ref_passwd string 确认密码
pic_code_1 string 图形验证码
code string 短信验证码
push_cid string 令牌
school_id string 学校id
real_name string 真实姓名
sex string 性别:1=男;2=女;
birth_date string 出生日期:YYYY-mm-ddddd
major string 专业
entrance_date string 入学日期:YYYY-mm-ddddd
pop_code string 邀请码

提交人工认证

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_artificial_auth?sid=f31f322d76dd99108e227db14863ed68

Body参数名 类型 必需 描述 示例 e.g.
document_type string 证件类型
face_path string 正面图片
reverse_path string 反而图片

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "人工认证资料提交成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

获取人工认证信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_artificial_info?sid=eeadb48e984df85c2885ac4fded51ab1

返回示例:

                                {
    "success": true,
    "data": {
        "document_type": "1",
        "display_hand": "0",
        "face_path": "http://my.model.com/internpool/uploads/2016/0428/20160428183603902068.jpg",
        "reverse_path": "http://my.model.com/internpool/uploads/2016/0428/20160428191755583859.jpg",
        "remark_client_hand": "",
        "rep_time_hand": "0",
        "add_time_hand": "1528892859",
        "face_path_thumb": "http://my.model.com/internpool/uploads/2016/0428/20160428183603902068_thumb.jpg",
        "reverse_path_thumb": "http://my.model.com/internpool/uploads/2016/0428/20160428191755583859_thumb.jpg",
        "add_time_hand_format": "2018-06-13 20:27",
        "rep_time_hand_format": "1970-01-01 08:00",
        "document_type_format": "学生证",
        "display_hand_format": "待审核"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.document_type 证件类型:0=未提交认证资料;大于0表示提交认证; number
data.document_type_format 格式化证件类型 string
data.display_hand 人工认证状态: number
data.display_hand_format 格式化人工认证状态:0=待审核;1=审核通过;2=审核未通过 string
data.face_path 正面图原图 string
data.face_path_thumb 正面图缩略图 string
data.reverse_path 反面图原图 string
data.reverse_path_thumb 反面图缩略图 string
data.remark_client_hand 客户端备注 string
data.rep_time_hand 回复时间,单位秒 number
data.rep_time_hand_format 格式化回复时间 string
data.add_time_hand 提交认证时间,单位秒 number
data.add_time_hand_format 格式化提交认证时间 string

我的二维码信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_my_qr_code_info?sid=eeadb48e984df85c2885ac4fded51ab1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "34",
        "real_name": "苗英靖",
        "sex": "2",
        "school": "浙江大学研究生院",
        "major": "蔬菜学",
        "path": "http://my.model.com/internpool/uploads/2018/0123/20180123030939467003.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/2018/0123/20180123030939467003_thumb.jpg",
        "qr_code_path": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.id 信息id number
data.real_name 姓名 string
data.sex 性别:1=男;2=女; number
data.school 学校名称 string
data.major 专业名称 string
data.path 头像原图 string
data.path_thumb 头像缩略图 string
data.qr_code_path 二维码图片路径 string

获取二维码链接

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_rq_url/75/6

Header参数名 类型 必需 描述 示例 e.g.
$user_id string 用户id
$size string 二维码图的大小:6,8,16.。。。

绑定并注册新用户

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/third_login_to_user

Body参数名 类型 必需 描述 示例 e.g.
code string 短信验证码
push_cid string 令牌
real_name string 真实姓名
sex string 性别:1=男;2=女;
unionid string 用户唯一码
type string 平台类型:weixin=微信;qq=QQ平台;
path_url string 头像路径
bind_mobile string 绑定手机号
pop_code string 推荐人的邀请码

发送短信验证码

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_reg_sms_code

Body参数名 类型 必需 描述 示例 e.g.
type string 动作类型:reg=注册;login=短信登录;get_pass=找回密码;
mobile string 手机号

第三方登录接口

检查微信登录-小程序

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_weixin_login_xcx

Body参数名 类型 必需 描述 示例 e.g.
iv string 加密算法的初始向量
encryptedData string 包括敏感数据在内的完整用户信息的加密数据
code string wx.login的code值

返回示例:

                                {
    "id": "2478",
    "session_id": "76e2b0e467803cbf279cf1553e9e9f1a",
    "unionId": "324123142l31j41l32kj42l3k"
}
                            
参数名 描述 类型
id number
session_id 值为0,表示未绑定创建用户,不是0为绑定并登录 string
unionId 在未绑定登录状态才会有此值 string

QQ登录[h5]

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/qq_login_h5

微信登录[h5]

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_weixin_login_h5

线下培训课程接口

获取线下培训课程首页数据

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_index_curriculum_list?sid=540d96820c5ec82988ab9a8110dbd956

返回示例:

                                {
    "success": true,
    "data": {
        "ad_list": [
            {
                "path": "http://my.model.com/internpool/uploads/2019/0301/20190301151836747471.jpg",
                "url": "",
                "path_thumb": "http://my.model.com/internpool/uploads/2019/0301/20190301151836747471_thumb.jpg"
            },
            {
                "path": "http://my.model.com/internpool/uploads/2019/0301/20190301151836747471.jpg",
                "url": "",
                "path_thumb": "http://my.model.com/internpool/uploads/2019/0301/20190301151836747471_thumb.jpg"
            }
        ],
        "new_item_list": [
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                "title": "在在在在在 在在 在在 在 ",
                "price": 200,
                "sell_num": "90万",
                "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg",
                "menu_name": "语言",
                "city_name": "北京市",
                "area_name": "朝阳区",
                "tag_list": [
                    "郁林推荐",
                    "郁林特供"
                ]
            }
        ],
        "hot_item_list": [
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                "title": "在在在在在 在在 在在 在 ",
                "price": 200,
                "sell_num": "90万",
                "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg",
                "menu_name": "语言",
                "city_name": "北京市",
                "area_name": "朝阳区",
                "tag_list": [
                    "郁林推荐",
                    "郁林特供"
                ]
            }
        ],
        "tj_item_list": [
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                "title": "在在在在在 在在 在在 在 ",
                "price": 200,
                "sell_num": "90万",
                "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg",
                "menu_name": "语言",
                "city_name": "北京市",
                "area_name": "朝阳区",
                "tag_list": [
                    "郁林推荐",
                    "郁林特供"
                ]
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.ad_list 广告对象列表 array
data.ad_list.path 广告原图路径 string
data.ad_list.url 广告链接[pc,app,公众号,手机网站] string
data.ad_list.url_xcx 广告链接[小程序] string
data.ad_list.path_thumb 广告缩略图路径 string
data.new_item_list 最新课程列表对象 array
data.new_item_list.id 最新课程id number
data.new_item_list.path 最新课程原图路径 string
data.new_item_list.title 最新课程标题 string
data.new_item_list.price 最新课程销售价格 number
data.new_item_list.sell_num 最新课程销量 string
data.new_item_list.path_thumb 最新课程缩略图路径 string
data.new_item_list.menu_name 最新课程分类名称 string
data.new_item_list.city_name 最新课程城市 string
data.new_item_list.area_name 最新课程区 string
data.new_item_list.tag_list 最新课程特殊标签数组 array
data.hot_item_list 热门课程列表对象 array
data.hot_item_list.id 热门课程id number
data.hot_item_list.path 热门课程封面图片原图路径 string
data.hot_item_list.title 热门课程标题 string
data.hot_item_list.price 热门课程销售价格 number
data.hot_item_list.sell_num 热门课程销售数量 string
data.hot_item_list.path_thumb 热门课程缩略图路径 string
data.hot_item_list.menu_name 热门课程分类名称 string
data.hot_item_list.city_name 热门课程城市 string
data.hot_item_list.area_name 热门课程区 string
data.hot_item_list.tag_list 热门课程特殊标签数组 array
data.tj_item_list 猜你喜欢课程列表对象 array
data.tj_item_list.id 猜你喜欢课程id number
data.tj_item_list.path 猜你喜欢课程原图路径 string
data.tj_item_list.title 猜你喜欢课程标题 string
data.tj_item_list.price 猜你喜欢课程销售价格 number
data.tj_item_list.sell_num 猜你喜欢课程销售数量 string
data.tj_item_list.path_thumb 猜你喜欢课程缩略图路径 string
data.tj_item_list.menu_name 猜你喜欢课程分类名称 string
data.tj_item_list.city_name 猜你喜欢课程城市 string
data.tj_item_list.area_name 猜你喜欢课程区 string
data.tj_item_list.tag_list 猜你喜欢课程特殊标签数组 array

获取线下培训课程列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_curriculum_list/0/0/0/10/1?sid=aa7ac6990f2cf3ad403a3aa4172e4231

Header参数名 类型 必需 描述 示例 e.g.
$category_id string 分类id:0=全部;1179=语言;1180=金融;1181=科技;1182=留学;1183=游学; 如:0
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取ID大于since_id最新信息 如:0
$per_page string 每页多少条数据 如:10
$page string 第几页,从1开始 如:1
Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词

详细说明:

注:搜索结束页面,首页点击分类的结束界面都用此接口

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                "title": "在在在在在 在在 在在 在 ",
                "price": 200,
                "sell_num": "90万",
                "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg",
                "menu_name": "语言",
                "city_name": "北京市",
                "area_name": "朝阳区",
                "tag_list": [
                    "郁林推荐",
                    "郁林特供"
                ]
            }
        ],
        "is_next_page": 0,
        "max_id": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.item_list 列表对象 array
data.item_list.id 课程id number
data.item_list.path 封面图片原图路径 string
data.item_list.path_thumb 封面图片缩略图路径 string
data.item_list.title 课程标题 string
data.item_list.price 销售价格 number
data.item_list.sell_num 销售数量 string
data.item_list.menu_name 分类名称 string
data.item_list.city_name 城市 string
data.item_list.area_name string
data.item_list.tag_list 特殊标签数组 array
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

获取线下培训课程详细

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_curriculum_info/1?sid=e5445c4e9393bfde0708457cd970ddd3

Header参数名 类型 必需 描述 示例 e.g.
$id string 课程id 1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "pay_type": "0",
        "title": "在在在在在 在在 在在 在",
        "content": "

sad fasd f sa df as df as df

", "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg", "relation": "1,2", "price": 200, "price_market": 300, "sell_num": "90.02万", "seller_name": "新东方", "yl_company_id": "0", "txt_address": "北京市朝阳区", "address": "详细地址", "display_time": "2019-12-23 至 2019-12-30 每天下午3点", "contact_name": "姓名", "contact_mobile": "15158156032", "is_sign_contract": "0", "contract_name": "", "curriculum_num": "C000001", "deposit_price": 1, "order_flow": "顶戴sdf asdf asdf a dsf dsa", "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg", "start_time_format": "2019-12-23", "end_time_format": "2019-12-30", "menu_name": "语言", "city_name": "北京市", "area_name": "朝阳区", "tag_list": [ "郁林推荐", "郁林特供" ], "attachment_list": [], "tj_item_list": [ { "id": "2", "path": "", "title": "ddddddddddd", "price": 200, "sell_num": "2", "path_thumb": "", "menu_name": "语言", "city_name": "北京市", "area_name": "西城区", "tag_list": [] } ], "orders_comment_list": [ { "id": "17", "user_id": "75", "grade": "5", "content": "评价内容", "user_type": "1", "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg", "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg", "real_name": "向*1", "attachment_list": [ { "id": "11", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429152027346342.jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429152027346342_thumb.jpeg" }, { "id": "22", "path": "http://my.model.com/internpool/uploads/2016/0509/20160509164856744876.jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0509/20160509164856744876_thumb.jpeg" }, { "id": "33", "path": "http://my.model.com/internpool/uploads/2016/0525/20160525155944727127.jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0525/20160525155944727127_thumb.jpeg" } ], "add_time_format": "2019-03-14" }, { "id": "16", "user_id": "75", "grade": "5", "content": "评价内容", "user_type": "1", "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg", "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg", "real_name": "向*1", "attachment_list": [ { "id": "11", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429152027346342.jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429152027346342_thumb.jpeg" }, { "id": "22", "path": "http://my.model.com/internpool/uploads/2016/0509/20160509164856744876.jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0509/20160509164856744876_thumb.jpeg" }, { "id": "33", "path": "http://my.model.com/internpool/uploads/2016/0525/20160525155944727127.jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0525/20160525155944727127_thumb.jpeg" } ], "add_time_format": "2019-03-14" } ], "orders_comment_count": "3" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.id 课程id number
data.title 课程名称 string
data.content 课程简介 string
data.path 图片原图路径 string
data.path_thumb 图片缩略图路径 string
data.price 销售价格 number
data.price_market 市场价格 number
data.sell_num 销售数量 string
data.seller_name 所属机构 string
data.txt_address 授课/游学地址 string
data.address 授课/游学详细地址 string
data.start_time_format 时间:格式化开始时间 string
data.end_time_format 时间:格式化结束时间 string
data.display_time 时间:授课/游学时间 string
data.is_sign_contract 是否要签订合同:0=不需要;1=需要; number
data.contract_name 合同名称 string
data.curriculum_num 课程编号 string
data.menu_name 分类名称 string
data.city_name 城市 string
data.area_name string
data.tag_list 特殊标签数组 array
data.attachment_list 合同预览图片对象 array
data.tj_item_list 相关推荐对象列表 array
data.tj_item_list.id 课程id number
data.tj_item_list.path 图片原图路径 string
data.tj_item_list.path_thumb 图片缩略图路径 string
data.tj_item_list.title 课程标题 string
data.tj_item_list.price 销售价格 number
data.tj_item_list.sell_num 销售数量 string
data.tj_item_list.menu_name 分类名称 string
data.tj_item_list.city_name 地址-城市 string
data.tj_item_list.area_name 地址-区 string
data.tj_item_list.tag_list 特殊标签数组 array
data.contact_name 联系人姓名 string
data.contact_mobile 联系人电话 number
data.orders_comment_list 评价列表对象 array
data.orders_comment_list.id 评价信息id number
data.orders_comment_list.user_id 用户id number
data.orders_comment_list.grade 评分 number
data.orders_comment_list.content 评价内容 string
data.orders_comment_list.user_type 用户类型 number
data.orders_comment_list.path 头像原图 string
data.orders_comment_list.path_thumb 头像缩略图 string
data.orders_comment_list.real_name 真实姓名 string
data.orders_comment_list.attachment_list 晒图列表对象 array
data.orders_comment_list.attachment_list.id 图片id number
data.orders_comment_list.attachment_list.path 图片原图路径 string
data.orders_comment_list.attachment_list.path_thumb 图片缩略图路径 string
data.orders_comment_list.add_time_format 格式化评价时间 string
data.orders_comment_count 评价总数量 number
data.pay_type 付款方式:0=全款支付;1=预付订金 number
data.order_flow 支付流程说明;当为预付订金的方式才会用到 string
data.deposit_price 订金金额;当为预付订金的方式才会用到 number
data.yl_company_id 机构id number

获取机构信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_yl_company_info/1?sid=ef97f3a0cdeef5d86441c1d59919002d

Header参数名 类型 必需 描述 示例 e.g.
$yl_company_id string 机构信息id 1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "company_name": "杭州在在科技有限公司",
        "content": "

顶替基本面地基本面地基本面塔顶

" } }
参数名 描述 类型
success true=成功;fale=失败; boolean
data 数据对象 object
data.id 机构id number
data.company_name 机构名称 string
data.content 机构描述 string

获取确认课程信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_confirm_curriculum_info/1?sid=cd9e75f6f135d9bdb39ed0f0251df517

Header参数名 类型 必需 描述 示例 e.g.
$curriculum_id string 线下培训课程id 如:1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "pay_type": "0",
        "title": "在在在在在 在在 在在 在",
        "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
        "price": 200,
        "price_market": 300,
        "seller_name": "新东方",
        "txt_address": "北京市朝阳区",
        "address": "详细地址",
        "display_time": "2019-12-23 至 2019-12-30 每天下午3点",
        "curriculum_num": "C000001",
        "pay_type_format": "全款支付",
        "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg",
        "product_total": 200,
        "total": 200,
        "start_time_format": "2019-12-23",
        "end_time_format": "2019-12-30",
        "user_info": {
            "bind_mobile": "15888876435",
            "real_name": "向汉平11"
        },
        "deposit_price": 1,
        "retainage_price": 199
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.id 课程id number
data.title 课程标题 string
data.path 图片原图路径 string
data.path_thumb 缩略图路径 string
data.price 销售价格 number
data.price_market 市场价格 number
data.seller_name 所属机构 string
data.txt_address 授课/游学地址 string
data.address 授课/游学地址详细 string
data.start_time_format 时间:格式化开始时间 string
data.end_time_format 时间:格式化结束时间 string
data.display_time 时间:授课/游学时间 string
data.curriculum_num 课程编号 string
data.product_total 课程总金额(课程价格) number
data.total 订单总金额(需支付) number
data.user_info 报名人信息对象 object
data.user_info.real_name 姓名 string
data.user_info.bind_mobile 手机号 number
data.pay_type 付款方式:0=全款支付;1=预付订金; number
data.deposit_price 订金金额;当为预付订金时才会用到 number
data.retainage_price 尾款金额;当为预付订金时才会用到 number
data.pay_type_format 格式化付款方式 string

提交订单

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_orders?sid=471e48eecc011d6c1f41484a14c2a3b7

Body参数名 类型 必需 描述 示例 e.g.
buyer_name string 报名人姓名
mobile string 报名人手机号
product_id string 培训课程id

返回示例:

                                {
    "success": true,
    "data": {
        "order_id": 4,
        "order_num": "190304043440623399"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.order_id 订单id number
data.order_num 订单编号 number

获取订单支付详细

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_pay_info/190425084838193845?sid=973595f023740e0b8e5c9a0b8d733c3e

Header参数名 类型 必需 描述 示例 e.g.
$order_num string 订单编号 190304043440623399

返回示例:

                                {
    "success": true,
    "data": {
        "id": "9",
        "pay_type": "1",
        "deposit_price": "1.00",
        "retainage_price": "199.00",
        "total": "200.00",
        "order_num": "190425084838193845",
        "product_title": "ddddddddddd",
        "seller_name": "杭州在在科技有限公司",
        "space_time": 785
    }
}
                            
参数名 描述 类型
success true=成功;fail=失败; boolean
data 数据对象 object
data.id 订单id number
data.total 订单总金额:当为全款支付时用到 number
data.order_num 订单编号 number
data.product_title 课程标题 string
data.seller_name 课程所属机构 string
data.space_time 剩余时间:单位秒 number
data.pay_type 付款方式:0=全款支付;1=预付订金; number
data.deposit_price 订金金额;当为预付订金时用到 number
data.retainage_price 尾款金额 number

app支付-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/orders_app_pay/4/alipay?sid=3ac613b9d8fb8c33e2a68dc19aabf071

Header参数名 类型 必需 描述 示例 e.g.
$orders_id string 订单id 如:4
$pay_type string 支付类型 如:alipay=支付宝;wxpay=微信支付;

返回示例:

                                

                            

js支付-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/orders_pay_js/4/alipay?sid=be6387f6143e0f96882870bf9ec3eac7

Header参数名 类型 必需 描述 示例 e.g.
$orders_id string 订单id
$pay_type string 支付类型:alipay=支付宝支付;wxpay=微信支付;
$open_id string 微信支付的open_id

返回示例:

                                

                            

获取订单列表-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_list/all/0/0/10/1?sid=21d9d891cae410fdbff877f95b7f23e6

Header参数名 类型 必需 描述 示例 e.g.
$status_type string 订单状态分类:all=全部;0=待付款;1=已付款(待发货);2=待收货;3=交易完成;pj=待评价;
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息
$since_id string 获取ID大于since_id最新设计师
$per_page string 每页多少条数据
$page string 第几页,从1开始

详细说明:

 status=0:待付款-》去付款,取消订单

 status=1:待发货-》申请售后;签订合同

status=2:待收货-》申请售后,确认收货;查看合同,下载合同

status=3:交易成功-》申请售后,再次购买;查看合同,下载合同

status=4:交易关闭-》再次购买

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "4",
                "is_comment_from_user": "0",
                "order_num": "190304043440623399",
                "total": "200.00",
                "status": "0",
                "seller_name": "新东方",
                "is_sign_contract": "0",
                "status_format": "待付款",
                "orders_detail_info": {
                    "product_id": "1",
                    "product_num": "C000001",
                    "product_title": "在在在在在 在在 在在 在 ",
                    "buy_number": "1",
                    "buy_price": 200,
                    "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                    "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
                }
            },
            {
                "id": "6",
                "is_comment_from_user": "0",
                "order_num": "190306114442894147",
                "total": "200.00",
                "status": "3",
                "seller_name": "新东方",
                "is_sign_contract": "0",
                "status_format": "交易成功",
                "orders_detail_info": {
                    "product_id": "1",
                    "product_num": "C000001",
                    "product_title": "在在在在在 在在 在在 在 ",
                    "buy_number": "1",
                    "buy_price": 200,
                    "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                    "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
                }
            },
            {
                "id": "5",
                "is_comment_from_user": "1",
                "order_num": "190304044558082823",
                "total": "190.00",
                "status": "3",
                "seller_name": "新东方",
                "is_sign_contract": "0",
                "status_format": "交易成功",
                "orders_detail_info": {
                    "product_id": "1",
                    "product_num": "C000001",
                    "product_title": "在在在在在 在在 在在 在 ",
                    "buy_number": "1",
                    "buy_price": 200,
                    "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                    "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
                }
            }
        ],
        "is_next_page": 0,
        "max_id": "6"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.item_list 订单列表对象 array
data.item_list.id 订单id number
data.item_list.order_num 订单编号 number
data.item_list.total 订单总金额 number
data.item_list.status 订单状态:'0' => '待付款', '1' => '待发货', '2' => '待收货', '3' => '交易成功', '4' => '交易关闭' number
data.item_list.status_format 格式化状态 string
data.item_list.seller_name 所属机构名称 string
data.item_list.is_sign_contract 是否需要签订合同:0=不需要;1=需要; number
data.item_list.orders_detail_info 订单培训课程详细 object
data.item_list.orders_detail_info.product_id 课程id number
data.item_list.orders_detail_info.product_num 课程编号 string
data.item_list.orders_detail_info.product_title 课程标题 string
data.item_list.orders_detail_info.buy_number 购买数量 number
data.item_list.orders_detail_info.buy_price 购买价格 number
data.item_list.orders_detail_info.path 图片原图路径 string
data.item_list.orders_detail_info.path_thumb 缩略图路径 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.is_comment_from_user 是否评价:0=未评价;1=已评价;当status=3才能评价,其它状态不能评价 number

获取订单详细-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_info/4?sid=11bd93c9f4af1133cb61fc75e48f15c2

Header参数名 类型 必需 描述 示例 e.g.
$order_id string 订单id

返回示例:

                                {
    "success": true,
    "data": {
        "id": "4",
        "order_num": "190304043440623399",
        "payment_title": "",
        "product_total": 200,
        "discount_total": 0,
        "coupon_discount_total": 0,
        "total": 200,
        "status": "0",
        "buyer_name": "向泽平",
        "mobile": "15158156032",
        "cancel_cause": "订单支付过期,系统自动关闭",
        "is_sign_contract": "0",
        "seller_name": "新东方",
        "contract_type": "",
        "user_code": "",
        "is_sign": "0",
        "is_comment_from_user": "0",
        "status_format": "待付款",
        "add_time_format": "2019-03-04 16:34",
        "space_time": 0,
        "expires_format": "2019-03-04 17:04",
        "orders_detail_info": {
            "id": "1",
            "product_id": "1",
            "product_num": "C000001",
            "product_title": "在在在在在 在在 在在 在 ",
            "buy_number": "1",
            "buy_price": 200,
            "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
            "txt_address": "北京市朝阳区",
            "address": "详细地址",
            "display_time": "2019-12-23 至 2019-12-30 每天下午3点",
            "contact_name": "",
            "contact_mobile": "",
            "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg",
            "start_time_format": "2019-12-23",
            "end_time_format": "2019-12-30"
        }
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.id 订单id number
data.order_num 订单编号 number
data.payment_title 支付方式名称 string
data.product_total 商品总金额 number
data.discount_total 优惠金额 number
data.coupon_discount_total 优惠券金额 number
data.total 订单总金额 number
data.status 订单状态:'0' => '待付款', '1' => '待发货', '2' => '待收货', '3' => '交易成功', '4' => '交易关闭' number
data.status_format 格式化订单状态 string
data.buyer_name 报名人姓名 string
data.mobile 报名人手机号 number
data.cancel_cause 取消订单原因 string
data.is_sign_contract 是否签订合同:0=不需要;1=需要; number
data.seller_name 所属机构 string
data.add_time_format 下单时间 string
data.space_time 剩余时间:单位秒 number
data.expires_format 格式化剩余时间 string
data.orders_detail_info 订单详细对象 object
data.orders_detail_info.id id number
data.orders_detail_info.product_id 课程id number
data.orders_detail_info.product_num 课程编号 string
data.orders_detail_info.product_title 课程标题 string
data.orders_detail_info.buy_number 购买数量 number
data.orders_detail_info.buy_price 购买价格 number
data.orders_detail_info.path_thumb 缩略图路径 string
data.orders_detail_info.path 图片原图路径 string
data.orders_detail_info.txt_address 授课/游学地址 string
data.orders_detail_info.address 授课/游学地址详细 string
data.orders_detail_info.start_time_format 时间:格式化开始时间 string
data.orders_detail_info.end_time_format 时间:格式化结束时间 string
data.orders_detail_info.display_time 时间:授课/游学显示时间 string
data.orders_detail_info.contact_name 联系人姓名 string
data.orders_detail_info.contact_mobile 联系人电话 string
data.is_comment_from_user 订单是否评价:0=未评价;1=已评价:当status=3时才需要判断是否评价 number

获取订单追踪记录列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_process_list/4?sid=b46a52726e59749d0149d9deb3946859

Header参数名 类型 必需 描述 示例 e.g.
$order_id string 订单id

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "content": "订单创建成功",
                "add_time_format": "2019-03-04 16:34"
            },
            {
                "content": "交易关闭[订单支付过期,系统自动关闭]",
                "add_time_format": "2019-03-04 18:00"
            },
            {
                "content": "发货成功[]",
                "add_time_format": "2019-03-05 00:54"
            }
        ],
        "orders_detail_info": {
            "id": "1",
            "product_id": "1",
            "product_num": "C000001",
            "product_title": "在在在在在 在在 在在 在 ",
            "buy_number": "1",
            "buy_price": 200,
            "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
            "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
        },
        "orders_info": {
            "id": "4",
            "order_num": "190304043440623399",
            "status": "1",
            "total": 200,
            "add_time_format": "2019-03-04 16:34",
            "status_format": "待发货"
        }
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.item_list 列表对象 array
data.item_list.content 描述 string
data.item_list.add_time_format 格式化时间 string
data.orders_detail_info 订单详细信息对象 object
data.orders_detail_info.product_id 课程id number
data.orders_detail_info.product_num 课程编号 string
data.orders_detail_info.product_title 课程标题 string
data.orders_detail_info.buy_number 购买数量 number
data.orders_detail_info.buy_price 购买金额 number
data.orders_detail_info.path 图片原图路径 string
data.orders_detail_info.path_thumb 缩略图路径 string
data.orders_info 订单信息对象 object
data.orders_info.id 订单id number
data.orders_info.order_num 订单编号 number
data.orders_info.status_format 格式化订单状态 string
data.orders_info.total 订单金额 number
data.orders_info.add_time_format 格式化下单时间 string

取消订单-线下培训订单

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/close_order?sid=b5a54b13c2f516426b407c46a4389d03

Body参数名 类型 必需 描述 示例 e.g.
orders_id string 订单id

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "订单取消成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

确认收货-线下培训订单

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/receiving_order?sid=b5a54b13c2f516426b407c46a4389d03

Body参数名 类型 必需 描述 示例 e.g.
orders_id string

返回示例:

                                

                            

申请退款-线下培训课程

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_orders_exchange?sid=dad422b12239f2a988b2be244c1eb088

Body参数名 类型 必需 描述 示例 e.g.
orders_id string 订单id
exchange_reason_id string 退款快捷原因
price string 退款金额
content string 退款说明
batch_path_ids string 凭证图片,以“下划线”分隔 如:'1_2_'

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "提交退款申请成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

退换货列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_exchange_list/$max_id/$since_id/$per_page/$page?sid=b5a54b13c2f516426b407c46a4389d03

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息
$since_id string 获取ID大于since_id最新信息
$per_page string 每页多少条数据
$page string 第几页,从1开始

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "orders_id": "4",
                "order_num": "190304043440623399",
                "status": "0",
                "price": 20,
                "orders_detail_info": {
                    "product_id": "1",
                    "product_num": "C000001",
                    "product_title": "在在在在在 在在 在在 在 ",
                    "buy_number": "1",
                    "buy_price": 200,
                    "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
                    "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
                },
                "status_format": "待审核",
                "add_time_format": "2019-03-06 11:33"
            }
        ],
        "is_next_page": 0,
        "max_id": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.item_list 列表对象 array
data.item_list.id 退款申请id number
data.item_list.orders_id 订单id number
data.item_list.order_num 订单编号 number
data.item_list.status 退款申请状态:'0'=>'待审核', '1'=>'审核未通过', '2'=>'审核通过', '3'=>'退款到余额成功', '4'=>'原路返回退款成功' number
data.item_list.status_format 格式化退款申请状态 string
data.item_list.add_time_format 格式化退款申请时间 string
data.item_list.price 退款金额 number
data.item_list.orders_detail_info 订单详细对象 object
data.item_list.orders_detail_info.product_id 课程id number
data.item_list.orders_detail_info.product_num 课程编号 string
data.item_list.orders_detail_info.product_title 课程标题 string
data.item_list.orders_detail_info.buy_number 购买数量 number
data.item_list.orders_detail_info.buy_price 购买金额 number
data.item_list.orders_detail_info.path 图片原图路径 string
data.item_list.orders_detail_info.path_thumb 图片缩略图路径 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

查看退款进度-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_exchange_info/$orders_id?sid=b5a54b13c2f516426b407c46a4389d03

Header参数名 类型 必需 描述 示例 e.g.
$orders_id string 订单id 如:4

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "orders_id": "4",
        "order_num": "190304043440623399",
        "status": "0",
        "content": "谢谢嘻嘻嘻休息休息休息休息休息休息",
        "price": 20,
        "client_remark": "",
        "orders_detail_info": {
            "product_id": "1",
            "product_num": "C000001",
            "product_title": "在在在在在 在在 在在 在 ",
            "buy_number": "1",
            "buy_price": 200,
            "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
            "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
        },
        "order_info": {
            "id": "4",
            "status": "1",
            "order_num": "190304043440623399",
            "total": 200,
            "status_format": "待发货"
        },
        "attachment_list": [],
        "add_time_format": "2019-03-06 11:33:15",
        "status_format": "待审核",
        "exchange_reason_id_format": "计划有变",
        "update_time_format": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.id 退款信息id number
data.orders_id 订单id number
data.order_num 订单编号 number
data.status 退款申请状态:'0'=>'待审核', '1'=>'审核未通过', '2'=>'审核通过', '3'=>'退款到余额成功', '4'=>'原路返回退款成功' number
data.status_format 格式化退款申请状态 string
data.content 退款申请说明 string
data.price 退款金额 number
data.update_time_format 退款申请格式化审核时间 string
data.client_remark 审核备注信息 string
data.add_time_format 退款申请时间 string
data.exchange_reason_id_format 退款申请原因 string
data.attachment_list 退款凭证图片列表 array
data.orders_detail_info 订单详细信息对象 object
data.orders_detail_info.product_id 课程id number
data.orders_detail_info.product_num 课程编号 string
data.orders_detail_info.product_title 课程标题 string
data.orders_detail_info.buy_number 购买数量 number
data.orders_detail_info.buy_price 购买金额 number
data.orders_detail_info.path 图片原图路径 string
data.orders_detail_info.path_thumb 图片缩略图路径 string
data.order_info 订单信息对象 object
data.order_info.id 订单id number
data.order_info.status 订单状态:'0' => '待付款', '1' => '待发货', '2' => '待收货', '3' => '交易成功', '4' => '交易关闭' number
data.order_info.status_format 格式化订单状态 string
data.order_info.order_num 订单编号 number
data.order_info.total 订单总金额 number

获取评价订单商品详情

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_curriculum_info/4?sid=c92e47602c042971d627cf726803b139

Header参数名 类型 必需 描述 示例 e.g.
$order_id string 订单id

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "product_id": "1",
        "product_num": "C000001",
        "product_title": "在在在在在 在在 在在 在 ",
        "buy_number": "1",
        "buy_price": 200,
        "path": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/2019/0109/20190109213852785734_thumb.jpg"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.product_id 课程id number
data.product_num 课程编号 string
data.product_title 课程名称 string
data.buy_number 购买数量 number
data.buy_price 购买价格 number
data.path 图片原图路径 string
data.path_thumb 图片缩略图路径 string

添加订单评价

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_orders_comment?sid=5c4cfc073b3911c20173d40b6a936489

Body参数名 类型 必需 描述 示例 e.g.
orders_id string 订单id
grade string 评分
content string 评价内容
batch_path_ids string 晒图 如:‘1_2_3_’

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "添加成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

获取课程评价列表-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_comment_list/$curriculum_id/$max_id/$since_id/$per_page/$page?sid=c92e47602c042971d627cf726803b139

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息
$since_id string 获取ID大于since_id最新设计师
$per_page string 每页多少条数据
$page string 第几页,从1开始
$curriculum_id string 课程id

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "15",
                "user_id": "75",
                "grade": "5",
                "content": "评价内容",
                "user_type": "1",
                "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg",
                "real_name": "向*1",
                "attachment_list": [
                    {
                        "id": "2858",
                        "path": "http://my.model.com/internpool/uploads/2019/0314/20190314205855391672.jpg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2019/0314/20190314205855391672_thumb.jpg"
                    },
                    {
                        "id": "2859",
                        "path": "http://my.model.com/internpool/uploads/2019/0314/20190314205859853674.jpg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2019/0314/20190314205859853674_thumb.jpg"
                    }
                ],
                "add_time_format": "2019-03-14"
            }
        ],
        "is_next_page": 0,
        "max_id": "15"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.user_id 用户id number
data.item_list.grade 评分,值为1~5 number
data.item_list.content 评价内容 string
data.item_list.user_type 用户类型:'1'='个人', '2'='企业', '3'='社团', '4'='猎头', '5'='营销', '6'='讲师' number
data.item_list.path 用户头像原图 string
data.item_list.path_thumb 用户头像缩略图 string
data.item_list.real_name 真实姓名 string
data.item_list.attachment_list 晒图列表对象 array
data.item_list.attachment_list.id 图片id number
data.item_list.attachment_list.path 图片原图 string
data.item_list.attachment_list.path_thumb 图片缩略图 string
data.item_list.add_time_format 格式化评价时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

获取小程序用户的open id

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_orders_openid_xcx/$code

Header参数名 类型 必需 描述 示例 e.g.
$code string 调用wx.login返回的code值 3412341234dafasdfasdfasdfas

返回示例:

                                {
    "success": true,
    "data": {
        "open_id": "asdfaskdflasdkfjlweklwekjrlwekrjwlerjk"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.open_id 用户的open id string

小程序支付-线下培训课程

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/orders_pay_xcx/$orders_id/$pay_type/$open_id?sid=a1905949e488bb48acf13ba333803950

Header参数名 类型 必需 描述 示例 e.g.
$orders_id string 订单id 4
$pay_type string 支付类型:wxpay=微信支付; wxpay
$open_id string 微信支付的open_id dsfasdlfkasdflaksdflads

返回示例:

                                

                            

职位相关接口

获取职位详情

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_job_info/1?sid=c44bc927a76422c66f7325249fab07ad

Header参数名 类型 必需 描述 示例 e.g.
$job_id string 职位id

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "category_id": "180",
        "title": "前端开发",
        "content": "岗位职责:
1、负责集团接入的产品,进行电话外呼介绍,能对话术进行一定的原创优化;
2、负责电话回访新老用户,进行用户调研,了解客户需求并解答问题;
3、负责跟进用户的售后问题,及时给予处理进度及需求支持;
4、负责辅助运营团队的用户维系策略进行相应的用户关怀;
具备技能:
5、对进入app看了产品但没有使用的用户进行回访;
任职要求:
1、有1年及以上客服外呼工作经验者优先,性别不限;
2、具有良好的语言表达和沟通能力,能够流利地讲解产品介绍方案;
3、具有用户创新思维,较强的成就动机,为工作能够自我驱动和超强的执行能力;", "hits": "68", "user_id": "5", "user_company_info_id": "2", "requirement": "", "job_day": "1", "job_time": "1", "city_name": "杭州市", "area_name": "江干区", "salary_format": "6K-8K", "education_format": "不限", "welfare_list": [ "实习薪资", "有前途", "公司稳定", "时间弹性", "领导nice", "扁平化" ], "job_tag_list": [], "job_type_format": "实习", "experience_type_format": "不限", "path": "http://my.model.com/internpool/uploads/2016/1220/20161220115134692889.PNG", "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220115134692889_thumb.PNG", "scope_format": "1-49人", "company_name": "杭州信易国际贸易有限公司", "company_menu_str": "咨询/外包/公众服务/人力资源服务", "to_username": "13808944999", "is_favorite": 0, "job_list": [ { "id": "424", "job_type": "1", "title": "Web前端开发工程师", "people_num": "1", "user_id": "21478", "user_company_info_id": "294", "path": "http://my.model.com/internpool/uploads/2017/0630/20170630115118183713.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0630/20170630115118183713_thumb.png", "scope_format": "1-49人", "company_name": "浙江爱彼此商务服务有限公司", "company_menu_str": "IT/互联网/通信/电子/电子商务", "salary_format": "8K-10K", "education_format": "本科", "job_type_format": "实习", "experience_type_format": "不限", "city_name": "杭州市", "area_name": "西湖区" }, { "id": "432", "job_type": "1", "title": "前端开发工程师(同花顺)", "people_num": "3", "user_id": "21480", "user_company_info_id": "297", "path": "http://my.model.com/internpool/uploads/2017/0630/20170630122728972596.gif", "path_thumb": "http://my.model.com/internpool/uploads/2017/0630/20170630122728972596_thumb.gif", "scope_format": "1-49人", "company_name": "浙江核新同花顺网络信息股份有限公司", "company_menu_str": "IT/互联网/通信/电子/电子商务", "salary_format": "10K-15K", "education_format": "本科", "job_type_format": "实习", "experience_type_format": "不限", "city_name": "杭州市", "area_name": "余杭区" }, { "id": "450", "job_type": "1", "title": "前端开发实习生", "people_num": "2", "user_id": "21485", "user_company_info_id": "302", "path": "http://my.model.com/internpool/uploads/2017/0630/20170630145616463795.jpg", "path_thumb": "http://my.model.com/internpool/uploads/2017/0630/20170630145616463795_thumb.jpg", "scope_format": "1-49人", "company_name": "杭州学会玩网络技术有限公司", "company_menu_str": "传媒/广告/公关/文化/广告/创意/设计", "salary_format": "3K-4.5K", "education_format": "本科", "job_type_format": "实习", "experience_type_format": "不限", "city_name": "杭州市", "area_name": "西湖区" }, { "id": "620", "job_type": "1", "title": "H5前端开发工程师", "people_num": "1", "user_id": "21610", "user_company_info_id": "363", "path": "http://my.model.com/internpool/uploads/2017/0724/20170724113006983714.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0724/20170724113006983714_thumb.png", "scope_format": "1-49人", "company_name": "昇融资产管理有限公司", "company_menu_str": "金融/资产管理", "salary_format": "8K-10K", "education_format": "大专", "job_type_format": "实习", "experience_type_format": "不限", "city_name": "杭州市", "area_name": "拱墅区" }, { "id": "686", "job_type": "1", "title": "Web前端开发工程师", "people_num": "1", "user_id": "21650", "user_company_info_id": "396", "path": "http://my.model.com/internpool/uploads/2017/1114/20171114163509348311.jpg", "path_thumb": "http://my.model.com/internpool/uploads/2017/1114/20171114163509348311_thumb.jpg", "scope_format": "1-49人", "company_name": "浙江地球村环保科技有限公司", "company_menu_str": "IT/互联网/通信/电子/计算机", "salary_format": "10K-15K", "education_format": "本科", "job_type_format": "实习", "experience_type_format": "不限", "city_name": "杭州市", "area_name": "西湖区" } ], "chat_data": { "id": "1", "title": "前端开发", "salary_format": "6K-8K", "education_format": "不限", "city_name": "杭州市", "area_name": "江干区", "job_type_format": "实习", "path": "http://my.model.com/internpool/uploads/2016/1220/20161220115134692889.PNG", "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220115134692889_thumb.PNG", "scope_format": "1-49人", "company_name": "杭州信易国际贸易有限公司", "company_menu_str": "咨询/外包/公众服务/人力资源服务", "to_username": "13808944999", "user_company_info_id": "2", "user_id": "5" }, "id_salt": "781b4438023931672a6ea64abc56adbf" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 职位id number
data.title 职位名称 string
data.content 职位详情 string
data.hits 浏览数量 number
data.people_num 招聘人数 number
data.user_id 职位发布者用户id number
data.user_company_info_id 公司信息id number
data.requirement 任职要求 string
data.job_day 一周工作天数 number
data.job_time 一天工作时间 number
data.city_name 工作城市-市 string
data.area_name 工作城市-区/县 string
data.salary_format 格式化薪资 string
data.education_format 格式化文凭 string
data.welfare_list 福利待遇 array
data.job_tag_list 技能要求 array
data.job_type_format 职位类型 string
data.experience_type_format 工作经验要求 string
data.path 公司logo原图路径 string
data.path_thumb 公司logo缩略图路径 string
data.scope_format 公司规模 string
data.company_name 公司名称 string
data.company_menu_str 公司行业 string
data.to_username 职位发布者用户名 number
data.is_favorite 是否收藏 number
data.id_salt md5id string
data.job_list 推荐职位列表 string
data.job_list.id 职位id string
data.job_list.title 职位名称 string
data.job_list.people_num 招聘人数 string
data.job_list.user_id 发布人用户id string
data.job_list.user_company_info_id 公司资料id string
data.job_list.path LOGO原图 string
data.job_list.path_thumb LOGO缩略图 string
data.job_list.scope_format 公司规模 string
data.job_list.company_name 公司名称 string
data.job_list.company_menu_str 行业路径 string
data.job_list.salary_format 薪资 string
data.job_list.education_format 格式化文凭 string
data.job_list.job_type_format 格式化工作类型 string
data.chat_data 聊天要传的自定义数据 string

获取联想关联词

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_keyword_list

Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词

详细说明:

注:搜索职位,公司都用这个接口,最多显示50条数据

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "name": "公关"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.name 名称 string

搜索职位列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_job_list/$company_info_id/$category_id/$province_id/$city_id/$area_id/$max_id/$since_id/$per_page/$page?sid=7982c18d9bfc8a6860ebe24064d19fd3

Header参数名 类型 必需 描述 示例 e.g.
$company_info_id string 公司ID:0=获取所有的;大于0表示获取某公司职位;注:获取某公司职位时,其它相应参数为0即可
$category_id string 行业id,行业ID:0=获取所有的;大于0表示获取某行业的;
$province_id string 省id,0=获取所有的;大于0表示获取某省份;
$city_id string 市id,0=获取所有的;大于0表示获取某省某城市;
$area_id string 区/县id,0=获取所有的;大于0表示获取某省某城市某区/县;
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息
$since_id string 获取ID大于since_id最新设计师
$per_page string 每页多少条数据
$page string 第几页,从1开始
Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "3",
                "job_type": "1",
                "title": "投资顾问",
                "people_num": "2",
                "salary": "6",
                "city_id": "330100",
                "area_id": "330103",
                "user_id": "8",
                "user_company_info_id": "4",
                "path": "http://my.model.com/internpool/uploads/2016/0509/20160509164609309374.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0509/20160509164609309374_thumb.jpeg",
                "scope_format": "1-49人",
                "company_name": "普惠投资",
                "company_menu_str": "公司资料审核管理/IT/互联网/通信/电子",
                "salary_format": "6K-8K/月",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "5",
                "job_type": "1",
                "title": "运营",
                "people_num": "2",
                "salary": "2",
                "city_id": "330100",
                "area_id": "330104",
                "user_id": "34",
                "user_company_info_id": "7",
                "path": "http://my.model.com/internpool/uploads/2016/0603/20160603103927368728.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0603/20160603103927368728_thumb.jpeg",
                "scope_format": "1-49人",
                "company_name": "一二三",
                "company_menu_str": "IT/互联网/通信/电子/在线教育",
                "salary_format": "1.5K-2K/月",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "14",
                "job_type": "1",
                "title": "实习生",
                "people_num": "2",
                "salary": "0",
                "city_id": "330100",
                "area_id": "330104",
                "user_id": "190",
                "user_company_info_id": "10",
                "path": "http://my.model.com/internpool/uploads/2016/0613/20160613124110473603.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0613/20160613124110473603_thumb.jpeg",
                "scope_format": "1000人以上",
                "company_name": "北京银行",
                "company_menu_str": "金融/银行",
                "salary_format": "薪资面议",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "15",
                "job_type": "1",
                "title": "量化投资实习生",
                "people_num": "0",
                "salary": "0",
                "city_id": "330100",
                "area_id": "330102",
                "user_id": "189",
                "user_company_info_id": "11",
                "path": "http://my.model.com/internpool/uploads/2016/0613/20160613160401965751.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0613/20160613160401965751_thumb.jpg",
                "scope_format": "1-49人",
                "company_name": "浙江黒曜资产管理有限公司",
                "company_menu_str": "金融/资产管理",
                "salary_format": "薪资面议",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "16",
                "job_type": "1",
                "title": "文案编辑",
                "people_num": "2",
                "salary": "0",
                "city_id": "330100",
                "area_id": "330108",
                "user_id": "191",
                "user_company_info_id": "12",
                "path": "http://my.model.com/internpool/uploads/2016/0613/20160613143455691974.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0613/20160613143455691974_thumb.jpeg",
                "scope_format": "1-49人",
                "company_name": "杭州匠盒餐饮管理有限公司",
                "company_menu_str": "服务业/餐饮",
                "salary_format": "薪资面议",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "17",
                "job_type": "1",
                "title": "前台",
                "people_num": "1",
                "salary": "0",
                "city_id": "330100",
                "area_id": "330108",
                "user_id": "191",
                "user_company_info_id": "12",
                "path": "http://my.model.com/internpool/uploads/2016/0613/20160613143455691974.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0613/20160613143455691974_thumb.jpeg",
                "scope_format": "1-49人",
                "company_name": "杭州匠盒餐饮管理有限公司",
                "company_menu_str": "服务业/餐饮",
                "salary_format": "薪资面议",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "27",
                "job_type": "1",
                "title": "财务专员",
                "people_num": "2",
                "salary": "0",
                "city_id": "330100",
                "area_id": "330105",
                "user_id": "193",
                "user_company_info_id": "13",
                "path": "http://my.model.com/internpool/uploads/2016/0614/20160614140610859326.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0614/20160614140610859326_thumb.jpeg",
                "scope_format": "1000人以上",
                "company_name": "中通速递",
                "company_menu_str": "物流/仓储/运输/配送/快递",
                "salary_format": "薪资面议",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "29",
                "job_type": "1",
                "title": "客服",
                "people_num": "2",
                "salary": "4",
                "city_id": "330100",
                "area_id": "330105",
                "user_id": "193",
                "user_company_info_id": "13",
                "path": "http://my.model.com/internpool/uploads/2016/0614/20160614140610859326.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0614/20160614140610859326_thumb.jpeg",
                "scope_format": "1000人以上",
                "company_name": "中通速递",
                "company_menu_str": "物流/仓储/运输/配送/快递",
                "salary_format": "3K-4.5K/月",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "30",
                "job_type": "1",
                "title": "行政助理",
                "people_num": "1",
                "salary": "3",
                "city_id": "330100",
                "area_id": "330105",
                "user_id": "193",
                "user_company_info_id": "13",
                "path": "http://my.model.com/internpool/uploads/2016/0614/20160614140610859326.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0614/20160614140610859326_thumb.jpeg",
                "scope_format": "1000人以上",
                "company_name": "中通速递",
                "company_menu_str": "物流/仓储/运输/配送/快递",
                "salary_format": "2K-3K/月",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            },
            {
                "id": "32",
                "job_type": "1",
                "title": "销售顾问",
                "people_num": "0",
                "salary": "4",
                "city_id": "330100",
                "area_id": "330104",
                "user_id": "210",
                "user_company_info_id": "19",
                "path": "http://my.model.com/internpool/uploads/2016/0617/20160617191206989025.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0617/20160617191206989025_thumb.jpg",
                "scope_format": "1-49人",
                "company_name": "杭州意法网络科技有限公司",
                "company_menu_str": "IT/互联网/通信/电子/网络服务",
                "salary_format": "3K-4.5K/月",
                "education_format": "不限",
                "job_type_format": "实习",
                "experience_type_format": "不限"
            }
        ],
        "is_next_page": 1,
        "max_id": "867"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 职位id number
data.item_list.job_type 职位类型: number
data.item_list.job_type_format 格式化职位类型 string
data.item_list.title 职位名称 string
data.item_list.people_num 招聘人数:0=若干,>0为具体招聘人数 number
data.item_list.user_id 用户id number
data.item_list.user_company_info_id 公司信息id number
data.item_list.path LOGO原图路径 string
data.item_list.path_thumb LOGO缩略图路径 string
data.item_list.scope_format 格式化公司规模 string
data.item_list.company_name 公司名称 string
data.item_list.company_menu_str 公司行业 string
data.item_list.salary_format 格式化薪资 string
data.item_list.education_format 格式化文凭 string
data.item_list.experience_type_format 格式化工作经验 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 返回当前数据最大ID,more只要获取第一次的$max_id=最大ID,刷新得每次获取$since_id=最大ID number

批量删除收藏职位

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_job_favorite?sid=1e095351df66470ecf61c4467f5b475b

Body参数名 类型 必需 描述 示例 e.g.
ids string 收藏信息id,以逗号分隔 如:"1,2,3"

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "删除成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

收藏职位

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_job_favorite?sid=6f9b6a36d427a0fc3d48431ebe6f29a2

Body参数名 类型 必需 描述 示例 e.g.
job_id string

返回示例:

                                {
    "success": true,
    "data": {
        "action": "add",
        "id": 536
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.action 动作类型:add=添加收藏;delete=删除收藏; string
data.id 收藏信息id number

获取收藏职位列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_job_favorite_list/0/0/10/1?sid=6f9b6a36d427a0fc3d48431ebe6f29a2

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取最新信息 如:0
$per_page string 每页数 如:10
$page string 页数 如:1

详细说明:

注:已申请状态去掉

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "536",
                "user_id": "75",
                "job_id": "2",
                "user_company_info_id": "2",
                "path": "http://my.model.com/internpool/uploads/2016/1220/20161220115134692889.PNG",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220115134692889_thumb.PNG",
                "scope_format": "1-49人",
                "company_name": "杭州信易国际贸易有限公司",
                "company_menu_name": "咨询/外包/公众服务/人力资源服务",
                "title": "iOS开发工程师实习",
                "job_type_format": "实习",
                "education_format": "不限",
                "salary_format": "8K-10K",
                "address_list": [
                    "杭州市",
                    "江干区"
                ],
                "add_time_format": "2018/11/26"
            },
            {
                "id": "464",
                "user_id": "75",
                "job_id": "309",
                "user_company_info_id": "60",
                "path": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645_thumb.jpg",
                "scope_format": "1-49人",
                "company_name": "杭州巨兽网络科技有限公司",
                "company_menu_name": "咨询/外包/公众服务/人力资源服务",
                "title": "新媒体运营",
                "job_type_format": "实习",
                "education_format": "本科",
                "salary_format": "2K-3K",
                "address_list": [
                    "杭州市",
                    "滨江区"
                ],
                "add_time_format": "2017/05/11"
            },
            {
                "id": "29",
                "user_id": "75",
                "job_id": "65",
                "user_company_info_id": "46",
                "path": "http://my.model.com/internpool/uploads/2016/0704/20160704232443642301.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0704/20160704232443642301_thumb.jpg",
                "scope_format": "100-499人",
                "company_name": "多多理财",
                "company_menu_name": "IT/互联网/通信/电子/网络服务",
                "title": "客服",
                "job_type_format": "实习",
                "education_format": "不限",
                "salary_format": "3K-4.5K",
                "address_list": [
                    "杭州市",
                    "江干区"
                ],
                "add_time_format": "2016/08/25"
            }
        ],
        "is_next_page": 0,
        "max_id": "536"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 收藏id number
data.item_list.user_id 收藏者用户id number
data.item_list.job_id 收藏的职位id number
data.item_list.user_company_info_id 公司信息id number
data.item_list.path 公司LOGO原图 string
data.item_list.path_thumb 公司LOGO缩略图 string
data.item_list.scope_format 公司规模 string
data.item_list.company_name 公司名称 string
data.item_list.company_menu_name 公司行业名称 string
data.item_list.title 职位名称 string
data.item_list.job_type_format 职位类型 string
data.item_list.education_format 文凭 string
data.item_list.salary_format 薪资 string
data.item_list.address_list 工作地址 array
data.item_list.add_time_format 收藏时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

搜索公司列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_company_info_list/$max_id/$since_id/$per_page/$page?sid=96ad36a0ad540b351a9a91ede73ae2af

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取最新信息 如:0
$per_page string 每页数 如:10
$page string 页数 1
Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词-公司名称

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2017/0523/20170523111650404074.jpg",
                "company_name": "杭州双收网络技术有限公司",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0523/20170523111650404074_thumb.jpg",
                "scope_format": "1-49人",
                "company_menu_str": "IT/互联网/通信/电子/电子商务"
            }
        ],
        "is_next_page": 0,
        "max_id": "430"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 公司信息id number
data.item_list.path LOGO原图路径 string
data.item_list.path_thumb LOGO缩略图路径 string
data.item_list.company_name 公司名称 string
data.item_list.scope_format 格式化公司规模 string
data.item_list.company_menu_str 公司所属行业 string
data.max_id 最大ID number
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number

AI分析相关接口

搜索工作内容列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/search_experience_list

Body参数名 类型 必需 描述 示例 e.g.
title string

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "title": "在在在在以的"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 名称 string

获取工作内容列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_experience_list

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "0",
                "menu_name": "标签",
                "sub_item_list": [
                    {
                        "id": "1",
                        "title": "在在在在以的"
                    }
                ]
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 分类id number
data.item_list.menu_name 分类名称 string
data.item_list.sub_item_list 子对象列表 array
data.item_list.sub_item_list.id id number
data.item_list.sub_item_list.title 名称 string

职业技能标签添加--批量添加

在线测试 在线浏览

请求方式:POST

请求地址:https://www.internpot.com/index.php/gapi/create_job_skill_tag

Body参数名 类型 必需 描述 示例 e.g.
category_id string
job_skill_str string

格式化地区选择--生成插件要的数据

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_area_list_2

获取所有证书列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_certificate_list

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "774",
                "menu_name": "教育/翻译",
                "sub_item_list": [
                    {
                        "id": "2",
                        "title": "aaaaaa"
                    },
                    {
                        "id": "3",
                        "title": "bbbbbbbbbbbb"
                    },
                    {
                        "id": "4",
                        "title": "ccccc"
                    }
                ]
            },
            {
                "id": "798",
                "menu_name": "机械/能源化工",
                "sub_item_list": []
            },
            {
                "id": "628",
                "menu_name": "人事行政",
                "sub_item_list": []
            },
            {
                "id": "899",
                "menu_name": "其他",
                "sub_item_list": []
            },
            {
                "id": "672",
                "menu_name": "市场商务",
                "sub_item_list": []
            },
            {
                "id": "942",
                "menu_name": "基金",
                "sub_item_list": []
            },
            {
                "id": "951",
                "menu_name": "保险",
                "sub_item_list": []
            },
            {
                "id": "956",
                "menu_name": "信托",
                "sub_item_list": []
            },
            {
                "id": "960",
                "menu_name": "期货",
                "sub_item_list": []
            },
            {
                "id": "964",
                "menu_name": "银行",
                "sub_item_list": []
            },
            {
                "id": "717",
                "menu_name": "贸易/消费品",
                "sub_item_list": []
            },
            {
                "id": "974",
                "menu_name": "资产管理",
                "sub_item_list": []
            },
            {
                "id": "976",
                "menu_name": "证券",
                "sub_item_list": []
            },
            {
                "id": "250",
                "menu_name": "医疗",
                "sub_item_list": []
            },
            {
                "id": "255",
                "menu_name": "传媒设计",
                "sub_item_list": []
            },
            {
                "id": "149",
                "menu_name": "IT/互联网",
                "sub_item_list": []
            },
            {
                "id": "150",
                "menu_name": "财经法务",
                "sub_item_list": [
                    {
                        "id": "1",
                        "title": "CACF"
                    }
                ]
            },
            {
                "id": "171",
                "menu_name": "地产物业",
                "sub_item_list": []
            },
            {
                "id": "177",
                "menu_name": "服务业",
                "sub_item_list": []
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.item_list 对象列表 array
data.item_list.id 分类id number
data.item_list.menu_name 分类名称 string
data.item_list.sub_item_list 证书对象列表 array
data.item_list.sub_item_list.id 证书id number
data.item_list.sub_item_list.title 证书名称 string

搜索证书

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/search_certificate_list

Body参数名 类型 必需 描述 示例 e.g.
title string 搜索关键词

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "2",
                "title": "aaaaaa"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.item_list 对象数据列表 array
data.item_list.id 证书id number
data.item_list.title 证书名称 string

获取工作技能列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_job_skill_tag_list

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "774",
                "menu_name": "教育/翻译",
                "sub_item_list": [
                    {
                        "id": "76",
                        "title": "游戏总监"
                    },
                    {
                        "id": "77",
                        "title": "aaaaaa"
                    },
                    {
                        "id": "78",
                        "title": "bbbbbbbbbbbb"
                    },
                    {
                        "id": "79",
                        "title": "ccccc"
                    }
                ]
            },
            {
                "id": "798",
                "menu_name": "机械/能源化工",
                "sub_item_list": []
            },
            {
                "id": "628",
                "menu_name": "人事行政",
                "sub_item_list": []
            },
            {
                "id": "899",
                "menu_name": "其他",
                "sub_item_list": [
                    {
                        "id": "1",
                        "title": "在在在在"
                    },
                    {
                        "id": "2",
                        "title": "中国"
                    },
                    {
                        "id": "3",
                        "title": "在有有de"
                    },
                    {
                        "id": "4",
                        "title": "MySql"
                    },
                    {
                        "id": "5",
                        "title": "PHP"
                    }
                ]
            },
            {
                "id": "672",
                "menu_name": "市场商务",
                "sub_item_list": []
            },
            {
                "id": "942",
                "menu_name": "基金",
                "sub_item_list": []
            },
            {
                "id": "951",
                "menu_name": "保险",
                "sub_item_list": []
            },
            {
                "id": "956",
                "menu_name": "信托",
                "sub_item_list": []
            },
            {
                "id": "960",
                "menu_name": "期货",
                "sub_item_list": []
            },
            {
                "id": "964",
                "menu_name": "银行",
                "sub_item_list": []
            },
            {
                "id": "717",
                "menu_name": "贸易/消费品",
                "sub_item_list": []
            },
            {
                "id": "974",
                "menu_name": "资产管理",
                "sub_item_list": []
            },
            {
                "id": "976",
                "menu_name": "证券",
                "sub_item_list": []
            },
            {
                "id": "250",
                "menu_name": "医疗",
                "sub_item_list": []
            },
            {
                "id": "255",
                "menu_name": "传媒设计",
                "sub_item_list": []
            },
            {
                "id": "149",
                "menu_name": "IT/互联网",
                "sub_item_list": []
            },
            {
                "id": "150",
                "menu_name": "财经法务",
                "sub_item_list": []
            },
            {
                "id": "171",
                "menu_name": "地产物业",
                "sub_item_list": []
            },
            {
                "id": "177",
                "menu_name": "服务业",
                "sub_item_list": []
            }
        ]
    }
}
                            
参数名 描述 类型
success ture=成功;false=失败; boolean
data 对象数据 object
data.item_list 对象列表 array
data.item_list.id 分类ID number
data.item_list.menu_name 分类名称 string
data.item_list.sub_item_list 工作技能列表 array
data.item_list.sub_item_list.id 工作技能id number
data.item_list.sub_item_list.title 工作技能名称 string

搜索工作技能

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/search_job_skill_tag_list

Body参数名 类型 必需 描述 示例 e.g.
title string 搜索关键词

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "7",
                "title": "数据分析"
            },
            {
                "id": "19",
                "title": "数据运营"
            },
            {
                "id": "42",
                "title": "数据分析"
            },
            {
                "id": "54",
                "title": "数据运营"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 技能id number
data.item_list.title 技能名称 string

获取所有学校

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_school_list/$province_id/$city_id/$area_id?sid=67f997ec87b353b70fcd861ecf1f2066

Header参数名 类型 必需 描述 示例 e.g.
$province_id string 省id
$city_id string 市id
$area_id string 区/县id

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "school_name": "杭州电子科技大学",
                "alias": "hduedu",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/hduedu/75/0",
                "verify_code_flush": "0"
            },
            {
                "id": "92",
                "school_name": "浙江大学研究生院",
                "alias": "zjuedu_yjs",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/zjuedu_yjs/75/0",
                "verify_code_flush": "0"
            },
            {
                "id": "88",
                "school_name": "中国计量大学",
                "alias": "ZGJL",
                "verify_code_url": "/ZGJL/75/",
                "verify_code_flush": ""
            },
            {
                "id": "87",
                "school_name": "浙江警察学院",
                "alias": "ZJJCXY",
                "verify_code_url": "/ZJJCXY/75/",
                "verify_code_flush": ""
            },
            {
                "id": "86",
                "school_name": "中国美术学院",
                "alias": "ZGMY",
                "verify_code_url": "/ZGMY/75/",
                "verify_code_flush": ""
            },
            {
                "id": "85",
                "school_name": "浙江水利水电学院",
                "alias": "ZJSLSD",
                "verify_code_url": "/ZJSLSD/75/",
                "verify_code_flush": ""
            },
            {
                "id": "84",
                "school_name": "浙江交通职业技术学院",
                "alias": "ZJJT",
                "verify_code_url": "/ZJJT/75/",
                "verify_code_flush": ""
            },
            {
                "id": "83",
                "school_name": "浙江机电职业技术学院",
                "alias": "ZJJD",
                "verify_code_url": "/ZJJD/75/",
                "verify_code_flush": ""
            },
            {
                "id": "82",
                "school_name": "浙江体育职业技术学院",
                "alias": "ZJTY",
                "verify_code_url": "/ZJTY/75/",
                "verify_code_flush": ""
            },
            {
                "id": "81",
                "school_name": "浙江电力职业技术学院",
                "alias": "ZJDL",
                "verify_code_url": "/ZJDL/75/",
                "verify_code_flush": ""
            },
            {
                "id": "79",
                "school_name": "浙江育英职业技术学院",
                "alias": "ZJYY",
                "verify_code_url": "/ZJYY/75/",
                "verify_code_flush": ""
            },
            {
                "id": "78",
                "school_name": "浙江经贸职业技术学院",
                "alias": "ZJJM",
                "verify_code_url": "/ZJJM/75/",
                "verify_code_flush": ""
            },
            {
                "id": "77",
                "school_name": "浙江艺术职业学院",
                "alias": "ZJYS",
                "verify_code_url": "/ZJYS/75/",
                "verify_code_flush": ""
            },
            {
                "id": "76",
                "school_name": "浙江工业大学之江学院",
                "alias": "ZJGYZJ",
                "verify_code_url": "/ZJGYZJ/75/",
                "verify_code_flush": ""
            },
            {
                "id": "75",
                "school_name": "浙江农林大学暨阳学院",
                "alias": "zjnldx_jyxy",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/zjnldx_jyxy/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "73",
                "school_name": "中国计量大学现代科技学院",
                "alias": "JLXK",
                "verify_code_url": "/JLXK/75/",
                "verify_code_flush": ""
            },
            {
                "id": "72",
                "school_name": "浙江财经学院东方学院",
                "alias": "ZCDF",
                "verify_code_url": "/ZCDF/75/",
                "verify_code_flush": ""
            },
            {
                "id": "71",
                "school_name": "浙江科技学院",
                "alias": "ZJKJXY",
                "verify_code_url": "/ZJKJXY/75/",
                "verify_code_flush": ""
            },
            {
                "id": "69",
                "school_name": "浙江大学城市学院",
                "alias": "zjuedu_csxy",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/zjuedu_csxy/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "68",
                "school_name": "浙江大学",
                "alias": "zjuedu",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/zjuedu/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "63",
                "school_name": "浙江中医药大学滨江学院",
                "alias": "zjzyybj",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/zjzyybj/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "43",
                "school_name": "杭州医学院",
                "alias": "hzyxy",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/hzyxy/75/",
                "verify_code_flush": ""
            },
            {
                "id": "40",
                "school_name": "温州商学院",
                "alias": "wucc",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/wucc/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "36",
                "school_name": "杭州师范大学",
                "alias": "hznuedu",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/hznuedu/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "34",
                "school_name": "杭州电子科技大学信息工程学院",
                "alias": "hduedu_xxgc",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/hduedu_xxgc/75/0",
                "verify_code_flush": "0"
            },
            {
                "id": "33",
                "school_name": "浙江大学宁波理工学院",
                "alias": "zjuedu_nblgxy",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/zjuedu_nblgxy/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "9",
                "school_name": "浙江树人大学",
                "alias": "srdx",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/srdx/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "7",
                "school_name": "浙江财经大学",
                "alias": "zufeedu",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/zufeedu/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "6",
                "school_name": "浙江传媒学院",
                "alias": "zjicm",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/zjicm/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "5",
                "school_name": "浙江农林大学",
                "alias": "zjnldx",
                "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/zjnldx/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "4",
                "school_name": "浙江中医药大学",
                "alias": "zjtcm",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/zjtcm/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "3",
                "school_name": "浙江工商大学",
                "alias": "zjgsdx_new",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/zjgsdx_new/75/1",
                "verify_code_flush": "1"
            },
            {
                "id": "2",
                "school_name": "杭州师范大学钱江学院",
                "alias": "hznuedu_qjxy",
                "verify_code_url": "http://my.model.com/internpool/index.php/gapi/get_verify_code_image/hznuedu_qjxy/75/1",
                "verify_code_flush": "1"
            }
        ]
    }
}
                            

搜索学校

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/search_school_list

Body参数名 类型 必需 描述 示例 e.g.
school_name string 学校名称

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "school_name": "杭州电子科技大学"
            },
            {
                "id": "43",
                "school_name": "杭州医学院"
            },
            {
                "id": "36",
                "school_name": "杭州师范大学"
            },
            {
                "id": "34",
                "school_name": "杭州电子科技大学信息工程学院"
            },
            {
                "id": "2",
                "school_name": "杭州师范大学钱江学院"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 学校id number
data.item_list.school_name 学校名称 string

获取学校信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_school_info/1?sid=67f997ec87b353b70fcd861ecf1f2066

Header参数名 类型 必需 描述 示例 e.g.
$school_id string 学校id

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "is_open": "1",
        "school_name": "杭州电子科技大学",
        "path": "http://my.model.com/internpool/uploads/2017/0511/20170511102400955326.png",
        "display": "1",
        "alias": "hduedu",
        "verify_code_url": "http://www.internpot.com/index.php/gapi/get_verify_code_image/hduedu/75/0",
        "verify_code_flush": "0",
        "path_thumb": "http://my.model.com/internpool/uploads/2017/0511/20170511102400955326_thumb.png",
        "audite_display": 99,
        "audite_msg": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 学校id number
data.is_open 是否对接教务系统 number
data.school_name 学校名称 string
data.path 学校LOGO原图 string
data.path_thumb 学校LOGO缩略图 string
data.alias 学校别名 string
data.verify_code_url 验证码地址 string
data.verify_code_flush 刷新值 number
data.audite_display 审核状态:99=未提交过认证信息;0=审核中;1=审核通过;2=审核拒绝; number
data.audite_msg 审核信息提示 string

搜索专业名称

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/search_major_list

Body参数名 类型 必需 描述 示例 e.g.
major_name string 专业名称
school_id string 学校

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "major_name": "哲学",
                "school_id": "68"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 专业id number
data.item_list.major_name 专业名称 string
data.item_list.school_id 学校id number

获取ai测评用户相关信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_ai_user_info?sid=79ed63f2e442aa10b3562185d010ca88

返回示例:

                                {
    "success": true,
    "data": {
        "real_name": "苗英靖",
        "sex": "2",
        "blood_type": "",
        "birth_date": "773769600",
        "education": "",
        "school": "浙江大学研究生院",
        "major": "蔬菜学",
        "province_id": "",
        "city_id": "",
        "area_id": "",
        "txt_address": "",
        "t_h_item_list": [
            {
                "id": "108",
                "title": "打游戏"
            },
            {
                "id": "106",
                "title": "听音乐"
            },
            {
                "id": "105",
                "title": "下棋"
            },
            {
                "id": "104",
                "title": "上网"
            }
        ],
        "t_p_item_list": [
            {
                "id": "3",
                "path": "http://my.model.com/internpool/uploads/2016/0614/20160614225123639284.jpg",
                "company_name": "杭州美云科技",
                "job_name": "PHP程序员",
                "content": "写程序",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0614/20160614225123639284_thumb.jpg",
                "start_time_format": "2016-06",
                "end_time_format": "2016-07"
            }
        ],
        "t_s_a_item_list": [
            {
                "id": "19",
                "title": "校园歌唱大赛",
                "content": "唱歌比赛",
                "activity_time_format": "2013-04-14"
            }
        ],
        "t_s_2_item_list": [
            {
                "id": "20",
                "title": "打球"
            }
        ],
        "t_s_item_list": [
            {
                "id": "11",
                "title": "",
                "grade_name": "",
                "path": "http://my.model.com/internpool/uploads/2017/1031/20171031235326235697.JPG",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1031/20171031235326235697_thumb.JPG"
            },
            {
                "id": "10",
                "title": "",
                "grade_name": "",
                "path": "http://my.model.com/internpool/uploads/2017/1031/20171031234528732189.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1031/20171031234528732189_thumb.jpg"
            },
            {
                "id": "3",
                "title": "",
                "grade_name": "",
                "path": "http://my.model.com/internpool/uploads/2017/0226/20170226181126969369.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0226/20170226181126969369_thumb.jpg"
            },
            {
                "id": "2",
                "title": "唱歌比赛",
                "grade_name": "一等奖",
                "path": "http://my.model.com/internpool/uploads/2016/0614/20160614225652554580.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0614/20160614225652554580_thumb.jpg"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.real_name 真实姓名 string
data.sex 性别:0=保密;1=男,2=女; number
data.blood_type 血型 string
data.birth_date_format 出生日期 number
data.education 最高学历 string
data.school 学校名称 string
data.major 专业名称 string
data.province_id 省id string
data.city_id 市id string
data.area_id 区id string
data.txt_address 省 市 区 string
data.t_h_item_list 兴趣爱好对象列表 array
data.t_h_item_list.id 兴趣爱好id number
data.t_h_item_list.title 兴趣爱好名称 string
data.t_p_item_list 实习经历对象列表 array
data.t_p_item_list.id 实习经历id number
data.t_p_item_list.path 实习经历公司LOGO string
data.t_p_item_list.path_thumb 实习经历公司LOGO缩略图 string
data.t_p_item_list.company_name 实习经历公司名称 string
data.t_p_item_list.job_name 实习经历职位名称 string
data.t_p_item_list.content 实习经历工作内容 string
data.t_p_item_list.start_time_format 实习经历开始时间:YYYY-mm string
data.t_p_item_list.end_time_format 实习经历结束时间:YYYY-mm string
data.t_s_a_item_list 校内活动对象列表 array
data.t_s_a_item_list.id 校内活动id number
data.t_s_a_item_list.title 校内活动名称 string
data.t_s_a_item_list.content 校内活动描述 string
data.t_s_a_item_list.activity_time_format 校内活动开始时间:YYYY-mm-dd string
data.t_s_2_item_list 工作技能对象列表 array
data.t_s_2_item_list.id 工作技能id number
data.t_s_2_item_list.title 工作技能名称 string
data.t_s_item_list 技能证书对象列表 array
data.t_s_item_list.id 技能证书id number
data.t_s_item_list.title 技能证书名称 string
data.t_s_item_list.grade_name 技能证书奖项名称 string
data.t_s_item_list.path 技能证书原图 string
data.t_s_item_list.path_thumb 技能证书缩略图 string
data.display 资料是否认证:1=已认证;0=待审核;2=审核拒绝; string
data.t_s_a_item_list.endy_time_format 校内活动结束时间:YYYY-mm-dd string

提交AI分析记录

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_user_ai_log?sid=7f1deb73571e57ad8112be5b17b546f7

Body参数名 类型 必需 描述 示例 e.g.
real_name string 姓名 向泽平
sex string 性别:0=保密;1=男;2=女; 1
blood_type string 血型 A
birth_date string 生日 2018-12-12
education string 文凭 6
school string 学校 杭州电子科技大学
major string 专业 信息工程
certificate_list json 证书列表,json格式 ["aa","bb"]
job_skill_list json 技能列表,json格式 ["aa","bb"]
hobby_list json 兴趣列表,json格式 ["aa","bb"]
job_list json 工作内容列表,json格式 ["aa","bb"]
province_id string 省id 1
city_id string 市id 1
area_id string 区id 1
txt_address string 以逗号分隔;省 市 县

返回示例:

                                {
    "success": true,
    "data": {
        "id": 1
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 记录id number

获取其它用户的分析报告-分享

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_other_user_ai_report/{$user_id}?sid=0d689ae00bbd26b86454b4aba5385ec3

Header参数名 类型 必需 描述 示例 e.g.
$user_id string 用户的id 如:75

返回示例:

                                {
    "success": true,
    "data": {
        "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg",
        "sex": "1",
        "real_name": "向汉平11",
        "school": "浙江大学",
        "major": "软件工程",
        "company_name": "",
        "job_name": "清洁服务员",
        "is_user_ai_log": 1,
        "path_val": "uploads:ddd:ddd:ddd11_jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg",
        "sex_format": "男",
        "education_format": "硕士",
        "welcome_str": "Hello,Mr.Xiang",
        "user_type": "1",
        "trainee_skill_list": [],
        "e_e_r_list": {
            "1": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "2": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "3": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "4": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "5": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "6": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "7": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "8": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            }
        },
        "job_ratio": 1,
        "job_content": "

主要工作包括依据相关管理规定,在上级领导指示下,负责管辖区域卫生清洁、保洁、消毒工作。需要具有良好的服务意识、沟通协调能力与积极主动。

", "job_salary_min": 2, "job_salary_max": 5, "job_salary_mid": 3.5, "job_salary": 2.9, "exceed_ratio": 0.8, "j_l_u_f_list": [ { "ratio": 1, "title": "土建造价工程师", "salary_min": 5.2, "salary_max": 8.2, "experience_format": "应届生" }, { "ratio": 1, "title": "化工工程师", "salary_min": 4, "salary_max": 7, "experience_format": "应届生" }, { "ratio": 1, "title": "外贸专员", "salary_min": 6.9, "salary_max": 9.9, "experience_format": "应届生" } ], "j_r_s_t_list": [ [ "2015", "2016", "2017", "2018" ], [ 2.9, 3.1, 3.7, 4.1 ] ], "j_r_p_list": [ { "id": "1099", "skill_name": "", "salary_increase": "0.00", "percent": 0 } ], "c_t_list": [ { "id": "7842", "path": "", "title": "DW教程HTML网页设计制作零基础", "price": "0.00", "url": "https://study.163.com/course/introduction/274009.htm", "curriculum_id": "1", "relation_word": "DW", "path_thumb": "", "curriculum_count": "2" }, { "id": "7841", "path": "", "title": "Dreamweaver CC 2018 dw教程", "price": "28.00", "url": "https://study.163.com/course/introduction/1005222019.htm", "curriculum_id": "0", "relation_word": "DW", "path_thumb": "", "curriculum_count": "2" }, { "id": "7840", "path": "", "title": "dw网页设计视频教程", "price": "9.90", "url": "https://study.163.com/course/introduction/1003320021.htm", "curriculum_id": "0", "relation_word": "DW", "path_thumb": "", "curriculum_count": "2" } ], "job_list": [], "u_t_i_list": [] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.path 头像原图路径 string
data.real_name 姓名 string
data.school 学校 string
data.major 专业 string
data.company_name 导师公司名称 string
data.job_name 导师职务 string
data.ai_content 分析简介内容 string
data.is_user_ai_log 是否已分析:1=已分析;0=未分析; number
data.path_val 头像分享路径 string
data.path_thumb 头像缩略图路径 string
data.sex_format 格式化性别 string
data.education_format 格式化学历 string
data.welcome_str 欢迎词 string
data.user_type 身份:1=个人;6=导师; number
data.trainee_skill_list 技能证书列表对象 array
data.e_e_r_list 八个维度测试对象 object
data.e_e_r_list.1 object
data.e_e_r_list.1.question_num number
data.e_e_r_list.1.correct_num number
data.e_e_r_list.1.mark number
data.e_e_r_list.1.percent number
data.e_e_r_list.2 object
data.e_e_r_list.2.question_num number
data.e_e_r_list.2.correct_num number
data.e_e_r_list.2.mark number
data.e_e_r_list.2.percent number
data.e_e_r_list.3 object
data.e_e_r_list.3.question_num number
data.e_e_r_list.3.correct_num number
data.e_e_r_list.3.mark number
data.e_e_r_list.3.percent number
data.e_e_r_list.4 object
data.e_e_r_list.4.question_num number
data.e_e_r_list.4.correct_num number
data.e_e_r_list.4.mark number
data.e_e_r_list.4.percent number
data.e_e_r_list.5 object
data.e_e_r_list.5.question_num number
data.e_e_r_list.5.correct_num number
data.e_e_r_list.5.mark number
data.e_e_r_list.5.percent number
data.e_e_r_list.6 object
data.e_e_r_list.6.question_num number
data.e_e_r_list.6.correct_num number
data.e_e_r_list.6.mark number
data.e_e_r_list.6.percent number
data.e_e_r_list.7 object
data.e_e_r_list.7.question_num number
data.e_e_r_list.7.correct_num number
data.e_e_r_list.7.mark number
data.e_e_r_list.7.percent number
data.e_e_r_list.8 object
data.e_e_r_list.8.question_num number
data.e_e_r_list.8.correct_num number
data.e_e_r_list.8.mark number
data.e_e_r_list.8.percent number
data.job_ratio 职业匹配度 number
data.job_content 职业简介 string
data.job_salary_min 职业薪资最小值 number
data.job_salary_max 职业薪资最大值 number
data.job_salary_mid 职业薪资中间值 number
data.job_salary 测试人员薪资 number
data.exceed_ratio 超过多少比例 number
data.j_l_u_f_list 职业道路规划列表对象-其它匹配的职业 array
data.j_l_u_f_list.ratio number
data.j_l_u_f_list.title string
data.j_l_u_f_list.salary_min number
data.j_l_u_f_list.salary_max number
data.j_l_u_f_list.experience_format string
data.j_r_s_t_list 年份工资趋势对象 array
data.j_r_p_list 技能提升计划对象 array
data.j_r_p_list.id number
data.j_r_p_list.skill_name string
data.j_r_p_list.salary_increase number
data.j_r_p_list.percent number
data.job_list 推荐职位列表与get_job_list接口格式一样 string
data.sex number
data.c_t_list 继续教育计划对象 array
data.c_t_list.id 信息id number
data.c_t_list.path 封面图片原图路径 string
data.c_t_list.path_thumb 封面图片缩略图路径 string
data.c_t_list.title 课程标题 string
data.c_t_list.price 课程售价 number
data.c_t_list.url 课程外链地址 string
data.c_t_list.curriculum_id 关联的线下培训课程id,当它有值时,直接跳转到线下培训课程的详情页面 number
data.c_t_list.relation_word 关联证书/技能的关键词 string
data.c_t_list.curriculum_count 关联的培训课程;当curriculum_id=0时,curriculum_count为0=没有关联的课程跳到外链地址;>0 跳转到培训课程列表; number
data.u_t_i_list array

获取用户智能推荐职业列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_ai_job_list/0/0/10/1?sid=c172f523299c43300616a8bcab64c0e6

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取ID大于since_id最新设计师 如:0
$per_page string 每页多少条数据 如:10
$page string 第几页,从1开始 如:1
Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "634",
                "user_id": "75",
                "job_library_id": "489",
                "ratio": 1,
                "job_name": "影视策划/制作",
                "salary_min": 5.6,
                "salary_max": 8.6,
                "experience_format": "应届生"
            },
            {
                "id": "464",
                "user_id": "75",
                "job_library_id": "659",
                "ratio": 1,
                "job_name": "酒店经理",
                "salary_min": 5.5,
                "salary_max": 8.5,
                "experience_format": "应届生"
            },
            {
                "id": "453",
                "user_id": "75",
                "job_library_id": "670",
                "ratio": 1,
                "job_name": "清洁服务员",
                "salary_min": 2.9,
                "salary_max": 4.3,
                "experience_format": "应届生"
            },
            {
                "id": "445",
                "user_id": "75",
                "job_library_id": "678",
                "ratio": 1,
                "job_name": "旅游咨询",
                "salary_min": 4.5,
                "salary_max": 7.5,
                "experience_format": "应届生"
            },
            {
                "id": "421",
                "user_id": "75",
                "job_library_id": "702",
                "ratio": 1,
                "job_name": "保安",
                "salary_min": 3.3,
                "salary_max": 4.7,
                "experience_format": "应届生"
            },
            {
                "id": "413",
                "user_id": "75",
                "job_library_id": "710",
                "ratio": 1,
                "job_name": "彩妆顾问",
                "salary_min": 4.9,
                "salary_max": 7.9,
                "experience_format": "应届生"
            },
            {
                "id": "368",
                "user_id": "75",
                "job_library_id": "755",
                "ratio": 1,
                "job_name": "司机",
                "salary_min": 3.7,
                "salary_max": 6.7,
                "experience_format": "应届生"
            },
            {
                "id": "364",
                "user_id": "75",
                "job_library_id": "759",
                "ratio": 1,
                "job_name": "测绘",
                "salary_min": 3.5,
                "salary_max": 6.5,
                "experience_format": "应届生"
            },
            {
                "id": "354",
                "user_id": "75",
                "job_library_id": "769",
                "ratio": 1,
                "job_name": "建筑工程师",
                "salary_min": 3.9,
                "salary_max": 5.2,
                "experience_format": "应届生"
            },
            {
                "id": "469",
                "user_id": "75",
                "job_library_id": "654",
                "ratio": 1,
                "job_name": "服务员",
                "salary_min": 2.9,
                "salary_max": 4.3,
                "experience_format": "应届生"
            }
        ],
        "is_next_page": 1,
        "max_id": "732"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.user_id 用户id number
data.item_list.job_library_id 职业id number
data.item_list.ratio 匹配度 number
data.item_list.job_name 职业名称 string
data.item_list.salary_min 工资范围:最小值,以“千”为单位的 number
data.item_list.salary_max 工资范围:最大值,以“千”为单位的 number
data.item_list.experience_format 格式化工作经验 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 返回当前数据最大ID,more只要获取第一次的$max_id=最大ID,刷新得每次获取$since_id=最大ID number

获取我的其它职业匹配报名

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_other_user_job_ai_report/1036?sid=e63405dfca228ca7078e45f923e6dcad

Header参数名 类型 必需 描述 示例 e.g.
$job_library_id string 用户的id 如:75

返回示例:

                                {
    "success": true,
    "data": {
        "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg",
        "sex": "1",
        "real_name": "向汉平11",
        "school": "浙江大学",
        "major": "软件工程",
        "company_name": "",
        "job_name": "护士",
        "path_val": "uploads:ddd:ddd:ddd11_jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg",
        "sex_format": "男",
        "education_format": "硕士",
        "welcome_str": "Hello,Mr.Xiang",
        "user_type": "1",
        "trainee_skill_list": [],
        "e_e_r_list": {
            "1": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "2": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "3": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "4": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "5": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "6": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "7": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            },
            "8": {
                "question_num": 0,
                "correct_num": 0,
                "mark": "0.0",
                "percent": "0"
            }
        },
        "job_ratio": 1,
        "job_content": "

主要工作包括做好病人的导诊分流,配合医生做好对病人的诊疗工作,负责消毒和院感等相关工作。符合亲和力强,富于爱心,踏实敬业。

", "job_salary_min": 3, "job_salary_max": 7, "job_salary_mid": 5, "job_salary": 3.8, "exceed_ratio": 0.8, "j_l_u_f_list": [ { "ratio": 1, "title": "土建造价工程师", "salary_min": 5.2, "salary_max": 8.2, "experience_format": "应届生" }, { "ratio": 1, "title": "化工工程师", "salary_min": 4, "salary_max": 7, "experience_format": "应届生" }, { "ratio": 1, "title": "外贸专员", "salary_min": 6.9, "salary_max": 9.9, "experience_format": "应届生" } ], "j_r_s_t_list": [ [ "2015", "2016", "2017", "2018" ], [ 4.3, 4.7, 4.9, 5.8 ] ], "j_r_p_list": [ { "id": "1324", "skill_name": "医务管理", "salary_increase": "500.00", "percent": 13 }, { "id": "1323", "skill_name": "CRC", "salary_increase": "1000.00", "percent": 26 }, { "id": "1322", "skill_name": "临床护理", "salary_increase": "800.00", "percent": 21 } ], "c_t_list": [], "job_list": [], "u_t_i_list": [] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.path 头像原图路径 string
data.real_name 姓名 string
data.school 学校 string
data.major 专业 string
data.company_name 导师公司名称 string
data.job_name 导师职务 string
data.ai_content 分析简介内容 string
data.is_user_ai_log 是否已分析:1=已分析;0=未分析; number
data.path_val 头像分享路径 string
data.path_thumb 头像缩略图路径 string
data.sex_format 格式化性别 string
data.education_format 格式化学历 string
data.welcome_str 欢迎词 string
data.user_type 身份:1=个人;6=导师; number
data.trainee_skill_list 技能证书列表对象 array
data.e_e_r_list 八个维度测试对象 object
data.e_e_r_list.1 object
data.e_e_r_list.1.question_num number
data.e_e_r_list.1.correct_num number
data.e_e_r_list.1.mark number
data.e_e_r_list.1.percent number
data.e_e_r_list.2 object
data.e_e_r_list.2.question_num number
data.e_e_r_list.2.correct_num number
data.e_e_r_list.2.mark number
data.e_e_r_list.2.percent number
data.e_e_r_list.3 object
data.e_e_r_list.3.question_num number
data.e_e_r_list.3.correct_num number
data.e_e_r_list.3.mark number
data.e_e_r_list.3.percent number
data.e_e_r_list.4 object
data.e_e_r_list.4.question_num number
data.e_e_r_list.4.correct_num number
data.e_e_r_list.4.mark number
data.e_e_r_list.4.percent number
data.e_e_r_list.5 object
data.e_e_r_list.5.question_num number
data.e_e_r_list.5.correct_num number
data.e_e_r_list.5.mark number
data.e_e_r_list.5.percent number
data.e_e_r_list.6 object
data.e_e_r_list.6.question_num number
data.e_e_r_list.6.correct_num number
data.e_e_r_list.6.mark number
data.e_e_r_list.6.percent number
data.e_e_r_list.7 object
data.e_e_r_list.7.question_num number
data.e_e_r_list.7.correct_num number
data.e_e_r_list.7.mark number
data.e_e_r_list.7.percent number
data.e_e_r_list.8 object
data.e_e_r_list.8.question_num number
data.e_e_r_list.8.correct_num number
data.e_e_r_list.8.mark number
data.e_e_r_list.8.percent number
data.job_ratio 职业匹配度 number
data.job_content 职业简介 string
data.job_salary_min 职业薪资最小值 number
data.job_salary_max 职业薪资最大值 number
data.job_salary_mid 职业薪资中间值 number
data.job_salary 测试人员薪资 number
data.exceed_ratio 超过多少比例 number
data.j_l_u_f_list 职业道路规划列表对象-其它匹配的职业 array
data.j_l_u_f_list.ratio number
data.j_l_u_f_list.title string
data.j_l_u_f_list.salary_min number
data.j_l_u_f_list.salary_max number
data.j_l_u_f_list.experience_format string
data.j_r_s_t_list 年份工资趋势对象 array
data.j_r_p_list 技能提升计划对象 array
data.j_r_p_list.id number
data.j_r_p_list.skill_name string
data.j_r_p_list.salary_increase number
data.j_r_p_list.percent number
data.sex number
data.u_t_i_list array
data.job_list 推荐职位列表与get_job_list接口格式一样 string
data.c_t_list 继续教育计划对象 array
data.c_t_list.id 信息id string
data.c_t_list.path 封面图片原图路径 string
data.c_t_list.path_thumb 封面图片缩略图路径 string
data.c_t_list.title 课程标题 string
data.c_t_list.price 课程售价 string
data.c_t_list.url 课程外链地址 string
data.c_t_list.curriculum_id 关联的线下培训课程id,当它有值时,直接跳转到线下培训课程的详情页面 string
data.c_t_list.relation_word 关联证书/技能的关键词 string
data.c_t_list.curriculum_count 关联的培训课程;当curriculum_id=0时,curriculum_count为0=没有关联的课程跳到外链地址;>0 跳转到培训课程列表; string

留学分析相关接口

获取用户留学信息--已修改

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_ai_user_info?sid=79ed63f2e442aa10b3562185d010ca88

综合评定接口

添加/修改实习经验

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_trainee_practice?sid=52ea9d79a50ddb8884f95927184aa718

Body参数名 类型 必需 描述 示例 e.g.
id string 信息id,id>0表示修改信息
company_name string 公司名称
job_name string 职位名称
start_time string 实习开始时间
end_time string 实习结束时间
content string 实习内容

返回示例:

                                {
    "success": true,
    "data": {
        "id": "50",
        "company_name": "杭州在在在在",
        "job_name": "php工程师",
        "content": "有在在要要在",
        "start_time_format": "2018-09",
        "end_time_format": "2018-10"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id id number
data.company_name 公司名称 string
data.job_name 职位名称 string
data.content 工作内容 string
data.start_time_format 格式化实习开始时间 string
data.end_time_format 格式化实习结束时间 string

获取某实习经验信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_trainee_practice_info/49?sid=52ea9d79a50ddb8884f95927184aa718

返回示例:

                                {
    "success": true,
    "data": {
        "id": "49",
        "company_name": "杭州在在在在",
        "job_name": "php工程师",
        "content": "有在在要要在",
        "start_time_format": "2018-09",
        "end_time_format": "2018-10"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 实习id number
data.company_name 公司名称 string
data.job_name 职业名称 string
data.content 工作内容 string
data.start_time_format 实习开始时间 string
data.end_time_format 实习结束时间 string

添加/修改校内活动

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_t_s_activity?sid=adc7d0c4deb30a0f1bd3d0f082bf41bf

Body参数名 类型 必需 描述 示例 e.g.
id string
title string
content string
activity_time string
end_time string

返回示例:

                                {
    "success": true,
    "data": {
        "id": "50",
        "title": "的在在在在 在",
        "content": "貅换爱你的欠遥欠妥换仍",
        "activity_time_format": "2018-09-18",
        "end_time_format": "2018-09-18"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 活动信息id number
data.title 活动标题 string
data.content 活动内容 string
data.activity_time_format 活动开始时间 string
data.end_time_format 活动结束时间 string

获取某校内活动详细

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_t_s_activity_info/48?sid=eace25fbbf0c5a2b5a04a48b6b589235

返回示例:

                                {
    "success": true,
    "data": {
        "id": "48",
        "title": "xx的在在在在 在",
        "content": "xx貅换爱你的欠遥欠妥换仍",
        "activity_time_format": "2018-09-18",
        "end_time_format": "1970-01-01"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id id number
data.title 标题 string
data.content 活动内容描述 string
data.activity_time_format 活动开始时间,格式"YYYY-mm-dd" string
data.end_time_format 活动结束时间,格式"YYYY-mm-dd" string

添加兴趣爱好 (猜一猜,预设置的)

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_hobby?sid=52ea9d79a50ddb8884f95927184aa718

Body参数名 类型 必需 描述 示例 e.g.
title string

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "添加成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 信息字段 string

获取所有的兴趣爱好

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_all_hobby_list

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "16",
                "title": "吃美食"
            },
            {
                "id": "28",
                "title": "上网"
            },
            {
                "id": "27",
                "title": "打游戏"
            },
            {
                "id": "26",
                "title": "下棋"
            },
            {
                "id": "25",
                "title": "绘画"
            },
            {
                "id": "24",
                "title": "听音乐"
            },
            {
                "id": "23",
                "title": "跳舞"
            },
            {
                "id": "22",
                "title": "唱歌"
            },
            {
                "id": "21",
                "title": "运动"
            },
            {
                "id": "20",
                "title": "看书"
            },
            {
                "id": "19",
                "title": "看电影"
            },
            {
                "id": "18",
                "title": "旅游"
            },
            {
                "id": "17",
                "title": "爬山"
            },
            {
                "id": "29",
                "title": "摄影"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id id number
data.item_list.title 名称 string

批量添加技能证书

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_trainee_skill?sid=9ea06bfc598e49143984cd1101f5137b

Body参数名 类型 必需 描述 示例 e.g.
title string 技能读书,多个以逗号分隔 如:"a,b,c"

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "13",
                "title": "有在"
            },
            {
                "id": "12",
                "title": "中国"
            },
            {
                "id": "11",
                "title": ""
            },
            {
                "id": "10",
                "title": ""
            },
            {
                "id": "3",
                "title": ""
            },
            {
                "id": "2",
                "title": "唱歌比赛"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 信息id number
data.item_list.title 证书名称 string

批量删除技能证书

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_trainee_skill?sid=9ea06bfc598e49143984cd1101f5137b

Body参数名 类型 必需 描述 示例 e.g.
ids string 技能证书id,多个以逗号分隔 如:"1,2,3,4"

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "删除成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误字段 string

批量添加技能

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_trainee_skill_2?sid=9ea06bfc598e49143984cd1101f5137b

Body参数名 类型 必需 描述 示例 e.g.
title string 技能名称,以逗号分隔 如"a,b,c"

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "216",
                "title": "有人"
            },
            {
                "id": "215",
                "title": "中国"
            },
            {
                "id": "20",
                "title": "打球"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败 boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 信息id number
data.item_list.title 技能名称 string

批量删除技能

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_trainee_skill_2?sid=9ea06bfc598e49143984cd1101f5137b

Body参数名 类型 必需 描述 示例 e.g.
ids string 技能信息id,多个以逗号分隔 如:"1,2,3,4"

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "删除成功"
}
                            
参数名 描述 类型
success boolean
field string
message string

批量添加兴趣爱好

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_trainee_hobby?sid=9ea06bfc598e49143984cd1101f5137b

Body参数名 类型 必需 描述 示例 e.g.
title string 兴趣名称,多个以逗号分隔 如:“足球,绘画”

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "321",
                "title": "绘画"
            },
            {
                "id": "320",
                "title": "足球"
            },
            {
                "id": "108",
                "title": "打游戏"
            },
            {
                "id": "106",
                "title": "听音乐"
            },
            {
                "id": "105",
                "title": "下棋"
            },
            {
                "id": "104",
                "title": "上网"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败 boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 兴趣id number
data.item_list.title 兴趣名称 string

批量删除兴趣爱好

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_trainee_hobby?sid=9ea06bfc598e49143984cd1101f5137b

Body参数名 类型 必需 描述 示例 e.g.
ids string 兴趣id 如:“1,2,3,4”

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "删除成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误字段 string

活动接口

加入阵营

在线测试 在线浏览

请求方式:POST

请求地址:https://www.internpot.com/index.php/gapi/save_activity_team_join?sid=0cdc67f89fe16b52a2fecae38d0ff65a

Body参数名 类型 必需 描述 示例 e.g.
activity_id string 活动id
activity_team_id string 活动对应的阵营id

返回示例:

                                {
    "success": true,
    "data": {
        "action": "add"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.action 动作类型:delete=取消加入阵营;add=加入阵营; string

获取活动签到列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_activity_list/0/0/10/1?sid=8e2fd43330f76def2310fb76f7b8e9d9

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息
$since_id string 获取ID大于since_id最新设计师
$per_page string 每页多少条数据
$page string 第几页,从1开始

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "2",
                "title": "vvvvvvvvvv",
                "hits": "4",
                "path": "http://my.model.com/internpool/uploads/2018/1018/20181018145333813288.png",
                "txt_address": "浙江省 杭州市 上城区",
                "address": "厅基本面苛在苛在基本面工要左枯工",
                "start_time_format": "10月18日",
                "add_time_format": "01月01日",
                "path_thumb": "http://my.model.com/internpool/uploads/2018/1018/20181018145333813288_thumb.png",
                "activity_status": 3
            }
        ],
        "is_next_page": 0,
        "max_id": "2"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 活动id number
data.item_list.title 活动标题 string
data.item_list.hits 浏览数量 number
data.item_list.path 活动原图 string
data.item_list.path_thumb 活动缩略图 string
data.item_list.txt_address 活动地址 string
data.item_list.address 活动详细地址 string
data.item_list.start_time_format 活动开始时间:格式化的[m月d日] string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 返回当前数据最大ID,more只要获取第一次的$max_id=最大ID,刷新得每次获取$since_id=最大ID number
data.item_list.activity_status 活动状态:0=未开始;1=报名中;2=签到中;3=活动结束; string

活动详细

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_activity_info/2?sid=71b2343a9123830331ad486b5665b2ef

Header参数名 类型 必需 描述 示例 e.g.
$activity_id string 活动id

返回示例:

                                {
    "success": true,
    "data": {
        "is_camp": "0",
        "activity_type": "0",
        "id": "2",
        "title": "vvvvvvvvvv",
        "content": "

dsdasasdasdasdsaa

", "hits": "11", "path": "http://my.model.com/internpool/uploads/2018/1018/20181018145333813288.png", "txt_address": "浙江省 杭州市 上城区", "address": "厅基本面苛在苛在基本面工要左枯工", "path_val": "uploads:2018:1018:20181018145333813288_png", "path_thumb": "http://my.model.com/internpool/uploads/2018/1018/20181018145333813288_thumb.png", "start_time_format": "2018-10-18 23:32", "end_time_format": "10-20 23:32", "add_time_format": "1970-01-01 08:00:00", "is_enroll": 1, "enroll_start": 0, "is_sign": 0, "sign_start": 0, "activity_team_list": [ { "id": "3", "title": "红色阵营", "title_color": "#dc3e1a", "path": "http://my.model.com/internpool/dddd", "path_thumb": "http://my.model.com/internpool/dddd", "u_t_i_list": [ { "id": "22421", "user_id": "23872", "user_resume": "", "real_name": "李金洋", "path": "", "school": "浙江大学", "major": "在有", "company_name": "杭州巨兽网络科技有限公司", "job_name": "PHP程序员", "path_thumb": "" }, { "id": "22405", "user_id": "23856", "user_resume": "", "real_name": "祝建桦", "path": "", "school": "浙江大学", "major": "", "company_name": "ewrewr", "job_name": "werwe" } ] }, { "id": "2", "title": "绿色阵营", "title_color": "#04c945", "path": "", "path_thumb": "", "u_t_i_list": [ { "id": "22405", "user_id": "23856", "user_resume": "", "real_name": "祝建桦", "path": "", "school": "浙江大学", "major": "", "company_name": "ewrewr", "job_name": "werwe" }, { "path": "", "path_thumb": "" } ] }, { "id": "1", "title": "黄色阵营", "title_color": "#fdb500", "path": "", "path_thumb": "", "u_t_i_list": { "0": { "id": "22421", "user_id": "23872", "user_resume": "", "real_name": "李金洋", "path": "", "school": "浙江大学", "major": "在有", "company_name": "杭州巨兽网络科技有限公司", "job_name": "PHP程序员" }, "2": { "path": "", "path_thumb": "" } } } ] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.is_camp 是否开启阵营;1=开启;0=关闭; number
data.activity_type 活动流程;0=只签到;1=先报名再签到; number
data.id 活动id number
data.title 活动名称 string
data.content 活动简介 string
data.hits 活动浏览数量 number
data.path 活动图片-原图 string
data.txt_address 活动举办地址 string
data.address 活动举办详细地址 string
data.path_val 活动图片-分享图片地址 string
data.path_thumb 活动图片-缩略图 string
data.start_time_format 格式化开始时间 string
data.end_time_format 格式化结束时间 string
data.add_time_format 格式化添加时间 string
data.is_enroll 是否报名;0=未报名;1=已报名; number
data.enroll_start 报名开始 number
data.is_sign 是否签到;0=未签到;1=已签到; number
data.sign_start 签到开始 number
data.activity_team_list 阵营对象列表 array
data.activity_team_list.id 阵营id number
data.activity_team_list.title 阵营名称 string
data.activity_team_list.is_activity_team 是否加入阵营;0=未加入;1=已加入; string
data.activity_team_list.title_color 阵营颜色 string
data.activity_team_list.path 阵营背景图-原图 string
data.activity_team_list.path_thumb 阵营背景图-缩略图 string
data.activity_team_list.u_t_i_list 阵营嘉宾对象列表 array
data.activity_team_list.u_t_i_list.id 阵营嘉宾资料id number
data.activity_team_list.u_t_i_list.user_id 阵营嘉宾用户id number
data.activity_team_list.u_t_i_list.user_resume 阵营嘉宾个人简介 string
data.activity_team_list.u_t_i_list.real_name 阵营嘉宾姓名 string
data.activity_team_list.u_t_i_list.path 阵营嘉宾头像原图 string
data.activity_team_list.u_t_i_list.school 阵营嘉宾毕业学校 string
data.activity_team_list.u_t_i_list.major 阵营嘉宾专业 string
data.activity_team_list.u_t_i_list.company_name 阵营嘉宾公司名称 string
data.activity_team_list.u_t_i_list.job_name 阵营嘉宾职务 string
data.activity_team_list.u_t_i_list.path_thumb 阵营嘉宾头像-缩略图 string
data.activity_team_list.u_t_i_list.is_follow 是否关注:1=已关注;0=未关注; string

活动报名

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_activity_join?sid=d102da8c680b0bb4e31bed2977356c60

Body参数名 类型 必需 描述 示例 e.g.
activity_id string

返回示例:

                                {
    "success": false,
    "field": "fail",
    "message": "活动已停办",
    "erro_code": ""
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string
erro_code 错误码 string

活动签到

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_activity_sign?sid=8d0936b3d8e8f550e8e46f7a6a42c355

Body参数名 类型 必需 描述 示例 e.g.
activity_id string 活动id

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "签到成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

抽奖活动接口

抽奖

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/submit_activity_luck?sid=9a379d8e8845118a30bfe6e6b2cde682

Body参数名 类型 必需 描述 示例 e.g.
id string 活动id 如:1,2,。。。。

返回示例:

                                {
    "success": true,
    "data": {
        "prize_item_str": "奖品名称1",
        "prize_item": 1,
        "grade_sort": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.prize_item_str 奖品名称 string
data.prize_item 奖品项; 值=0为谢谢参与;其它为具体的中奖 number
data.grade_sort 奖品对应奖盘格式位置:1~10 string

获取抽奖活动信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_activity_luck_info/2?sid=fe445990b5f3ff303613b8363bdca403

Header参数名 类型 必需 描述 示例 e.g.
$id string 活动id 如:1,2

返回示例:

                                {
    "success": true,
    "data": {
        "id": "2",
        "path": "",
        "content": "是发阿三打发士大夫阿瑟东发安德森发生的f
sdf a dsf as df adf as df as df as df sadf
上的发生的发生的发士大夫啊手动阀阿三地方阿瑟东", "prize_content": "奖品发放说明", "join_content": "参与人群", "luck_times_format": "每人仅有一次抽奖机会", "start_time_format": "2019-01-15 08:00", "end_time_format": "2019-01-15 14:00", "path_val": "", "path_thumb": "", "luck_arr": [ "奖品名称1", "谢谢参与", "谢谢参与", "谢谢参与", "谢谢参与", "谢谢参与", "谢谢参与", "谢谢参与", "谢谢参与", "谢谢参与" ] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 信息id number
data.luck_times_format 格式化抽奖次数 string
data.start_time_format 格式化活动开始时间 string
data.end_time_format 格式化活动结束时间 string
data.luck_arr 奖品数据 array
data.path 活动图片原图 string
data.path_val 分享图片地址 string
data.path_thumb 活动图片缩略图 string
data.content 友情提示 string
data.prize_content 奖品发放说明 string
data.join_content 参与人群说明 string

获取活动中奖名单

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_activity_luck_roster_list/2?sid=4b37bfda457d7d8b7e2a54af0e62df1c

Header参数名 类型 必需 描述 示例 e.g.
$id string 活动id 如:1,2

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "grade_title": "奖品名称1",
                "grade_count": 3,
                "u_t_i_list": [
                    {
                        "user_id": "75",
                        "user_name": "158****6435",
                        "real_name": "向汉平11"
                    }
                ]
            }
        ],
        "item_info": {
            "path_val": "",
            "path": "",
            "path_thumb": "",
            "prize_content": "奖品发放说明"
        }
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.grade_title 奖品名称 string
data.item_list.u_t_i_list 中奖人员列表 array
data.item_list.u_t_i_list.user_id 用户id number
data.item_list.u_t_i_list.username 用户手机号/用户名 string
data.item_list.u_t_i_list.real_name 用户姓名 string
data.item_info 活动信息对象 object
data.item_info.path_val 分享图片地址 string
data.item_info.path 活动图片原图地址 string
data.item_info.path_thumb 活动图片缩略图地址 string
data.item_list.grade_count 奖品台数 number
data.item_info.prize_content 发放奖品说明 string
data.fail_go 信息错误或活动信息不存在,直接back()下 string

获取我的中奖信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_my_luck_info/2?sid=5b6f151f9538ea78d9a2875f16664124

Header参数名 类型 必需 描述 示例 e.g.
$id string 活动id 如:1,2

返回示例:

                                {
    "success": true,
    "data": {
        "prize_item": "1",
        "prize_item_str": "",
        "path_val": "",
        "path": "",
        "path_thumb": ""
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.prize_item 奖项值 number
data.prize_item_str 格式化奖项 string
data.path_val 分享图片地址 string
data.path 图片原图地址 string
data.path_thumb 图片缩略图地址 string
data.prize_content 产品发放说明 string
data.fail_go 当信息错误,或没有抽奖,直接 back()下 string

测评

测试报名

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_job_fair_sign?sid=f5138da74c4b9c121e1ce86c0fb14d9e

Body参数名 类型 必需 描述 示例 e.g.
job_fair_id string

获取某套试卷-八个维度

在线测试 在线浏览

请求方式:GET

请求地址:https://test.internpot.com/index.php/gapi/get_examination_eight_name_info/1?sid=aa53846ce05499d5a0f7c550916fa346

Header参数名 类型 必需 描述 示例 e.g.
$dimension_type string 测试维度类型 如:1

详细说明:

测试维度类型的值有:array('1'=>'数字推理', '2'=>'演绎推理', '3'=>'归纳推理', '4'=>'图表推理', '5'=>'逻辑推理', '6'=>'机械推理', '7'=>'批判性思维', '8'=>'错误校验')

返回示例:

                                {
    "success": true,
    "data": {
        "id": "2",
        "title": "dsadasdADS",
        "test_time": "3",
        "notice": "

DSADA

", "dimension_type": "1", "dimension_type_format": "数字推理", "test_count": "1", "dimension_type_app_path": "img/ai-banner-1.png", "dimension_type_path": "http://my.model.com/internpool/img/ai-banner-1.png" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 试卷id number
data.title 试卷名称 string
data.test_time 考试时间;单位分钟 number
data.notice 提醒事项 string
data.dimension_type 维度类型:array('1'=>'数字推理', '2'=>'演绎推理', '3'=>'归纳推理', '4'=>'图表推理', '5'=>'逻辑推理', '6'=>'机械推理', '7'=>'批判性思维', '8'=>'错误校验') number
data.dimension_type_format 格式化维度类型 string
data.test_count 考试题目数量 number
data.dimension_type_app_path app顶部图片路径 string
data.dimension_type_path 服务器顶部图片路径;小程序可以用这个远程路径 string

获取某套试卷的题目-八个维度

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_examination_eight_list/1?sid=eeaf249be45e043875a65b463caf7473

Header参数名 类型 必需 描述 示例 e.g.
$examination_eight_name_id string 某套试卷的id 如:1

返回示例:

                                {
    "success": true,
    "data": {
        "item_info": {
            "id": "1",
            "title": "Numerical Reasoning1",
            "test_time": "15",
            "dimension_type": "1",
            "dimension_type_format": "数字推理",
            "test_count": 11
        },
        "item_list": [
            {
                "id": "1",
                "sort": "1",
                "title": "

\"图片.png\"/

Cumulative Cars Sales (1000s):汽车累计销量(单位:千)

March:三月 April:四月 May:五月 June:六月 July:七月

month end:月底

Fryrd, Tymko, Sxti, Bernd:汽车品牌

Q1 在五月卖出了多少量Bernd汽车?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "10" }, { "name": "B", "val": "1,000" }, { "name": "C", "val": "5,000" }, { "name": "D", "val": "10,000" } ] }, { "id": "2", "sort": "2", "title": "

\"图片.png\"/

Cumulative Cars Sales (1000s):汽车累计销量(单位:千)

March:三月 April:四月 May:五月 June:六月 July:七月

month end:月底

Fryrd, Tymko, Sxti, Bernd:汽车品牌

Q2 在五月,六月和七月一共卖出的Tymko汽车数量是多少?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "21,000" }, { "name": "B", "val": "16,000" }, { "name": "C", "val": "22,000" }, { "name": "D", "val": "6,000" } ] }, { "id": "3", "sort": "3", "title": "

\"图片.png\"/

Cumulative Cars Sales (1000s):汽车累计销量(单位:千)

March:三月 April:四月 May:五月 June:六月 July:七月

month end:月底

Fryrd, Tymko, Sxti, Bernd:汽车品牌

Q3 如果Bernd汽车在七月的销量和六月的相等,七月本可以比六月多销售多少辆Bernd汽车?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "1,000" }, { "name": "B", "val": "1" }, { "name": "C", "val": "12,000" }, { "name": "D", "val": "2,000" } ] }, { "id": "4", "sort": "4", "title": "

\"图片.png\"/

City Population Composition (Year 2000):城市人口结构(2000年)

Population at start of year (thousands):年初人口(单位:千)

Live births per 1000 population (Jan-Dec):出生率:参考期内出生活婴人数与平均人口之千分比(一月—十二月)

Deaths per 1000 population(Jan-Dec):死亡率:参考期内死亡人数与平均人口之千分之比(一月—十二月)

% Population under 15 at start of year:年初15岁以下人口百分比

% Population aged 60 or over at start of year:年初六十岁以上人口百分比

London:伦敦 Birmingham:伯明翰 Glasgow:格拉斯哥 Liverpool:利物浦

Leeds:利兹市

Q4 在2000年,利物浦人口出生率和死亡率的净影响是什么?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "200 decrease" }, { "name": "B", "val": "600 increase" }, { "name": "C", "val": "500 increase" }, { "name": "D", "val": "300 increase" } ] }, { "id": "5", "sort": "5", "title": "

\"图片.png\"/

City Population Composition (Year 2000):城市人口结构(2000年)

Population at start of year (thousands):年初人口(单位:千)

Live births per 1000 population (Jan-Dec):出生率:参考期内出生活婴人数与平均人口之千分比(一月—十二月)

Deaths per 1000 population(Jan-Dec):死亡率:参考期内死亡人数与平均人口之千分之比(一月—十二月)

% Population under 15 at start of year:年初15岁以下人口百分比

% Population aged 60 or over at start of year:年初六十岁以上人口百分比

London:伦敦 Birmingham:伯明翰 Glasgow:格拉斯哥 Liverpool:利物浦

Leeds:利兹市

Q5 在2000年,共有多少人出生在伯明翰和格拉斯哥?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "21,812" }, { "name": "B", "val": "18,210" }, { "name": "C", "val": "16,700" }, { "name": "D", "val": "32,100" } ] }, { "id": "6", "sort": "6", "title": "

\"图片.png\"/

City Population Composition (Year 2000):城市人口结构(2000年)

Population at start of year (thousands):年初人口(单位:千)

Live births per 1000 population (Jan-Dec):出生率:参考期内出生活婴人数与平均人口之千分比(一月—十二月)

Deaths per 1000 population(Jan-Dec):死亡率:参考期内死亡人数与平均人口之千分之比(一月—十二月)

% Population under 15 at start of year:年初15岁以下人口百分比

% Population aged 60 or over at start of year:年初六十岁以上人口百分比

London:伦敦 Birmingham:伯明翰 Glasgow:格拉斯哥 Liverpool:利物浦

Leeds:利兹市

Q6 所示的城市中,在2000年哪个城市的十五岁以下人口数量最少?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "伯明翰" }, { "name": "B", "val": "格拉斯哥" }, { "name": "C", "val": "利物浦" }, { "name": "D", "val": "利兹市" } ] }, { "id": "7", "sort": "7", "title": "

\"图片.png\"/

Money spent on public transport (£billion):公共交通支出(单位:十亿英镑)

Population:人口

UK:英国

US:美国

Germany:德国

Italy:意大利

Q7 从2007年到2008年,哪个国家的公共交通支出最大?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "英国" }, { "name": "B", "val": "美国" }, { "name": "C", "val": "德国" }, { "name": "D", "val": "无" } ] }, { "id": "8", "sort": "8", "title": "

\"图片.png\"/

Money spent on public transport (£billion):公共交通支出(单位:十亿英镑)

Population:人口

UK:英国

US:美国

Germany:德国

Italy:意大利

Q8 哪个国家的人均公共交通支出在2008年最高?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "英国" }, { "name": "B", "val": "美国" }, { "name": "C", "val": "德国" }, { "name": "D", "val": "意大利" } ] }, { "id": "9", "sort": "9", "title": "

\"图片.png\"/

Money spent on public transport (£billion):公共交通支出(单位:十亿英镑)

Population:人口

UK:英国

US:美国

Germany:德国

Italy:意大利

Q9 意大利2007年的公共交通支出目标比2006年高出8%。他们比这个目标少支出了多少?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "100万英镑" }, { "name": "B", "val": "10亿英镑" }, { "name": "C", "val": "1亿英镑" }, { "name": "D", "val": "无" } ] }, { "id": "10", "sort": "10", "title": "

\"图片.png\"/

Internet sales data for Newbags.com:Newbags.com的网络销售数据

Visitors from:访客来源 Number of visitors:访客数量

Number of visitors who made a purchase:购买物品的访客数量

Website:网站

Q10 从哪个网站来的访客最喜欢买Newbags.com的产品?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "W网站" }, { "name": "B", "val": "X网站" }, { "name": "C", "val": "Y网站" }, { "name": "D", "val": "Z网站" } ] }, { "id": "11", "sort": "11", "title": "

\"图片.png\"/

Internet sales data for Newbags.com:Newbags.com的网络销售数据

Visitors from:访客来源 Number of visitors:访客数量

Number of visitors who made a purchase:购买物品的访客数量

Website:网站

Q11 如果Newbags.com每笔销售的平均利润是12英镑,那么X网站的访客带来的利润比Y网站的多多少?

", "examination_eight_name_id": "1", "dimension_type": "1", "option_list": [ { "name": "A", "val": "1,212英镑" }, { "name": "B", "val": "1,852英镑" }, { "name": "C", "val": "867英镑" }, { "name": "D", "val": "891英镑" } ] } ] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_info 试卷对象 object
data.item_info.id id-试卷 number
data.item_info.title 标题-试卷 string
data.item_info.test_time 考试时间-试卷 number
data.item_info.dimension_type 测试维度类型-试卷 number
data.item_info.dimension_type_format 格式化测试维度类型-试卷 string
data.item_info.test_count 试题数量-试卷 number
data.item_list 试题对象列表 array
data.item_list.id id number
data.item_list.sort 题号 number
data.item_list.title 标题 string
data.item_list.examination_eight_name_id 对应的试卷id number
data.item_list.option_list 答案选项对象 string
data.item_list.option_list.name 选项标签 string
data.item_list.option_list.val 选项值 string

提交测试-八个维度

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/submit_examination_eight?sid=41fb6e8f0cadebe0b5b2530eeb2c071b

Body参数名 类型 必需 描述 示例 e.g.
examination_eight_name_id string 试卷id 1
examination_eight_index json 题目序号:json格式 ["1","2"]
examination_eight_id json 题目id:json格式 ["12","13"]
answer_select json 答案:json格式 ["a","b"]
use_time string 用时 如:”12:12“
test_time string 测试时间 如:“15”

返回示例:

                                {
    "success": true,
    "data": {
        "order_num": "180904082313126208"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.order_num 提交的订单id number
data.dimension_type 测试维度 string

查询某维度的结果信息-八个维度

在线测试 在线浏览

请求方式:GET

请求地址:https://test.internpot.com/index.php/gapi/get_examination_eight_result/5?sid=3e8a0243e58285bae87235fd081aafef

Header参数名 类型 必需 描述 示例 e.g.
$dimension_type string 维度类型

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "user_id": "75",
        "dimension_type": "5",
        "question_num": "1",
        "correct_num": "0",
        "no_answer": "0",
        "mark": "0.00",
        "use_time": "818",
        "test_time": "14",
        "add_time": "1536063121",
        "order_num": "180904081201630012"
    }
}
                            

获取性格测试题

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_rand_examination_list?sid=session_id

详细说明:

Headers为GET参数
Body为POST参数

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "55",
                "title": "您倾向于",
                "option_a": "总希望能找到其他的选择,改变现有的选择",
                "option_b": "对问题能够作出预言并有所了解和把握",
                "exa_type": "4",
                "display": "1",
                "a_val": "P",
                "b_val": "J"
            },
            {
                "id": "8",
                "title": "和一群人在一起,你通常会选",
                "option_a": "跟你很熟悉的个别人谈话",
                "option_b": "参与大伙的谈话",
                "exa_type": "1",
                "display": "1",
                "a_val": "I",
                "b_val": "E"
            },
            {
                "id": "53",
                "title": "您倾向于:总的说来,要做一个大型作业时,你会选",
                "option_a": "边做边想该做什么",
                "option_b": "首先把工作按步细分",
                "exa_type": "4",
                "display": "1",
                "a_val": "J",
                "b_val": "P"
            },
            {
                "id": "47",
                "title": "你比较喜欢",
                "option_a": "坐观事情发展才作计划",
                "option_b": "很早就作计划",
                "exa_type": "4",
                "display": "1",
                "a_val": "J",
                "b_val": "P"
            },
            {
                "id": "4",
                "title": "与很多人一起会",
                "option_a": "令你活力培增",
                "option_b": "常常令你心力憔悴",
                "exa_type": "1",
                "display": "1",
                "a_val": "E",
                "b_val": "I"
            },
            {
                "id": "26",
                "title": "您倾向于",
                "option_a": "用自己熟悉的有效方法,把工作做完",
                "option_b": "想方设法用新方法来完成工作",
                "exa_type": "2",
                "display": "1",
                "a_val": "S",
                "b_val": "N"
            },
            {
                "id": "44",
                "title": "当你要外出一整天,你会",
                "option_a": "计划你要做什么和在什么时候做",
                "option_b": "说去就去",
                "exa_type": "4",
                "display": "1",
                "a_val": "P",
                "b_val": "J"
            },
            {
                "id": "3",
                "title": "在一大群人当中,通常是",
                "option_a": "你介绍大家认识",
                "option_b": "别人介绍你",
                "exa_type": "1",
                "display": "1",
                "a_val": "E",
                "b_val": "I"
            },
            {
                "id": "32",
                "title": "你倾向",
                "option_a": "重视感情多于逻辑",
                "option_b": "重视逻辑多于感情",
                "exa_type": "3",
                "display": "1",
                "a_val": "F",
                "b_val": "T"
            },
            {
                "id": "21",
                "title": "哪些人会更吸引你?",
                "option_a": "一个思想敏捷及非常聪颖的人",
                "option_b": "实事求是,具丰富常识的人",
                "exa_type": "2",
                "display": "1",
                "a_val": "N",
                "b_val": "S"
            },
            {
                "id": "33",
                "title": "哪个是较高的赞誉,或称许为?",
                "option_a": "一贯感性的人",
                "option_b": "一贯理性的人",
                "exa_type": "3",
                "display": "1",
                "a_val": "F",
                "b_val": "T"
            },
            {
                "id": "34",
                "title": "哪个是较高的赞誉,或称许为",
                "option_a": "能干的",
                "option_b": "富有同情心",
                "exa_type": "3",
                "display": "1",
                "a_val": "T",
                "b_val": "F"
            },
            {
                "id": "1",
                "title": "你通常",
                "option_a": "与人容易混熟",
                "option_b": "比较沉静或矜持",
                "exa_type": "1",
                "display": "1",
                "a_val": "E",
                "b_val": "I"
            },
            {
                "id": "42",
                "title": "您倾向于",
                "option_a": "喜欢体验充满情绪色彩的情境或讨论",
                "option_b": "用自己的能力来分析情况",
                "exa_type": "3",
                "display": "1",
                "a_val": "F",
                "b_val": "T"
            },
            {
                "id": "2",
                "title": "你是否",
                "option_a": "容易让人了解",
                "option_b": "难于让人了解",
                "exa_type": "1",
                "display": "1",
                "a_val": "E",
                "b_val": "I"
            },
            {
                "id": "27",
                "title": "您倾向于",
                "option_a": "喜欢抽象的、概括性的或理论性的观点",
                "option_b": "喜欢听具体的或真实的叙述",
                "exa_type": "2",
                "display": "1",
                "a_val": "N",
                "b_val": "S"
            },
            {
                "id": "23",
                "title": "你通常较喜欢的科目是",
                "option_a": "讲授概念和原则的",
                "option_b": "讲授事实和数据的",
                "exa_type": "2",
                "display": "1",
                "a_val": "N",
                "b_val": "S"
            },
            {
                "id": "52",
                "title": "您倾向于:把周末期间要完成的事列成清单,这个主意会",
                "option_a": "合你意",
                "option_b": "使你提不起劲",
                "exa_type": "4",
                "display": "1",
                "a_val": "P",
                "b_val": "J"
            },
            {
                "id": "31",
                "title": "你是否经常让",
                "option_a": "你的情感支配你的理智",
                "option_b": "你的理智主宰你的情感",
                "exa_type": "3",
                "display": "1",
                "a_val": "F",
                "b_val": "T"
            },
            {
                "id": "19",
                "title": "你宁愿被人认为是一个",
                "option_a": "实事求是的人",
                "option_b": "机灵的人",
                "exa_type": "2",
                "display": "1",
                "a_val": "S",
                "b_val": "N"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.item_list 对象列表 array
data.item_list.id 题目ID number
data.item_list.title 标题描述 string
data.item_list.option_a 选项A string
data.item_list.option_b 选项B string
data.item_list.a_val 选项A对应的MBTI值 string
data.item_list.b_val 选项B对应的MBTI值 string
data.item_list.exa_type 题目类型 string

获取职业兴趣测试题

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_rand_examination_job_list?sid=session_id

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "30",
                "title": "我常能借着资讯网络和别人取得联系。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "E",
                "display": "1"
            },
            {
                "id": "10",
                "title": "我渴望阅读或思考任何可以引发我好奇心的东西。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "I",
                "display": "1"
            },
            {
                "id": "15",
                "title": "我有很强的想象力。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "A",
                "display": "1"
            },
            {
                "id": "16",
                "title": "我喜欢尝试创新的概念。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "A",
                "display": "1"
            },
            {
                "id": "36",
                "title": "小心谨慎的完成一件事是件有成就感的事情。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "C",
                "display": "1"
            },
            {
                "id": "1",
                "title": "我擅长于自己制作、修理东西。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "R",
                "display": "1"
            },
            {
                "id": "27",
                "title": "我喜欢监督事情直至完工。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "E",
                "display": "1"
            },
            {
                "id": "9",
                "title": "有时我长时间阅读,玩拼图游戏,冥想生命本质。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "I",
                "display": "1"
            },
            {
                "id": "7",
                "title": "我可以花很长的时间去想通事情的道理。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "I",
                "display": "1"
            },
            {
                "id": "4",
                "title": "我喜欢独立完成一项任务。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "R",
                "display": "1"
            },
            {
                "id": "14",
                "title": "我是寻求新方法来发挥我的创造力。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "A",
                "display": "1"
            },
            {
                "id": "19",
                "title": "我愿意花时间帮别人解决个人危机。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "S",
                "display": "1"
            },
            {
                "id": "22",
                "title": "如果我和别人摩擦,我会不断尝试化干戈为玉帛。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "S",
                "display": "1"
            },
            {
                "id": "20",
                "title": "我认为能把自己的焦虑和别人分担是很重要的。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "S",
                "display": "1"
            },
            {
                "id": "33",
                "title": "如果我面对一个新情景,会在事前做充分的准备。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "C",
                "display": "1"
            },
            {
                "id": "29",
                "title": "我喜欢讨价还价。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "E",
                "display": "1"
            },
            {
                "id": "5",
                "title": "我通常知道如何应付紧急事件。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "R",
                "display": "1"
            },
            {
                "id": "34",
                "title": "我喜欢为重大决策负责。",
                "option_a": "是",
                "option_b": "否",
                "exa_type": "C",
                "display": "1"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.item_list 对象列表 array
data.item_list.id 题目ID number
data.item_list.title 题目描述 string
data.item_list.option_a 选项A string
data.item_list.option_b 选项B string
data.item_list.exa_type 题目类型 string

提交性格测评试卷

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_examination?sid=4cb465c05212129505e9736b58a67aec

Body参数名 类型 必需 描述 示例 e.g.
examination_index json 题目序号,json格式 ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20"]
examination_id json 题库题目的ID,json格式 ["1","43","31","23","5","50","25","51","49","47","38","32","7","22","8","40","21","28","45","12"]
answer json A、B选项,json格式 ["A","A","B","A","B","A","B","A","B","A","B","A","B","A","B","A","B","B","A","B"]
answer_val json 对应的职业性格值,json格式 ["E","F","T","N","I","P","S","J","P","J","F","F","E","S","E","F","S","N","J","E"]

提交职业测评试卷

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_examination_job?sid=3e1c5743596cebcdcf3cd291f79a167b

Body参数名 类型 必需 描述 示例 e.g.
examination_job_index json 题目序号,json格式 ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18"]
examination_job_id json 题库题目的ID,json格式 ["35","17","29","21","4","31","15","11","2","24","8","30","27","36","6","13","20","12"]
answer json A、B选项,json格式 ["A","A","B","B","A","B","A","B","A","B","A","A","B","B","A","B","A","B"]
answer_val json 对应的职业性格值,json格式 ["C","A","0","0","R","0","A","0","R","0","I","E","0","0","R","0","S","0"]

返回示例:

                                {
    "success": true,
    "data": {
        "order_num": "170611104734325276"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.order_num 订单编号 number

查看霍兰德职业测评结果

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_examination_job_result?sid=session_id

详细说明:

Headers为GET参数
Body为POST参数

返回示例:

                                {
    "success": true,
    "data": {
        "real_name": "张可欣",
        "path": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836_thumb.jpg",
        "ejr_info": {
            "id": "1",
            "user_id": "75",
            "res_r": "2",
            "res_i": "2",
            "res_a": "1",
            "res_s": "1",
            "res_e": "1",
            "res_c": "3",
            "first": "A",
            "second": "S",
            "res_r_pre": 20,
            "res_i_pre": 20,
            "res_a_pre": 10,
            "res_s_pre": 10,
            "res_e_pre": 10,
            "res_c_pre": 30
        },
        "first_info": {
            "id": "3",
            "title": "艺术型",
            "alias": "A",
            "content": "这种取向类型的人往往具有某些艺术上的技能,喜欢创造性的工作,富于想象力。通常喜欢同观念而不是事务打交道的工作。他们较开放、好想象、独立、有创造性。有创造力,乐于创造新颖、与众不同的成果,渴望表现自己的个性,实现自身的价值。做事理想化,追求完美,不重实际。具有一定的艺术才能和个性。善于表达、怀旧、心态较为复杂。"
        },
        "second_info": {
            "id": "4",
            "title": "社会型",
            "alias": "S",
            "content": "这类人通常喜欢周围有别人存在,对别人的事很有兴趣,乐于帮助别人解决难题。喜欢与人而不是事务打交道的工作。他们助人为乐、有责任心、热情、善于合作、富于理想、友好、善良、慷慨、耐心。喜欢与人交往、不断结交新的朋友、善言谈、愿意教导别人。关心社会问题、渴望发挥自己的社会作用。寻求广泛的人际关系,比较看重社会义务和社会道德。"
        },
        "exa_job_divine_list": [
            {
                "id": "177",
                "job_name": "在线教育"
            },
            {
                "id": "174",
                "job_name": "特殊教育"
            },
            {
                "id": "168",
                "job_name": "幼儿园"
            },
            {
                "id": "167",
                "job_name": "小学"
            },
            {
                "id": "166",
                "job_name": "初中"
            },
            {
                "id": "165",
                "job_name": "高中"
            },
            {
                "id": "164",
                "job_name": "大学"
            },
            {
                "id": "163",
                "job_name": "早教/亲子教育"
            },
            {
                "id": "162",
                "job_name": "出国/留学服务"
            },
            {
                "id": "161",
                "job_name": "技能/职业认证培训"
            },
            {
                "id": "160",
                "job_name": "升学辅导"
            },
            {
                "id": "159",
                "job_name": "教育培训"
            },
            {
                "id": "150",
                "job_name": "便民/家政/生活/宠物服务"
            },
            {
                "id": "142",
                "job_name": "咨询/外包/公众服务"
            },
            {
                "id": "141",
                "job_name": "婚庆"
            },
            {
                "id": "140",
                "job_name": "休闲/娱乐/健身"
            },
            {
                "id": "138",
                "job_name": "美容美发"
            },
            {
                "id": "137",
                "job_name": "旅游"
            },
            {
                "id": "135",
                "job_name": "服务业"
            },
            {
                "id": "127",
                "job_name": "园林景观"
            },
            {
                "id": "112",
                "job_name": "在线医疗"
            },
            {
                "id": "111",
                "job_name": "健康咨询/疾病预防"
            },
            {
                "id": "103",
                "job_name": "文化/艺术"
            },
            {
                "id": "102",
                "job_name": "公关"
            },
            {
                "id": "101",
                "job_name": "会务/会展"
            },
            {
                "id": "100",
                "job_name": "营销服务"
            },
            {
                "id": "98",
                "job_name": "广告/创意/设计"
            },
            {
                "id": "97",
                "job_name": "户外媒体"
            },
            {
                "id": "96",
                "job_name": "平面媒体"
            },
            {
                "id": "95",
                "job_name": "广播"
            },
            {
                "id": "94",
                "job_name": "影视"
            },
            {
                "id": "93",
                "job_name": "出版/发行"
            },
            {
                "id": "92",
                "job_name": "广告/公关/文化"
            },
            {
                "id": "81",
                "job_name": "休闲娱乐"
            },
            {
                "id": "80",
                "job_name": "健康/运动"
            },
            {
                "id": "75",
                "job_name": "房产/物业"
            },
            {
                "id": "74",
                "job_name": "地产物业"
            },
            {
                "id": "73",
                "job_name": "咨询/顾问"
            },
            {
                "id": "61",
                "job_name": "互联网运营"
            },
            {
                "id": "59",
                "job_name": "互联网设计"
            },
            {
                "id": "44",
                "job_name": "教师/培训师"
            },
            {
                "id": "43",
                "job_name": "课程顾问"
            },
            {
                "id": "42",
                "job_name": "教育/翻译"
            },
            {
                "id": "33",
                "job_name": "推广"
            },
            {
                "id": "32",
                "job_name": "会展活动"
            },
            {
                "id": "31",
                "job_name": "商务BD"
            },
            {
                "id": "30",
                "job_name": "品牌/公关"
            },
            {
                "id": "29",
                "job_name": "市场/策划"
            },
            {
                "id": "28",
                "job_name": "客户服务"
            },
            {
                "id": "27",
                "job_name": "销售管理"
            },
            {
                "id": "26",
                "job_name": "销售"
            },
            {
                "id": "25",
                "job_name": "市场商务"
            },
            {
                "id": "24",
                "job_name": "猎头"
            },
            {
                "id": "21",
                "job_name": "人事HR"
            },
            {
                "id": "17",
                "job_name": "社工"
            },
            {
                "id": "10",
                "job_name": "包装设计"
            },
            {
                "id": "9",
                "job_name": "编辑"
            },
            {
                "id": "8",
                "job_name": "媒体"
            },
            {
                "id": "7",
                "job_name": "平面设计"
            },
            {
                "id": "6",
                "job_name": "演艺/经纪"
            },
            {
                "id": "5",
                "job_name": "视频/后期"
            },
            {
                "id": "4",
                "job_name": "广告"
            },
            {
                "id": "3",
                "job_name": "策划/创意"
            },
            {
                "id": "2",
                "job_name": "产品设计"
            },
            {
                "id": "1",
                "job_name": "传媒设计"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.real_name 姓名 string
data.path 头像原图 string
data.path_thumb 头像缩略图 string
data.ejr_info 职业测试结果 object
data.ejr_info.id ID number
data.ejr_info.user_id 用户ID number
data.ejr_info.res_r 数量:现实型(R) number
data.ejr_info.res_i 数量:研究型(I) number
data.ejr_info.res_a 数量:艺术型(A) number
data.ejr_info.res_s 数量:社会型(S) number
data.ejr_info.res_e 数量:企业型(E) number
data.ejr_info.res_c 数量:常规型(C) number
data.ejr_info.first 第一 string
data.ejr_info.second 第二 string
data.ejr_info.res_r_pre 百分比:现实型(R) number
data.ejr_info.res_i_pre 百分比:研究型(I) number
data.ejr_info.res_a_pre 百分比:艺术型(A) number
data.ejr_info.res_s_pre 百分比:社会型(S) number
data.ejr_info.res_e_pre 百分比:企业型(E) number
data.ejr_info.res_c_pre 百分比:常规型(C) number
data.first_info 第一职业描述 object
data.first_info.id ID number
data.first_info.title 名称 string
data.first_info.alias 别称 string
data.first_info.content 描述 string
data.second_info 第二职业描述 object
data.second_info.id ID number
data.second_info.title 名称 string
data.second_info.alias 别称 string
data.second_info.content 描述 string
data.exa_job_divine_list 适合职业 object
data.exa_job_divine_list.id 序号 number
data.exa_job_divine_list.job_name 职业名称 string

查看MBTI性格测评结果

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_examination_result?sid=279b7ffef2f61d2fc10b489c04f62331

返回示例:

                                {
    "success": true,
    "data": {
        "real_name": "张可欣",
        "path": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/2017/0227/20170227174820275836_thumb.jpg",
        "es_info": {
            "id": "1",
            "user_id": "75",
            "res_e": "0",
            "res_i": "0",
            "res_s": "0",
            "res_n": "0",
            "res_t": "0",
            "res_f": "0",
            "res_j": "0",
            "res_p": "0",
            "examination_type_alias": "0",
            "res_e_pre": 0,
            "res_i_pre": 0,
            "res_s_pre": 0,
            "res_n_pre": 0,
            "res_t_pre": 0,
            "res_f_pre": 0,
            "res_j_pre": 0,
            "res_p_pre": 0
        },
        "examination_type_info": []
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.real_name 姓名 string
data.path 头像原图 string
data.path_thumb 头像缩略图 string
data.examination_type_info 性格类型信息 array
data.examination_type_info.id ID string
data.examination_type_info.title 名称 string
data.examination_type_info.alias 别称 string
data.examination_type_info.content 描述 string

检查考试情况

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/check_examination?sid=session_id

详细说明:

Headers为GET参数
Body为POST参数

返回示例:

                                {
    "success": true,
    "data": {
        "job_count": "1",
        "is_job_check": 1,
        "character_count": "0",
        "is_character_check": 0
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.job_count 职业倾向测试总人数 number
data.is_job_check 我是否测试职业倾向 number
data.character_count 性格测试总人数 number
data.is_character_check 我是否测试性格 number

浙美活动接口

获取活动状态-浙美

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_activity_status_zm?sid=466aa1ae991482b92818f759a7eed188

返回示例:

                                {
    "success": true,
    "data": {
        "is_enroll_end_zm": 0,
        "is_activity_end_zm": 0,
        "is_activity_team_zm": 0,
        "is_user_follow_zm": 0
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.is_enroll_end_zm 报名是否结束:1=已结束;0=未结束; number
data.is_activity_end_zm 活动是否结束;1-已结束;0=未结束; number
data.is_activity_team_zm 是否已民分组:1=已分组;0=未分组;注:报名已结束且已分组,还有未选择心仪对象,跳转到分组界面; number
data.is_user_follow_zm 是否关注:1=已关注;0=未关注;注:已选择心仪对象的,直接跳转到心仪对象进度列表 number

修改用户基本信息-浙美

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/change_user_trainee_info_zm?sid=1e095351df66470ecf61c4467f5b475b

Body参数名 类型 必需 描述 示例 e.g.
path string 用户头像
real_name string 真实姓名
sex string 性别:1=男;2=女;
school string 学校名称
school_zone_name string 校区名称
school_zone_id string 校区id
major string 专业名称
birth_date string 生日,格式“YYYY-mm-dd”
province_id_jx string 省id-家乡
city_id_jx string 市id-家乡
area_id_jx string 县id-家乡

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "提交成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误字段 string

获取浙大美院试题列表-浙美

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_examination_zm_list?sid=5cafc54ca1caf67645f0bedee3da6421

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "title": "我倾向相信",
                "option_a": "我的直觉",
                "option_b": "我直接的观察和现成的经验",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            },
            {
                "id": "2",
                "title": "我是这种人",
                "option_a": "喜欢先看整个大局面",
                "option_b": "喜欢先拿握细节",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            },
            {
                "id": "3",
                "title": "我偏好",
                "option_a": "事先知道约会的行程:要去哪里、有谁参加、我会在哪里多久、该如何打扮",
                "option_b": "让约会自然地发生,不做先前太多的计划",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            },
            {
                "id": "4",
                "title": "我属于",
                "option_a": "下定决心并且做出最后肯定的结论的人",
                "option_b": "开放我的选择并且持续收集信息的人",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            },
            {
                "id": "5",
                "title": "认识我的人倾向形容我为",
                "option_a": "热情和敏感",
                "option_b": "逻辑和明确",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            },
            {
                "id": "6",
                "title": "有人认为婚姻需要门当户对、势均力敌,请问您认同这种观点吗?",
                "option_a": "认同",
                "option_b": "不认同",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            },
            {
                "id": "7",
                "title": "请问在以下择偶要求中哪些是您重点考虑的因素?",
                "option_a": "三观相似",
                "option_b": "有上进心",
                "option_c": "知足常乐",
                "option_d": "外貌身材",
                "option_e": ""
            },
            {
                "id": "8",
                "title": "在谁是卧底游戏中,您是否愿意担任狼人的角色?",
                "option_a": "愿意",
                "option_b": "不愿意",
                "option_c": "",
                "option_d": "",
                "option_e": ""
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 题目 string
data.item_list.option_a 选项a string
data.item_list.option_b 选项b string
data.item_list.option_c 选项c string
data.item_list.option_d 选项d string
data.item_list.option_e 选项e string

提交问卷-浙美

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/submit_examination_zm?sid=ebe897255904d8457519f9886c8356ee

Body参数名 类型 必需 描述 示例 e.g.
examination_zm_index string 题目序号 ["1","2"]
examination_zm_id string 题目id ["12","13"]
answer_select string 答案 ["a","b"]

返回示例:

                                {
    "success": true,
    "data": {
        "order_num": "180904082313126208"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.order_num 提交的订单id number
data.dimension_type 测试维度 string

获取所在组成员列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_my_activity_team_zm_list?sid=25269861383c9b48a9c01fc34115cba0

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "7",
                "user_id": "75",
                "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg",
                "sex": "1",
                "real_name": "向汉平11",
                "school": "浙江大学",
                "school_zone_name": "象山校区",
                "major": "软件工程"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id id number
data.item_list.user_id 用户id number
data.item_list.path 头像原图路径 string
data.item_list.path_thumb 头像缩略图路径 string
data.item_list.sex 性别:1=男;2=女; number
data.item_list.real_name 姓名 string
data.item_list.school 学校 string
data.item_list.school_zone_name 校区 string
data.item_list.major 专业名称 string
data.item_list.is_good 是否是相性最高的:1=相性最高;0=不是; string

选择心仪对象-浙美

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_user_follow_zm?sid=8510c3995c8d5c6346f89dddf41a7417

Body参数名 类型 必需 描述 示例 e.g.
to_user_id string 被关注的用户id 3

返回示例:

                                {
    "success": true,
    "data": {
        "action": "add",
        "to_user_id": "3",
        "user_follow_count": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.action 动作:add=成功;delete=删除 string
data.to_user_id 用户id number
data.user_follow_count 关注数量 number
data.display 0=未关注;1=已关注;2=相互关注 string

一键表白-浙美

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/auto_user_follow_zm?sid=0098e1929ade74a5135c64395a4b1a61

获取我的心仪对象进度--浙美

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_my_user_follow_zm?sid=0098e1929ade74a5135c64395a4b1a61

返回示例:

                                {
    "success": true,
    "data": {
        "real_name": "施德利",
        "path": "",
        "sex": "1",
        "school": "杭州电子科技大学",
        "school_zone_name": "",
        "major": "电子信息技术及仪器",
        "constellation": "白羊座",
        "path_val": "",
        "path_thumb": "",
        "sex_format": "男",
        "birth_date_format": "1993-04-10",
        "is_each": 0
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.real_name 真实姓名 string
data.path 头像原图路径 string
data.sex 性别:1=男;2=女; number
data.school 学校名称 string
data.school_zone_name 校区 string
data.major 专业名称 string
data.constellation 星座 string
data.path_val 头像原值;分享用的 string
data.path_thumb 头像缩略图 string
data.sex_format 格式化性别 string
data.birth_date_format 格式生日 string
data.is_each 是否相互关注:0=不是;1=是; number
data.age 年龄 string
data.user_id 心仪对象用户id string

获取其它用户信息-浙美

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_other_user_info_zm/25?sid=601a09b45dad01a9199946019b43455d

Header参数名 类型 必需 描述 示例 e.g.
$to_user_id string 用户id 25

返回示例:

                                {
    "success": true,
    "data": {
        "id": "7",
        "work_status": "1",
        "job_keycodes": "",
        "student_id": "12913109",
        "remark_client": "",
        "display": "1",
        "credit": "4.5",
        "user_id": "25",
        "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
        "sex": "2",
        "real_name": "金晓青",
        "school": "杭州电子科技大学",
        "school_id": "1",
        "major": "信息管理与信息系统",
        "user_resume": "平时有加志愿者活动等等,这些工作慢慢养成了我做事认真负责,耐心仔细的习惯,我乐于去尝试新鲜事物,愿意去接触新的人,新的事,喜欢挑战。我一直觉得,我现在所做的任何事都是在为以后做铺垫,认真做好每一件小事,是成功的每一步。",
        "user_sign": "Trey trot",
        "update_time": "1488607271",
        "username": "13777859219",
        "activity_credit": "2.5",
        "hobby_credit": "3.5",
        "skill_credit": "1.8",
        "practice_credit": "2.3",
        "mark_credit": "3.2",
        "bind_mobile": "",
        "auth_trainee": "1",
        "effect": "0",
        "progress": "0",
        "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
        "friend_display": "1",
        "is_me": 0,
        "id_salt": "0f3a018d90fb8d4732f76581fe291389"
    }
}
                            
参数名 描述 类型
success boolean
data object
data.id 信息id number
data.work_status 求职状态 number
data.job_keycodes 求职意向 string
data.user_id 当前用户id number
data.path 头像原图 string
data.path_thumb 头像小图 string
data.sex 性别 number
data.real_name 姓名 string
data.school 学校名称 string
data.school_id 学校id number
data.major 专业名称 string
data.user_resume 个人简介 string
data.user_sign 签名 string
data.username 用户名 number
data.effect 影响力值 number
data.progress 资料完善度 number
data.friend_display 好友关系状态:99=未申请过;0=申请中;1=审核通过;2=审核拒绝;3=拉黑; number
data.id_salt 加盐id string
data.auth_trainee 教务认证状态:0=未实名认证;1=实名认证 string
data.is_me 进入是不是是自己的个人主页:1=自己的主页,0=他人的主页 string
data.to_follow_count 粉丝数量 string
data.from_follow_count 关注数量 string
data.auth_trainee_hand 手工认证状态:0=未实名认证;1=实名认证 string
data.ratio 相性值 string
data.bind_mobile 手机号码 string

官方推送/社区/消息接口

获取社区列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_bbs_list/0/3000/0/0/10/1?sid=7bc7b07c025e1bf3a4b6668c6227d451

Header参数名 类型 必需 描述 示例 e.g.
$max_id number 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id number 获取最新信息 如:0
$per_page number 每页数 如:10
$page number 页数 如:1
$type number 类型:0=推荐;1=关注 0
$max_w number 图片最大宽值 300

详细说明:

注:加了广告图;完善关注功能

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "301",
                "video_path": "",
                "from_item_id": "0",
                "from_type": "ori",
                "content": "

内容#ddddd#ddddd#cccc#

", "user_id": "75", "type": "1", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:ddd:ddd:ddd11_jpg", "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg", "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg", "real_name": "向汉平11", "school": "浙江大学", "major": "软件工程", "company_name": "", "job_name": "", "attachment_list": [ { "id": "12", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg", "min_w": 300, "min_h": 201, "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg" } ], "is_love": 0, "is_follow": 0, "add_time_format": "2019-02-20", "is_me": 1, "bbs_love_list": [], "bbs_comment_list": [] } ], "stick_list": [ { "id": "285", "video_path": "", "from_item_id": "0", "from_type": "ori", "content": "岗位职责:1、统筹智能硬件产品的嵌入式软件开发项目;2、代表公司(甲方),协调合作单位,共同进行物联网eMTC/LoRa/NB-IoT等技术的产品化开发;3、对相关方开展技术指导、支持、培训;4、与硬件工程师相互配合完成样机调试,功能及性能测试。", "user_id": "21650", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:1114:20171114163509348311_jpg", "path": "http://my.model.com/internpool/uploads/2017/1114/20171114163509348311.jpg", "path_thumb": "http://my.model.com/internpool/uploads/2017/1114/20171114163509348311_thumb.jpg", "company_name": "浙江地球村环保科技有限公司", "company_info_id": "396", "summary": "地球村是一家专注于呼...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-07-31", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "284", "video_path": "", "from_item_id": "0", "from_type": "ori", "content": "工作内容:1、协助店经理进行月度业绩目标分解,并跟踪目标达成;2、协助店经理完成新员工带训及各项培训工作,完善门店考评制度;3、合理进行人员分配,对员工心态实时关注,能有效激励员工;4、根据门店实际销售情况对样品/客货的进销存进行跟踪管理,组织月度财务盘点。", "user_id": "21649", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0727:20170727135347846082_png", "path": "http://my.model.com/internpool/uploads/2017/0727/20170727135347846082.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0727/20170727135347846082_thumb.png", "company_name": "深圳市戴瑞珠宝有限公司", "company_info_id": "395", "summary": "Darry Ring是香港戴瑞...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-07-31", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "283", "video_path": "", "from_item_id": "0", "from_type": "ori", "content": "岗位职责:整理新客户的资料并进行沟通;回答客户咨询,维护老客户,挖掘老客户潜力;任职资格:口齿清晰,普通话流利,语言富有感染力;具有较强的学习能力和沟通能力。", "user_id": "623", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0329:20170329142310581119_jpg", "path": "http://my.model.com/internpool/uploads/2017/0329/20170329142310581119.jpg", "path_thumb": "http://my.model.com/internpool/uploads/2017/0329/20170329142310581119_thumb.jpg", "company_name": "杭州裕耀投资管理有限公司", "company_info_id": "148", "summary": "杭州裕耀投资管理有限...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-07-28", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [ { "id": "407", "bbs_id": "283", "user_id": "2991", "content": "有什么要求吗?", "parent_id": "0", "to_user_id": "0", "top_parent_id": "0", "type": "1", "name": "赵阳", "is_me": 0, "to_name": "", "to_company_info_id": "", "to_user_type": "" }, { "id": "418", "bbs_id": "283", "user_id": "623", "content": "具体的话能说会道,擅长沟通交流", "parent_id": "407", "to_user_id": "2991", "top_parent_id": "407", "type": "2", "name": "杭州裕耀投资管理有限公司", "company_info_id": "148", "is_me": 0, "to_name": "赵阳", "to_company_info_id": "", "to_user_type": "1" } ] } ], "is_next_page": 1, "max_id": "301", "ad_list": [ { "path": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003.jpg", "url": "", "url_xcx": "htt", "ad_text": "", "path_thumb": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003_thumb.jpg" } ] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 帖子id number
data.item_list.content 帖子内容 string
data.item_list.user_id 发布用户id number
data.item_list.type 身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') number
data.item_list.path_val 头像原路径 string
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.real_name 姓名 string
data.item_list.school 学校名称 string
data.item_list.major 专业 string
data.item_list.company_name 公司名称 string
data.item_list.job_name 职务 string
data.item_list.attachment_list 图片列表 array
data.item_list.attachment_list.id 图片id number
data.item_list.attachment_list.path 图片原图路径 string
data.item_list.attachment_list.path_thumb 图片缩略图路径 string
data.item_list.is_love 是否点赞:0=未点赞;1=已点赞; number
data.item_list.is_follow 是否关注:1=已关注;0=未关注 number
data.item_list.add_time_format 格式化发布时间 string
data.item_list.is_me 是否是自己发布的:1=自己;0=他人; number
data.item_list.video_path 对应短视频地址 string
data.item_list.bbs_love_list 点赞列表 array
data.item_list.bbs_love_list.id 点赞信息id number
data.item_list.bbs_love_list.from_user_id 点赞用户id number
data.item_list.bbs_love_list.type 点赞用户身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') number
data.item_list.bbs_love_list.real_name 姓名 string
data.item_list.bbs_comment_list 评论列表 array
data.item_list.bbs_comment_list.id 评论id number
data.item_list.bbs_comment_list.bbs_id 帖子id number
data.item_list.bbs_comment_list.user_id 评论用户id number
data.item_list.summary 除type=1,6外的用户的简介 string
data.item_list.bbs_comment_list.content 评论内容 string
data.item_list.bbs_comment_list.parent_id number
data.item_list.bbs_comment_list.to_user_id 回复某用户,用这个来判断此信息是不是回复 >0为回复;0=不是回复 number
data.item_list.bbs_comment_list.top_parent_id number
data.item_list.bbs_comment_list.type 评论用户身份:'1'='个人', '2'='企业', '3'='社团', '4'='猎头', '5'='营销', '6'='讲师' number
data.item_list.bbs_comment_list.name 所有身份的名称 string
data.item_list.bbs_comment_list.is_me 是否是自己发布的:1=自己;0=他人; number
data.item_list.bbs_comment_list.to_name 回复了谁,被回复的名称 string
data.item_list.bbs_comment_list.to_user_type 被回复人的身份:'1'='个人', '2'='企业', '3'='社团', '4'='猎头', '5'='营销', '6'='讲师' string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.ad_list 广告对象列表 string
data.ad_list.path 图片原图路径 string
data.ad_list.url 广告链接[pc,app,公众号,手机网站] string
data.ad_list.url_xcx 广告链接[[小程序]] string
data.ad_list.ad_text 广告词 string
data.ad_list.path_thumb 图片缩略图路径 string
data.item_list.is_long 是否是长文章:1=长文章;0=短文章; string
data.item_list.from_type 转发文章类型:customize=干货;news=官方通知;welfare=福利; string
data.item_list.from_item_id 转发文章-id string
data.item_list.from_path 转发文章-图片原图路径 string
data.item_list.from_path_thumb 转发文章-图片缩略图路径 string
data.item_list.from_title 转发文章-标题 string
data.stick_list 置顶话题 array

获取话题/搜索动态列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/get_topic_bbs_list/$max_w/$max_id/$since_id/$per_page/$page?sid=2ecc2c222843248427baa876e147e335

Header参数名 类型 必需 描述 示例 e.g.
$max_id number 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id number 获取最新信息 如:0
$per_page number 每页数 如:10
$page number 页数 如:1
$max_w number 图片最大宽值 300
Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词 #理工科专业#

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "299",
                "from_item_id": "48",
                "from_type": "bbs",
                "content": "

\"logo.jpg.png\"/

", "user_id": "75", "type": "1", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:ddd:ddd:ddd11_jpg", "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg", "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg", "real_name": "向汉平11", "school": "浙江大学", "major": "软件工程", "company_name": "", "job_name": "", "attachment_list": [ { "id": "12", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg", "min_w": 300, "min_h": 201, "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg" }, { "id": "13", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154546761288.jpeg", "min_w": 300, "min_h": 222, "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154546761288_thumb.jpeg" } ], "is_love": 1, "is_follow": 0, "add_time_format": "2018-04-11", "is_me": 1, "bbs_love_list": [ { "id": "34", "from_user_id": "75", "type": "1", "real_name": "向汉平11" } ], "bbs_comment_list": [ { "id": "30", "bbs_id": "299", "user_id": "181", "content": "请问每个工作的具体福利待遇", "parent_id": "0", "to_user_id": "0", "top_parent_id": "0", "type": "1", "name": "陆熠佳", "is_me": 0, "to_name": "", "to_user_type": "" }, { "id": "425", "bbs_id": "299", "user_id": "75", "content": "回复内容", "parent_id": "30", "to_user_id": "181", "top_parent_id": "30,", "type": "1", "name": "向汉平11", "is_me": 1, "to_name": "陆熠佳", "to_user_type": "1" }, { "id": "426", "bbs_id": "299", "user_id": "75", "content": "回复内容", "parent_id": "30", "to_user_id": "181", "top_parent_id": "30,", "type": "1", "name": "向汉平11", "is_me": 1, "to_name": "陆熠佳", "to_user_type": "1" } ] }, { "id": "297", "from_item_id": "0", "from_type": "ori", "content": "内容", "user_id": "75", "type": "1", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:ddd:ddd:ddd11_jpg", "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11.jpg", "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd11_thumb.jpg", "real_name": "向汉平11", "school": "浙江大学", "major": "软件工程", "company_name": "", "job_name": "", "attachment_list": [ { "id": "12", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg", "min_w": 300, "min_h": 201, "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg" }, { "id": "2774", "path": "http://my.model.com/internpool/uploads/2018/0123/20180123151010416790.jpg", "min_w": 225, "min_h": 300, "path_thumb": "http://my.model.com/internpool/uploads/2018/0123/20180123151010416790_thumb.jpg" } ], "is_love": 0, "is_follow": 0, "add_time_format": "2017-12-21", "is_me": 1, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "296", "from_item_id": "0", "from_type": "ori", "content": "

一、招聘岗位\r\n实验员(可实习) 1-2名\r\n岗位职责:\r\n1、使用质谱仪(如:MALDI-TOF,ESI-MS)进行各种分析实验,解析生物质谱数据;\r\n2、负责质谱仪的日常维护与保养工作,确保仪器正常运转;\r\n3、负责质谱分析实验室的日常管理;\r\n4、负责与合作方或顾客进行数据分析沟通,协

", "user_id": "21819", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0911:20170911170807945898_jpg", "path": "http://my.model.com/internpool/uploads/2017/0911/20170911170807945898.jpg", "path_thumb": "http://my.model.com/internpool/uploads/2017/0911/20170911170807945898_thumb.jpg", "company_name": "杭州意诚默迪生物科技有限公司", "company_info_id": "424", "summary": "杭州意诚默迪生物科技...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-09-19", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "295", "from_item_id": "0", "from_type": "ori", "content": "职位描述:\n任职要求:\n1.年龄 22-28周岁,热爱销售,具备1年以上销售工作经验,有互联网电子商务相关经优先;\n2.性格坚韧,品貌端正,思维敏捷,有良好的沟通技巧和谈判能力;\n3.善于学习,服务意识强,有团队合作精神,善于处理客户关系;\n4.市场拓展能力强,具备较强的市场分析", "user_id": "21796", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0905:20170905152347672364_JPG", "path": "http://my.model.com/internpool/uploads/2017/0905/20170905152347672364.JPG", "path_thumb": "http://my.model.com/internpool/uploads/2017/0905/20170905152347672364_thumb.JPG", "company_name": "杭州故乡人网络科技有限公司", "company_info_id": "420", "summary": "单位简介:\n杭州故乡人...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-09-06", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "294", "from_item_id": "0", "from_type": "ori", "content": "岗位职责:\n1、负责客户网站,app产品图片的处理以及所有网站资料的添加;\n2、协助公司网络域名备案;\n3、网站或app项目进度的及时跟进,包括网站资料的收集,网站的完成确认以及和客户之间的沟通;\n4、各部门的协调配合,协助设计师确保网建项目顺利完成;\n5、网站信息的及时更新与发", "user_id": "21796", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0905:20170905152347672364_JPG", "path": "http://my.model.com/internpool/uploads/2017/0905/20170905152347672364.JPG", "path_thumb": "http://my.model.com/internpool/uploads/2017/0905/20170905152347672364_thumb.JPG", "company_name": "杭州故乡人网络科技有限公司", "company_info_id": "420", "summary": "单位简介:\n杭州故乡人...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-09-06", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "293", "from_item_id": "0", "from_type": "ori", "content": "工作内容:1、制定电动汽车动力电池系统的测试规范,测试方案和测试计划;2、电动汽车动力电池系统电气性能测试,循环寿命测试,极限测试、机械结构测试等;3、电动汽车电池系统测试问题诊断、分析与解决方案。", "user_id": "21673", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0731:20170731133749617520_png", "path": "http://my.model.com/internpool/uploads/2017/0731/20170731133749617520.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0731/20170731133749617520_thumb.png", "company_name": "杭州捷能科技有限公司", "company_info_id": "414", "summary": "杭州捷能科技有限公司...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-08-02", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "292", "from_item_id": "0", "from_type": "ori", "content": "工作内容:1、负责对接客户BMS技术要求;2、负责制定BMS产品规格书;3、负责BMS系统架构设计;4、电池系统电气架构设计;5、负责继电器、保险丝等电气件选型;6、负责BMS供应商技术和质量管理。7、解决客户端出现的BMS软硬件问题。", "user_id": "21673", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0731:20170731133749617520_png", "path": "http://my.model.com/internpool/uploads/2017/0731/20170731133749617520.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0731/20170731133749617520_thumb.png", "company_name": "杭州捷能科技有限公司", "company_info_id": "414", "summary": "杭州捷能科技有限公司...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-08-02", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "291", "from_item_id": "0", "from_type": "ori", "content": "工作内容:1、独立承担或统筹研发项目结构设计工作,负责设计文档、图档的编制和归档;2、负责产品结构相关的SFMEA分析;3、及时跟进零部件和产品样品生产全过程,及时处理生产过程中发现的技术问题,并不断改进设计;严格按产品设计变更管理流程执行设计变更。", "user_id": "21673", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0731:20170731133749617520_png", "path": "http://my.model.com/internpool/uploads/2017/0731/20170731133749617520.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0731/20170731133749617520_thumb.png", "company_name": "杭州捷能科技有限公司", "company_info_id": "414", "summary": "杭州捷能科技有限公司...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-08-02", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "290", "from_item_id": "0", "from_type": "ori", "content": "招销售业务员。要求:1、形象专业,性格外向,反应敏捷、表达能力强;2、具有较强的沟通能力及交际技巧,具有亲和力,有良好心理素质及服务意识;3、对销售行业有浓厚的兴趣,有亲和力和抗压能力;4、热爱销售,充满正能量,愿意通过自己的努力实现人生价值。", "user_id": "21674", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0731:20170731135843613973_png", "path": "http://my.model.com/internpool/uploads/2017/0731/20170731135843613973.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0731/20170731135843613973_thumb.png", "company_name": "杭州攸诺智能科技有限公司", "company_info_id": "415", "summary": "杭州攸诺智能科技有限...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-08-02", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] }, { "id": "289", "from_item_id": "0", "from_type": "ori", "content": "工作内容:1、根据项目实施工作,及时反馈执行结果,负责客户方系统的搭建和测试;2、准备各类培训资料,完成培训工作;3、负责客户方在系统应用过程中具体问题的解决和跟踪。", "user_id": "21666", "type": "2", "from_path": "", "from_path_thumb": "", "from_title": "", "is_long": 0, "path_val": "uploads:2017:0731:20170731092409605996_png", "path": "http://my.model.com/internpool/uploads/2017/0731/20170731092409605996.png", "path_thumb": "http://my.model.com/internpool/uploads/2017/0731/20170731092409605996_thumb.png", "company_name": "杭州杏林信息科技有限公司", "company_info_id": "407", "summary": " 杭州杏林信息科技有...", "attachment_list": [], "is_love": 0, "is_follow": 0, "add_time_format": "2017-07-31", "is_me": 0, "bbs_love_list": [], "bbs_comment_list": [] } ], "topic_introduction": "", "first_name": "理", "topic_title": "#理工科专业#", "total_count": "0", "topic_hits": 0, "is_topic": 1, "host_name": "", "is_me": 0, "topic_path_val": "", "topic_path": "", "topic_path_thumb": "", "topic_bg_path_val": "", "topic_bg_path": "", "topic_bg_path_thumb": "", "is_next_page": 0, "max_id": "307" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 帖子id number
data.item_list.content 帖子内容 string
data.item_list.user_id 发布用户id number
data.item_list.type 身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') number
data.item_list.path_val 头像原路径 string
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.real_name 姓名 string
data.item_list.school 学校名称 string
data.item_list.major 专业 string
data.item_list.company_name 公司名称 string
data.item_list.job_name 职务 string
data.item_list.attachment_list 图片列表 array
data.item_list.attachment_list.id 图片id number
data.item_list.attachment_list.path 图片原图路径 string
data.item_list.attachment_list.path_thumb 图片缩略图路径 string
data.item_list.is_love 是否点赞:0=未点赞;1=已点赞; number
data.item_list.is_follow 是否关注:1=已关注;0=未关注 number
data.item_list.add_time_format 格式化发布时间 string
data.item_list.is_me 是否是自己发布的:1=自己;0=他人; number
data.item_list.video_path 对应短视频地址 string
data.item_list.bbs_love_list 点赞列表 array
data.item_list.bbs_love_list.id 点赞信息id number
data.item_list.bbs_love_list.from_user_id 点赞用户id number
data.item_list.bbs_love_list.type 点赞用户身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') number
data.item_list.bbs_love_list.real_name 姓名 string
data.item_list.bbs_comment_list 评论列表 array
data.item_list.bbs_comment_list.id 评论id number
data.item_list.bbs_comment_list.bbs_id 帖子id number
data.item_list.bbs_comment_list.user_id 评论用户id number
data.item_list.summary 除type=1,6外的用户的简介 string
data.item_list.bbs_comment_list.content 评论内容 string
data.item_list.bbs_comment_list.to_user_id 回复某用户,用这个来判断此信息是不是回复 >0为回复;0=不是回复 number
data.item_list.bbs_comment_list.type 评论用户身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') number
data.item_list.bbs_comment_list.name 所有身份的名称 string
data.item_list.bbs_comment_list.is_me 是否是自己发布的:1=自己;0=他人; number
data.item_list.bbs_comment_list.to_name 回复了谁,被回复的名称 string
data.item_list.bbs_comment_list.to_user_type 被回复人的身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.ad_list 广告对象列表 string
data.ad_list.path 图片原图路径 string
data.ad_list.url 广告链接[pc,app,公众号,手机网站] string
data.ad_list.url_xcx 广告链接[[小程序]] string
data.ad_list.ad_text 广告词 string
data.ad_list.path_thumb 图片缩略图路径 string
data.item_list.is_long 是否是长文章:1=长文章;0=短文章; string
data.item_list.from_type 转发文章类型:customize=干货;news=官方通知;welfare=福利; string
data.item_list.from_item_id 转发文章-id string
data.item_list.from_path 转发文章-图片原图路径 string
data.item_list.from_path_thumb 转发文章-图片缩略图路径 string
data.item_list.from_title 转发文章-标题 string
data.first_name 话题第一个字 string
data.topic_title 话题标题 string
data.total_count 话题讨论数量 number
data.topic_hits 话题浏览数量 number
data.is_topic 是否为话题:0=不是话题;1=是话题;当为话题时,才显示上面的话题部分 number
data.host_name 话题主持人姓名;没有时不要显示 string
data.topic_introduction 话题导论;没有时,不要显示 string
data.is_me 是否为自己:1=自己;0=他人;当为自己时,可以修改图标,背景图功能,暂时不用加 number
data.topic_path_val 图标存入数据库的值 string
data.topic_path 图标原图路径 string
data.topic_path_thumb 图标缩略图路径 string
data.topic_bg_path_val 背景图存入数据库的值 string
data.topic_bg_path 背景图原图路径 string
data.topic_bg_path_thumb 背景图缩略图路径 string

获取个人主页的动态列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_bbs_list/$to_user_id/$is_info/$max_w/$max_id/$since_id/$per_page/$page?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$max_id number 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id number 获取ID大于since_id最新信息 0
$per_page number 每页多少条数据 10
$page number 第几页,从1开始 0
$to_user_id number 用户id 1
$is_info number 是否显示用户信息:0=不显示;1=显示 1
$max_w number 缩略图最大宽 300

详细说明:

注:字段参照get_bbs_list

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "299",
                "content": "内容",
                "user_id": "75",
                "type": "1",
                "path_val": "uploads:ddd:ddd:ddd_jpg",
                "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院11",
                "major": "蔬菜学11",
                "company_name": "",
                "job_name": "",
                "attachment_list": [
                    {
                        "id": "12",
                        "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg",
                        "path_val": "uploads:2016:0429:20160429154351306916_jpeg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg"
                    },
                    {
                        "id": "13",
                        "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154546761288.jpeg",
                        "path_val": "uploads:2016:0429:20160429154546761288_jpeg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154546761288_thumb.jpeg"
                    }
                ],
                "is_me": 0,
                "is_love": 0,
                "add_time_format": "2018-04-11",
                "bbs_love_list": [
                    {
                        "id": "34",
                        "from_user_id": "75",
                        "type": "1",
                        "real_name": "苗英靖"
                    }
                ],
                "bbs_comment_list": [
                    {
                        "id": "30",
                        "bbs_id": "299",
                        "user_id": "181",
                        "content": "请问每个工作的具体福利待遇",
                        "parent_id": "0",
                        "to_user_id": "0",
                        "top_parent_id": "0",
                        "type": "1",
                        "name": "陆熠佳",
                        "is_me": 0,
                        "to_name": "",
                        "to_user_type": ""
                    }
                ]
            },
            {
                "id": "297",
                "content": "内容",
                "user_id": "75",
                "type": "1",
                "path_val": "uploads:ddd:ddd:ddd_jpg",
                "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院11",
                "major": "蔬菜学11",
                "company_name": "",
                "job_name": "",
                "attachment_list": [
                    {
                        "id": "12",
                        "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg",
                        "path_val": "uploads:2016:0429:20160429154351306916_jpeg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg"
                    },
                    {
                        "id": "2774",
                        "path": "http://my.model.com/internpool/uploads/2018/0123/20180123151010416790.jpg",
                        "path_val": "uploads:2018:0123:20180123151010416790_jpg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2018/0123/20180123151010416790_thumb.jpg"
                    }
                ],
                "is_me": 0,
                "is_love": 0,
                "add_time_format": "2017-12-21",
                "bbs_love_list": [],
                "bbs_comment_list": []
            },
            {
                "id": "48",
                "content": "内容",
                "user_id": "75",
                "type": "1",
                "path_val": "uploads:ddd:ddd:ddd_jpg",
                "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院11",
                "major": "蔬菜学11",
                "company_name": "",
                "job_name": "",
                "attachment_list": [],
                "is_me": 0,
                "is_love": 0,
                "add_time_format": "2017-05-21",
                "bbs_love_list": [],
                "bbs_comment_list": [
                    {
                        "id": "46",
                        "bbs_id": "48",
                        "user_id": "2875",
                        "content": "赞",
                        "parent_id": "0",
                        "to_user_id": "0",
                        "top_parent_id": "0",
                        "type": "1",
                        "name": "朱俊杰",
                        "is_me": 0,
                        "to_name": "",
                        "to_user_type": ""
                    },
                    {
                        "id": "45",
                        "bbs_id": "48",
                        "user_id": "2875",
                        "content": "赞",
                        "parent_id": "0",
                        "to_user_id": "0",
                        "top_parent_id": "0",
                        "type": "1",
                        "name": "朱俊杰",
                        "is_me": 0,
                        "to_name": "",
                        "to_user_type": ""
                    }
                ]
            },
            {
                "id": "34",
                "content": "内容",
                "user_id": "75",
                "type": "1",
                "path_val": "uploads:ddd:ddd:ddd_jpg",
                "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院11",
                "major": "蔬菜学11",
                "company_name": "",
                "job_name": "",
                "attachment_list": [],
                "is_me": 0,
                "is_love": 0,
                "add_time_format": "2016-12-21",
                "bbs_love_list": [],
                "bbs_comment_list": [
                    {
                        "id": "44",
                        "bbs_id": "34",
                        "user_id": "319",
                        "content": "86788896",
                        "parent_id": "39",
                        "to_user_id": "2862",
                        "top_parent_id": "39",
                        "type": "2",
                        "name": "杭州巨兽网络科技有限公司",
                        "is_me": 0,
                        "to_name": "马华坤",
                        "to_user_type": "1"
                    },
                    {
                        "id": "43",
                        "bbs_id": "34",
                        "user_id": "2862",
                        "content": "联系电话多少",
                        "parent_id": "39",
                        "to_user_id": "319",
                        "top_parent_id": "39",
                        "type": "1",
                        "name": "马华坤",
                        "is_me": 0,
                        "to_name": "杭州巨兽网络科技有限公司",
                        "to_user_type": "2"
                    }
                ]
            }
        ],
        "item_info": {
            "id": "34",
            "company_name": "",
            "job_name": "",
            "user_id": "75",
            "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
            "sex": "1",
            "real_name": "苗英靖",
            "school": "浙江大学研究生院11",
            "major": "蔬菜学11",
            "user_resume": "在在在在 在在",
            "username": "15888876435",
            "bind_mobile": "15888876435",
            "type": "1",
            "path_val": "uploads:ddd:ddd:ddd_jpg",
            "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
            "is_follow": 0,
            "is_me": 0,
            "to_follow_count": "6884",
            "from_follow_count": "2",
            "id_salt": "ecb7ea6fc0f53726d4726324ff45c451"
        },
        "is_next_page": 0,
        "max_id": "299"
    }
}
                            
参数名 描述 类型
success boolean
data object
data.item_list 跟首页get_bbs_list结构类似 array
data.item_list.id number
data.item_list.content string
data.item_list.user_id number
data.item_list.type number
data.item_list.path_val string
data.item_list.path string
data.item_list.path_thumb string
data.item_list.real_name string
data.item_list.school string
data.item_list.major string
data.item_list.company_name string
data.item_list.job_name string
data.item_list.attachment_list array
data.item_list.attachment_list.id number
data.item_list.attachment_list.path string
data.item_list.attachment_list.path_val string
data.item_list.attachment_list.path_thumb string
data.item_list.is_me number
data.item_list.is_love number
data.item_list.add_time_format string
data.item_list.bbs_love_list array
data.item_list.bbs_love_list.id number
data.item_list.bbs_love_list.from_user_id number
data.item_list.bbs_love_list.type number
data.item_list.bbs_love_list.real_name string
data.item_list.bbs_comment_list array
data.item_list.bbs_comment_list.id number
data.item_list.bbs_comment_list.bbs_id number
data.item_list.bbs_comment_list.user_id number
data.item_list.bbs_comment_list.content string
data.item_list.bbs_comment_list.parent_id number
data.item_list.bbs_comment_list.to_user_id number
data.item_list.bbs_comment_list.top_parent_id number
data.item_list.bbs_comment_list.type number
data.item_list.bbs_comment_list.name string
data.item_list.bbs_comment_list.is_me number
data.item_list.bbs_comment_list.to_name string
data.item_list.bbs_comment_list.to_user_type string
data.item_info 用户信息对象 object
data.item_info.id 用户信息id number
data.item_info.company_name 公司名称 string
data.item_info.job_name 职务 string
data.item_info.user_id 用户id number
data.item_info.path 用户头像 string
data.item_info.path_val 头像值 string
data.item_info.path_thumb 头像缩略图 string
data.item_info.sex 用户性别 number
data.item_info.real_name 姓名 string
data.item_info.school 学校 string
data.item_info.major 专业 string
data.item_info.user_resume 个人简介 string
data.item_info.username 用户名 number
data.item_info.type 身份:1=个人;6=导师; number
data.item_info.is_follow 关注:1=已关注;0=未关注; number
data.item_info.is_me 是否是自己空间;1=自己;0=别人空间; number
data.item_info.to_follow_count 粉丝数量 number
data.item_info.from_follow_count 关注数量 number
data.item_info.auth_trainee_hand 人工认证:1=已认证;0=未认证; string
data.item_info.auth_trainee 教务认证:1=已认证;0=未认证; string
data.item_info.id_salt md5的id string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.is_long 是否是长文章:1=长文章;0=短文章; string
data.item_list.from_type 转发文章类型:customize=干货;news=官方通知;welfare=福利; string
data.item_list.from_item_id 转发文章-id string
data.item_list.from_path 转发文章-图片原图路径 string
data.item_list.from_path_thumb 转发文章-图片缩略图路径 string
data.item_list.from_title 转发文章-标题 string
data.item_list.attachment_list.min_w 批量图片-缩略图宽:单位px string
data.item_list.attachment_list.min_h 批量图片-缩略图高:单位px string
data.item_list.video_path 对应短视频地址 string

获取营销号主页的动态列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_yy_user_bbs_list/$to_user_id/$is_info/$max_w/$max_id/$since_id/$per_page/$page?sid=acd2e038d4f97187da365138288fe7d6

Header参数名 类型 必需 描述 示例 e.g.
$max_id number 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id number 获取ID大于since_id最新信息 0
$per_page number 每页多少条数据 10
$page number 第几页,从1开始 1
$to_user_id number 用户id 23894
$is_info number 是否显示用户信息:0=不显示;1=显示 1
$max_w number 缩略图最大宽-单张 300

详细说明:

注:动态部分结构参照get_bbs_list

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "34",
                "content": "巨兽网络是一家非常年轻化的公司,不像常规的公司那样有很强烈的上下级理念,我们更像一个一起共事协作的团队。在巨兽你可以随时和任何一位成员沟通交流自己的想法并且召开小组讨论。巨兽追求高效的团队合作能力,也保持着愉快的工作氛围。",
                "user_id": "23894",
                "type": "5",
                "path_val": "uploads:2017:1117:20171117112232147247_jpg",
                "path": "http://my.model.com/internpool/uploads/2017/1117/20171117112232147247.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1117/20171117112232147247_thumb.jpg",
                "company_name": "杭州佐创智能科技有限...",
                "attachment_list": [],
                "is_me": 0,
                "is_love": 0,
                "add_time_format": "2016-12-21",
                "bbs_love_list": [],
                "bbs_comment_list": [
                    {
                        "id": "44",
                        "bbs_id": "34",
                        "user_id": "319",
                        "content": "86788896",
                        "parent_id": "39",
                        "to_user_id": "2862",
                        "top_parent_id": "39",
                        "type": "2",
                        "name": "杭州巨兽网络科技有限公司",
                        "is_me": 0,
                        "to_name": "马华坤",
                        "to_user_type": "1"
                    },
                    {
                        "id": "43",
                        "bbs_id": "34",
                        "user_id": "2862",
                        "content": "联系电话多少",
                        "parent_id": "39",
                        "to_user_id": "319",
                        "top_parent_id": "39",
                        "type": "1",
                        "name": "马华坤",
                        "is_me": 0,
                        "to_name": "杭州巨兽网络科技有限公司",
                        "to_user_type": "2"
                    }
                ]
            }
        ],
        "item_info": {
            "id": "430",
            "user_id": "23894",
            "company_name": "杭州佐创智能科技有限公司",
            "summary": "我们是一家IT公司",
            "path": "http://my.model.com/internpool/uploads/2017/1117/20171117112232147247.jpg",
            "path_val": "uploads:2017:1117:20171117112232147247_jpg",
            "path_thumb": "http://my.model.com/internpool/uploads/2017/1117/20171117112232147247_thumb.jpg",
            "to_follow_count": "0",
            "from_follow_count": "0",
            "is_follow": 0
        },
        "is_next_page": 0,
        "max_id": "299"
    }
}
                            
参数名 描述 类型
success boolean
data object
data.item_list array
data.item_list.id number
data.item_list.content string
data.item_list.user_id number
data.item_list.type number
data.item_list.path_val string
data.item_list.path string
data.item_list.path_thumb string
data.item_list.company_name string
data.item_list.attachment_list array
data.item_list.is_me number
data.item_list.is_love number
data.item_list.add_time_format string
data.item_list.bbs_love_list array
data.item_list.bbs_comment_list array
data.item_list.bbs_comment_list.id number
data.item_list.bbs_comment_list.bbs_id number
data.item_list.bbs_comment_list.user_id number
data.item_list.bbs_comment_list.content number
data.item_list.bbs_comment_list.parent_id number
data.item_list.bbs_comment_list.to_user_id number
data.item_list.bbs_comment_list.top_parent_id number
data.item_list.bbs_comment_list.type number
data.item_list.bbs_comment_list.name string
data.item_list.bbs_comment_list.is_me number
data.item_list.bbs_comment_list.to_name string
data.item_list.bbs_comment_list.to_user_type number
data.item_info 营销号信息对象 object
data.item_info.id 信息id number
data.item_info.user_id 用户id number
data.item_info.company_name 公司名称 string
data.item_info.summary 简介 string
data.item_info.path logo原图路径 string
data.item_info.path_val logo值 string
data.item_info.path_thumb logo缩略图路径 string
data.item_info.to_follow_count 粉丝数量 number
data.item_info.from_follow_count 关注数量 number
data.item_info.username 用户名 string
data.item_info.is_follow 是否关注:1=关注;0=未关注 number
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.summary 公司简介 string
data.item_list.is_long 是否是长文章:1=长文章;0=短文章; string
data.item_list.from_type 转发文章类型:customize=干货;news=官方通知;welfare=福利; string
data.item_list.from_item_id 转发文章-id string
data.item_list.from_path 转发文章-图片原图路径 string
data.item_list.from_path_thumb 转发文章-图片缩略图路径 string
data.item_list.from_title 转发文章-标题 string
data.item_list.attachment_list.min_w 批量图片-缩略图宽:单位px string
data.item_list.attachment_list.min_h 批量图片-缩略图高:单位px string
data.item_list.video_path 对应短视频地址 string

发布动态

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_bbs?sid=103aad88df492e44af036cf7652f2584

Body参数名 类型 必需 描述 示例 e.g.
content string 评论内容 内容
batch_path_ids string 批量传图 12_12_

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "发布成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

发布评论

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/comment_bbs?sid=7da3c026c06209bbcd806be6e5087ae6

Body参数名 类型 必需 描述 示例 e.g.
bbs_id string 帖子id
content string 评论内容

返回示例:

                                {
    "success": true,
    "data": {
        "id": "424",
        "bbs_id": "34",
        "user_id": "75",
        "content": "大在在",
        "parent_id": "0",
        "to_user_id": "0",
        "top_parent_id": "",
        "user_type": "1",
        "real_name": "苗英靖"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 评论id number
data.bbs_id 帖子id number
data.user_id 评论用户id number
data.content 评论内容 string
data.to_user_id 被回复用户id,>0为回复信息 number
data.user_type 身份:1=个人;6=导师; number
data.real_name 姓名 string

回复评论

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/reply_comment?sid=9fc3ad7abdfec89abc9f2bba38a1e4b7

Body参数名 类型 必需 描述 示例 e.g.
bbs_comment_id string 评论id 30
to_user_id string 被回复的用户id 181
content string 回复内容 回复内容

返回示例:

                                {
    "success": true,
    "data": {
        "id": "467",
        "bbs_id": "33",
        "user_id": "75",
        "content": "回复内容",
        "parent_id": "34",
        "to_user_id": "23894",
        "top_parent_id": "3034,",
        "user_type": "1",
        "real_name": "向汉平11",
        "to_user_type": "5",
        "to_real_name": "",
        "to_name": "杭州佐创智能科技有限公司",
        "to_company_info_id": "430"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 评论信息id number
data.bbs_id 帖子id number
data.user_id 评论用户id number
data.real_name 评论用户姓名 string
data.content 评论内容 string
data.user_type 评论用户的身份:1=个人;6=导师; number
data.to_user_id 被回复用户id number
data.to_user_type 被回复用户身份:1=个人;6=导师; number
data.to_real_name 被回复用户姓名--这个字段没有用了 string
data.to_name 被回复用户姓名/公司名称 string
data.to_company_info_id 被回复公司资料id number

动态长文章详情

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_bbs_info/$id?sid=09cace366a06ab622ed61e12c87f57ea

Header参数名 类型 必需 描述 示例 e.g.
$id string 帖子id 如:299

返回示例:

                                {
    "success": true,
    "data": {
        "id": "299",
        "hits": "9",
        "content": "

\"logo.jpg.png\"/

" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 信息id number
data.hits 浏览数量 number
data.content 文章内容 string

删除帖子

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_bbs?sid=d2aed7b402790150c5c578ec1118a4ef

Body参数名 类型 必需 描述 示例 e.g.
id string 帖子id 1

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "删除成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

转发-动态

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/repeat_bbs?sid=1496a8b429589836f573879a9512f14a

Body参数名 类型 必需 描述 示例 e.g.
content string 帖子内容
batch_path_ids string 批量图片 如:12_13_
from_type string 转发类型 如:'welfare'=福利,'customize'=干货,'news'=推送通知
from_item_id string 转发文章id

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "发布成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误 信息字段 string
message 错误 信息 string

点赞-帖子

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_bbs_love?sid=719af4b5cbd43e6481160b4d2e4aebb5

Body参数名 类型 必需 描述 示例 e.g.
bbs_id string 帖子id 34

返回示例:

                                {
    "success": true,
    "data": {
        "action": "delete",
        "id": "2",
        "bbs_love_count": "13"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.action 动作:add=添加,delete=删除 string
data.id 帖子id number
data.bbs_love_count 点赞数量 string

评论回复列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_bbs_comment_info/$parent_id?sid=7cadc6a83f4e0aa55314737968a2dd99

Header参数名 类型 必需 描述 示例 e.g.
$parent_id string 评论id 30

返回示例:

                                {
    "success": true,
    "data": {
        "id": "30",
        "bbs_id": "34",
        "user_id": "181",
        "content": "请问每个工作的具体福利待遇",
        "add_time": "1482372759",
        "display": "1",
        "parent_id": "0",
        "to_user_id": "0",
        "type": "1",
        "path": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg",
        "real_name": "陆熠佳",
        "school": "杭州电子科技大学",
        "major": "信息管理与信息系统",
        "is_love": 0,
        "is_follow": 0,
        "is_me": 0,
        "add_time_format": "2016年12月22日 10:12",
        "bbs_comment_count": "5",
        "bbs_comment_love_count": "0",
        "bbs_comment_love_list": [],
        "item_list": [
            {
                "id": "35",
                "bbs_id": "34",
                "user_id": "181",
                "content": "已报名",
                "add_time": "1482386778",
                "display": "1",
                "parent_id": "30",
                "to_user_id": "319",
                "username": "13173913027",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg",
                "real_name": "陆熠佳",
                "school": "杭州电子科技大学",
                "major": "信息管理与信息系统",
                "is_love": 0,
                "bbs_comment_count": "0",
                "bbs_comment_love_count": "0",
                "add_time_format": "2016-12-22",
                "is_me": 0
            },
            {
                "id": "34",
                "bbs_id": "34",
                "user_id": "181",
                "content": "好的",
                "add_time": "1482378098",
                "display": "1",
                "parent_id": "30",
                "to_user_id": "319",
                "username": "13173913027",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg",
                "real_name": "陆熠佳",
                "school": "杭州电子科技大学",
                "major": "信息管理与信息系统",
                "is_love": 0,
                "bbs_comment_count": "0",
                "bbs_comment_love_count": "0",
                "add_time_format": "2016-12-22",
                "is_me": 0
            },
            {
                "id": "33",
                "bbs_id": "34",
                "user_id": "319",
                "content": "具体待遇要面试后决定。但是能保障的是待遇一定比同类公司要高",
                "add_time": "1482378051",
                "display": "1",
                "parent_id": "30",
                "to_user_id": "181",
                "username": "behemon",
                "type": "2",
                "path": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645_thumb.jpg",
                "company_name": "杭州巨兽网络科技有限...",
                "company_info_id": "60",
                "is_love": 0,
                "bbs_comment_count": "0",
                "bbs_comment_love_count": "0",
                "add_time_format": "2016-12-22",
                "is_me": 0
            },
            {
                "id": "32",
                "bbs_id": "34",
                "user_id": "181",
                "content": "能不能具体些~想应聘文案。",
                "add_time": "1482376315",
                "display": "1",
                "parent_id": "30",
                "to_user_id": "319",
                "username": "13173913027",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg",
                "real_name": "陆熠佳",
                "school": "杭州电子科技大学",
                "major": "信息管理与信息系统",
                "is_love": 1,
                "bbs_comment_count": "0",
                "bbs_comment_love_count": "1",
                "add_time_format": "2016-12-22",
                "is_me": 0
            },
            {
                "id": "31",
                "bbs_id": "34",
                "user_id": "319",
                "content": "巨兽能给大学生提供什么?   ·高于行业平均水准的薪水 ·巨兽的成员宿舍 ·优质的工作环境及工作氛围 ·定期的团队聚餐及户外活动 ·定期的团队聚餐及户外活动 ·进击的加薪幅度 ·家庭一般的归属感",
                "add_time": "1482373300",
                "display": "1",
                "parent_id": "30",
                "to_user_id": "181",
                "username": "behemon",
                "type": "2",
                "path": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645_thumb.jpg",
                "company_name": "杭州巨兽网络科技有限...",
                "company_info_id": "60",
                "is_love": 0,
                "bbs_comment_count": "0",
                "bbs_comment_love_count": "0",
                "add_time_format": "2016-12-22",
                "is_me": 0
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.id 评论信息id number
data.bbs_id 帖子id number
data.user_id 评论用户id number
data.content 评论内容 string
data.add_time 评论时间,单位秒 number
data.parent_id 父级id number
data.to_user_id 评论哪个用户 number
data.type 用户类型:1=个人;2=公司; number
data.path 个人头像原图 string
data.path_thumb 个人头像缩略图 string
data.real_name 姓名 string
data.school 学校名称 string
data.major 专业 string
data.is_love 是否点赞;1=已点赞;0=未点赞; number
data.is_follow 是否关注;1=已关系;0=未关注 number
data.is_me 是否是自己发的;1=自己发的;0=他人发的; number
data.add_time_format 格式化发布时间 string
data.bbs_comment_count 评论数量 number
data.bbs_comment_love_count 点赞数量 number
data.bbs_comment_love_list 点赞人员列表对象 array
data.item_list 评论回复列表 array
data.item_list.id id number
data.item_list.bbs_id 帖子id number
data.item_list.user_id 评论用户id number
data.item_list.content 评论内容 string
data.item_list.add_time 评论时间,单位秒 number
data.item_list.parent_id 父级id number
data.item_list.to_user_id 回复了谁 number
data.item_list.username 用户名 number
data.item_list.type 用户类型 number
data.item_list.path 用户头像原图 string
data.item_list.path_thumb 用户头像缩略图 string
data.item_list.real_name 姓名 string
data.item_list.school 学校 string
data.item_list.major 专业 string
data.item_list.is_love 是否点赞;1=已点赞;0=未点赞; number
data.item_list.bbs_comment_count 回复数量 number
data.item_list.bbs_comment_love_count 点赞数量 number
data.item_list.add_time_format 格式化发布时间 string
data.item_list.is_me 是否是自己发的 number

获取实时动态数据

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_notice_data?sid=719af4b5cbd43e6481160b4d2e4aebb5

返回示例:

                                {
    "success": true,
    "data": {
        "user_friend_count_2": 0,
        "sex": "",
        "news_count": 0,
        "bbs_count": 0,
        "job_count": 0,
        "user_friend_count": 0,
        "major": "",
        "school": "",
        "wdsq_count": 0,
        "wdsx_count": 0,
        "xxhz_count": 0,
        "msjl_count": 0,
        "display": 99,
        "display_hand": 99,
        "path_thumb": "",
        "path": "",
        "real_name": "",
        "presenter_id": 0,
        "effect": 0,
        "progress": 0
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象数据 object
data.chat_record_count 获取聊天记录未读数量 string
data.user_friend_count_2 获取好友申请 number
data.user_friend_count 好友消息 number
data.news_count 官方推送 number
data.bbs_count 帖子 number
data.job_count 职位消息 number
data.major 专业 string
data.school 学校 string
data.wdsq_count 我的申请 number
data.wdsx_count 我的实习-查没有评价对方 number
data.xxhz_count 我的消息 number
data.msjl_count 我的面试记录 number
data.display 教务系统认证状态:0=待审核;1=审核通过;2=审核未通过;99=未认证 number
data.display_hand 人工认证状态:0=待审核;1=审核通过;2=审核未通过;99=未认证 number
data.path 头像原图 string
data.path_thumb 用户头像缩略图 string
data.real_name 真实姓名 string
data.presenter_id 推荐人id number
data.effect 影响力值 number
data.progress 资料完善度值 number
data.sex 性别:1=男;2=女; string
data.is_user_ai_log 是否分析:1=已分析;0=未分析; string
data.auth_trainee 教务审核状态:1=已认证,0=未认证; string
data.auth_trainee_hand 人工审核状态:1=已认证;0=未认证; string

获取已赞的人列表-帖子

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_bbs_love_list/34?sid=719af4b5cbd43e6481160b4d2e4aebb5

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "bbs_id": "34",
                "from_user_id": "75",
                "to_user_id": "319",
                "add_time": "453434534",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院",
                "major": "蔬菜学",
                "path": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682.JPG",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682_thumb.JPG",
                "friend_display": 99
            }
        ]
    }
}
                            
参数名 描述 类型
success boolean
data object
data.item_list 对象列表 array
data.item_list.id 信息id number
data.item_list.bbs_id 帖子id number
data.item_list.from_user_id 主动者id number
data.item_list.to_user_id 被动者id number
data.item_list.real_name 姓名 string
data.item_list.school 学校名称 string
data.item_list.major 专业名称 string
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像小图 string
data.item_list.friend_display 关系状态:99=未申请过;0=申请中;1=审核通过,2=审核拒绝;3=拉黑; number

删除消息

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_notice?sid=f5138da74c4b9c121e1ce86c0fb14d9e

Body参数名 类型 必需 描述 示例 e.g.
id string 消息id 1

返回示例:

                                {
    "success": false,
    "field": "login",
    "message": "请登录",
    "erro_code": ""
}
                            
参数名 描述 类型
success boolean
field string
message string
erro_code string

获取好友消息列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_friend_notice_list/0/0/10/1?sid=6d4f80b14499fcbea02f98d66b7e514a

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id string 获取ID大于since_id最新设计师 0
$per_page string 每页多少条数据 10
$page string 第几页,从1开始 1

动态消息详细--消息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_bbs_info_for_notice/$id/$max_w?sid=7da3c026c06209bbcd806be6e5087ae6

Header参数名 类型 必需 描述 示例 e.g.
$id string 动态id 299
$max_w string 图片最大宽度值 300

返回示例:

                                {
    "success": true,
    "data": {
        "id": "299",
        "content": "内容",
        "hits": "7",
        "user_id": "75",
        "from_type": "bbs",
        "from_item_id": "48",
        "from_platform": "",
        "type": "1",
        "is_me": 1,
        "is_follow": 0,
        "add_time_format": "1057944天22小时19分钟",
        "path": "http://my.model.com/internpool/uploads/ddd/ddd/ddd.jpg",
        "path_thumb": "http://my.model.com/internpool/uploads/ddd/ddd/ddd_thumb.jpg",
        "real_name": "苗英靖",
        "school": "浙江大学研究生院11",
        "major": "蔬菜学11",
        "company_name": "",
        "job_name": "",
        "attachment_list": [
            {
                "id": "12",
                "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg",
                "min_w": 300,
                "min_h": 201,
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg"
            },
            {
                "id": "13",
                "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154546761288.jpeg",
                "min_w": 300,
                "min_h": 222,
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154546761288_thumb.jpeg"
            }
        ],
        "bbs_love_list": [
            {
                "id": "34",
                "from_user_id": "75",
                "type": "1",
                "real_name": "苗英靖"
            }
        ],
        "bbs_comment_list": [
            {
                "id": "426",
                "bbs_id": "299",
                "user_id": "75",
                "content": "回复内容",
                "parent_id": "30",
                "to_user_id": "181",
                "top_parent_id": "30,",
                "type": "1",
                "name": "苗英靖",
                "is_me": 1,
                "to_name": "陆熠佳",
                "to_user_type": "1"
            },
            {
                "id": "425",
                "bbs_id": "299",
                "user_id": "75",
                "content": "回复内容",
                "parent_id": "30",
                "to_user_id": "181",
                "top_parent_id": "30,",
                "type": "1",
                "name": "苗英靖",
                "is_me": 1,
                "to_name": "陆熠佳",
                "to_user_type": "1"
            },
            {
                "id": "30",
                "bbs_id": "299",
                "user_id": "181",
                "content": "请问每个工作的具体福利待遇",
                "parent_id": "0",
                "to_user_id": "0",
                "top_parent_id": "0",
                "type": "1",
                "name": "陆熠佳",
                "is_me": 0,
                "to_name": "",
                "to_user_type": ""
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 帖子id number
data.content 帖子内容 string
data.user_id 帖子发布用户id number
data.from_type string
data.from_item_id number
data.from_platform string
data.type 帖子发布用户身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师'); number
data.is_me 是否是自己发布的:1=是;0=他人发布的 number
data.is_follow 是否关注:1=已关注;0=未关注; number
data.add_time_format 格式化发布时间 string
data.job_name 职务 string
data.path 发布者用户头像原图路径 string
data.path_thumb 发布者用户头像缩略图路径 string
data.real_name 发布姓名 string
data.school 学校 string
data.major 专业 string
data.company_name 公司名称 string
data.video_path 对应短视频地址 string
data.attachment_list 批量图片 array
data.attachment_list.id 图片id number
data.attachment_list.path 图片原图路径 string
data.attachment_list.path_thumb 图片缩略图 string
data.attachment_list.min_h 图片高度 number
data.attachment_list.min_w 图片宽度 number
data.bbs_love_list 点赞列表 array
data.bbs_love_list.id 点赞id number
data.bbs_love_list.from_user_id 点赞用户id number
data.bbs_love_list.type 点赞用户类型:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师'); number
data.bbs_love_list.real_name 点赞用户姓名 string
data.bbs_comment_list 评论列表 array
data.bbs_comment_list.id 评论id number
data.bbs_comment_list.bbs_id 帖子id number
data.bbs_comment_list.user_id 评论用户id number
data.bbs_comment_list.content 评论内容 string
data.bbs_comment_list.to_user_id 被回复的用户id; >0为被回复 number
data.bbs_comment_list.type 点赞用户类型:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师'); number
data.bbs_comment_list.name 姓名 string
data.bbs_comment_list.is_me 是否是自己:1=自己;0=他人; number
data.bbs_comment_list.to_name 被回复人姓名 string
data.bbs_comment_list.to_user_type 被回复人身份类型::array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师'); number
data.hits 浏览数量 number

动态消息列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_bbs_notice_list/$max_id/$since_id/$per_page/$page?sid=d5e7f85c8728a63ba9fac55e694a6f3d

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取最新信息 如:0
$per_page string 每页数 10
$page string 页数 1

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "14",
                "category": "bbs",
                "content": "回复了你的评论",
                "from_user_id": "25",
                "to_user_id": "75",
                "map_id": "31",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
                "from_name": "金晓青",
                "add_time_format": "2016-12-09",
                "is_exist_bbs": 0,
                "content_bbs": "",
                "path_bbs": "",
                "path_thumb_bbs": ""
            },
            {
                "id": "13",
                "category": "bbs",
                "content": "回复了你的评论",
                "from_user_id": "25",
                "to_user_id": "75",
                "map_id": "31",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
                "from_name": "金晓青",
                "add_time_format": "2016-12-09",
                "is_exist_bbs": 0,
                "content_bbs": "",
                "path_bbs": "",
                "path_thumb_bbs": ""
            },
            {
                "id": "12",
                "category": "bbs",
                "content": "回复了你的评论",
                "from_user_id": "25",
                "to_user_id": "75",
                "map_id": "31",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
                "from_name": "金晓青",
                "add_time_format": "2016-12-09",
                "is_exist_bbs": 0,
                "content_bbs": "",
                "path_bbs": "",
                "path_thumb_bbs": ""
            },
            {
                "id": "11",
                "category": "bbs",
                "content": "回复了你的评论",
                "from_user_id": "3",
                "to_user_id": "75",
                "map_id": "31",
                "type": "2",
                "path": "http://my.model.com/internpool/uploads/2017/0523/20170523111650404074.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0523/20170523111650404074_thumb.jpg",
                "from_name": "杭州双收网络技术有限公司",
                "user_company_info_id": "1",
                "add_time_format": "2016-12-09",
                "is_exist_bbs": 0,
                "content_bbs": "",
                "path_bbs": "",
                "path_thumb_bbs": ""
            }
        ],
        "is_next_page": 0,
        "max_id": "128720"
    }
}
                            
参数名 描述 类型
success true=成功;false=r失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 消息id number
data.item_list.category 消息类型:bbs=评论的;bbs_love=点赞,这时内容出显示点赞的小图标 string
data.item_list.content 消息内容:category=bbs_love时不要显示内容,显示小图标 string
data.item_list.from_user_id 评论用户id number
data.item_list.map_id 帖子id number
data.item_list.type 用户类型:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') number
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.from_name 名称:真实姓名/公司名称 string
data.item_list.add_time_format 样式化时间 string
data.item_list.is_exist_bbs 动态是否存在:1=存在;0=动态已删除,这时不能进入消息; number
data.item_list.content_bbs 动态内容 string
data.item_list.path_bbs 动态图像原图路径 string
data.item_list.path_thumb_bbs 动态图像缩略图路径 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

获取话题搜索推荐列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_rec_bbs_topic_list?sid=4cbe488b214102df06317b9c3d8386e2

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "title": "#毕业季#"
            },
            {
                "title": "#高中生#"
            },
            {
                "title": "#转发#"
            },
            {
                "title": "#ddd#"
            },
            {
                "title": "#cccc#"
            },
            {
                "title": "#ddddd#"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据对象 object
data.item_list 列表对象 array
data.item_list.title 话题名称 string

干货管理接口

获取干货列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_customize_list/0/0/0/10/1?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id string 获取ID大于since_id最新信息 0
$per_page string 每页多少条数据 10
$page string 第几页,从1开始 0
$is_ad string 是否显示广告:0=不显示;1=显示 1

详细说明:

注:显示字段优化;加了广告位数据;广告加了一个控制字段

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "2",
                "path": "http://my.model.com/internpool/uploads/2018/0417/20180417112027712678.jpg",
                "author": "",
                "source": "",
                "title": "在在在在在在在有人在",
                "abstract": "",
                "hits": "0",
                "user_id": "23893",
                "path_thumb": "http://my.model.com/internpool/uploads/2018/0417/20180417112027712678_thumb.jpg",
                "add_time_format": "2018-04-17"
            },
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2018/0308/20180308174330858779.png",
                "author": "",
                "source": "",
                "title": "3413241234123412341234123",
                "abstract": "dsasdfasdasd",
                "hits": "4",
                "user_id": "23893",
                "path_thumb": "http://my.model.com/internpool/uploads/2018/0308/20180308174330858779_thumb.png",
                "add_time_format": "2018-03-08"
            }
        ],
        "ad_list": [
            {
                "path": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003.jpg",
                "url": "",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003_thumb.jpg"
            }
        ],
        "is_next_page": 0,
        "max_id": "4"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 标题 number
data.item_list.abstract 摘要 string
data.item_list.hits 浏览数量 number
data.item_list.path 封面图片原图 string
data.item_list.path_thumb 封面图片缩略图 string
data.item_list.add_time_format 格式化发布时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.source 来源 string
data.item_list.author 作者 string
data.ad_list 广告位对象列表 string
data.ad_list.path 广告位原图 string
data.ad_list.path_thumb 广告位原图缩略图 string
data.ad_list.url 广告链接[pc,app,公众号,手机网站] string
data.ad_list.url_xcx 广告链接[小程序] string

干货详细

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_customize_info/1?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$id string 干货信息id 如:1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "title": "3413241234123412341234123",
        "path": "http://my.model.com/internpool/uploads/2018/0308/20180308174330858779.png",
        "content": "

sdasdfasdfasdfasdfasdfasd

sdfasdads

", "hits": "2", "author": "", "source": "", "path_val": "uploads:2018:0308:20180308174330858779_png", "path_thumb": "http://my.model.com/internpool/uploads/2018/0308/20180308174330858779_thumb.png", "share_content": "dsasdfasdasd", "add_time_format": "2018年03月08日 17:16", "attachment_list": [ { "id": "12", "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg", "path_val": "uploads:2016:0429:20160429154351306916_jpeg", "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg" }, { "id": "2774", "path": "http://my.model.com/internpool/uploads/2018/0123/20180123151010416790.jpg", "path_val": "uploads:2018:0123:20180123151010416790_jpg", "path_thumb": "http://my.model.com/internpool/uploads/2018/0123/20180123151010416790_thumb.jpg" } ] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 信息id number
data.title 标题 number
data.path 封面原图 string
data.path_thumb 封面缩略图 string
data.content 内容 string
data.hits 浏览量 number
data.source 来源 string
data.author 作者 string
data.path_val 分享图片路径 string
data.share_content 分享内容 string
data.add_time_format 格式化发布时间 string
data.attachment_list 批量图片对象 array
data.attachment_list.id 批量图片id number
data.attachment_list.path 批量图片原图路径 string
data.attachment_list.path_thumb 批量图片缩略图路径 string

获取某人的干货列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_customize_list/23893/0/0/10/1?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id string 获取ID大于since_id最新设计师 0
$per_page string 每页多少条数据 10
$page string 第几页,从1开始 0
$to_user_id string 用户id 23893

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "path": "http://my.model.com/internpool/uploads/2018/0308/20180308174330858779.png",
                "title": "3413241234123412341234123",
                "abstract": "dsasdfasdasd",
                "hits": "0",
                "reply_count": "0",
                "add_time": "1520500564",
                "user_id": "23893",
                "username": "test3322",
                "type": "4",
                "path_thumb": "http://my.model.com/internpool/uploads/2018/0308/20180308174330858779_thumb.png",
                "user_path": "http://my.model.com/internpool/uploads/2017/1113/20171113132002636858.png",
                "user_path_thumb": "http://my.model.com/internpool/uploads/2017/1113/20171113132002636858_thumb.png",
                "company_name": "江苏皓之睿数字科技有...",
                "is_me": 0,
                "is_love": 0,
                "customize_comment_count": "4",
                "customize_love_count": "0",
                "add_time_format": "2018-03-08"
            }
        ],
        "is_next_page": 0,
        "max_id": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 标题 number
data.item_list.abstract 摘要 string
data.item_list.hits 浏览数量 number
data.item_list.reply_count 回复数量 number
data.item_list.add_time 发布时间,单位秒 number
data.item_list.user_id 用户者用户id number
data.item_list.username 用户者用户名 string
data.item_list.type 身份:1=个人;2=公司;3=社团;4=猎头;5=营销; number
data.item_list.path 封面图片原图 string
data.item_list.path_thumb 封面图片缩略图 string
data.item_list.company_name 公司名称 string
data.item_list.is_me 是否为自己:0=他人;1=自己 number
data.item_list.is_love 1=已点赞;0=未点赞 number
data.item_list.customize_comment_count 评论数量 number
data.item_list.customize_love_count 点赞数量 number
data.item_list.add_time_format 格式化发布时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.user_path 用户头像原图 string
data.item_list.user_path_thumb 用户头像缩略图 string

点赞--旧版本-不用了

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_customize_love?sid=719af4b5cbd43e6481160b4d2e4aebb5

Body参数名 类型 必需 描述 示例 e.g.
customize_id string 干货id 1

返回示例:

                                {
    "success": true,
    "data": {
        "action": "add",
        "customize_id": "1",
        "customize_love_count": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.action 动作:add=添加,delete=删除 string
data.customize_id 干货id number
data.customize_love_count 点赞数量 string

福利管理接口

获取福利列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_welfare_list/$is_ad/$max_id/$since_id/$per_page/$page?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$max_id number 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id number 获取ID大于since_id最新信息 0
$per_page number 每页多少条数据 10
$page number 第几页,从1开始 0
$is_ad number 是否显示广告:0=不显示;1=显示 1

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "1",
                "path": "",
                "author": "",
                "source": "23423423",
                "title": "234234234",
                "abstract": "3eqweqweqwe",
                "hits": "0",
                "path_thumb": "",
                "add_time_format": "2018-12-06"
            }
        ],
        "ad_list": [],
        "is_next_page": 0,
        "max_id": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 标题 number
data.item_list.abstract 摘要 string
data.item_list.hits 浏览数量 number
data.item_list.path 封面图片原图 string
data.item_list.path_thumb 封面图片缩略图 string
data.item_list.add_time_format 格式化发布时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.source 来源 string
data.item_list.author 作者 string
data.ad_list 广告位对象列表 string
data.ad_list.path 广告位原图 string
data.ad_list.path_thumb 广告位原图缩略图 string
data.ad_list.url 广告链接[pc,app,公众号,手机网站] string
data.ad_list.url_xcx 广告链接[小程序] string

福利详细

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_welfare_info/1?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$id string 信息id 如:1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "title": "234234234",
        "path": "",
        "content": "

sddasdasda

", "hits": "0", "author": "", "source": "23423423", "path_val": "", "path_thumb": "", "share_content": "3eqweqweqwe", "add_time_format": "2018年12月06日 10:19", "attachment_list": [] } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 信息id number
data.title 标题 number
data.path 封面原图 string
data.path_thumb 封面缩略图 string
data.content 内容 string
data.hits 浏览量 number
data.author 作者 string
data.source 来源 string
data.path_val 分享的图片路径 string
data.share_content 分享的内容 string
data.add_time_format 格式化时间 string
data.attachment_list 批量图片 array

人脉

获取人脉导航页面的信息

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_index_user_trainee_info_list?sid=17ae68a12e326d53a0e01eec75ce9891

返回示例:

                                {
    "success": true,
    "data": {
        "my_follow_count": "2",
        "same_major_list": [
            {
                "id": "34",
                "user_id": "75",
                "real_name": "苗英靖",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0603/20160603111738241275_thumb.jpeg"
            },
            {
                "id": "2002",
                "user_id": "3023",
                "real_name": "张铭玮",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0605/20170605092501140009_thumb.jpg"
            }
        ],
        "same_school_list": [
            {
                "id": "34",
                "user_id": "75",
                "real_name": "苗英靖",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0603/20160603111738241275_thumb.jpeg"
            },
            {
                "id": "108",
                "user_id": "181",
                "real_name": "陆熠佳",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg"
            },
            {
                "id": "22130",
                "user_id": "23581",
                "real_name": "孙启鑫",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1122/20171122204629691753_thumb.jpg"
            },
            {
                "id": "20411",
                "user_id": "21822",
                "real_name": "郑建翔",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0914/20170914182228360826_thumb.jpg"
            },
            {
                "id": "20405",
                "user_id": "21810",
                "real_name": "刘钦",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0908/20170908152404785455_thumb.jpg"
            }
        ],
        "item_list_6": [],
        "tj_item_list": [
            {
                "id": "34",
                "user_id": "75",
                "real_name": "苗英靖",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0603/20160603111738241275_thumb.jpeg"
            },
            {
                "id": "22178",
                "user_id": "23629",
                "real_name": "丁联",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1124/20171124090351988908_thumb.jpg"
            },
            {
                "id": "108",
                "user_id": "181",
                "real_name": "陆熠佳",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg"
            },
            {
                "id": "33839",
                "user_id": "36176",
                "real_name": "王政文",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1218/20171218090624675609_thumb.jpg"
            },
            {
                "id": "33835",
                "user_id": "36170",
                "real_name": "吕瑞",
                "path_thumb": "http://my.model.com/internpool/undefined"
            }
        ],
        "new_item_list": [
            {
                "id": "34",
                "user_id": "75",
                "real_name": "苗英靖",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0603/20160603111738241275_thumb.jpeg"
            },
            {
                "id": "22178",
                "user_id": "23629",
                "real_name": "丁联",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1124/20171124090351988908_thumb.jpg"
            },
            {
                "id": "108",
                "user_id": "181",
                "real_name": "陆熠佳",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1221/20161221154301808628_thumb.jpg"
            },
            {
                "id": "33839",
                "user_id": "36176",
                "real_name": "王政文",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/1218/20171218090624675609_thumb.jpg"
            },
            {
                "id": "33835",
                "user_id": "36170",
                "real_name": "吕瑞",
                "path_thumb": "http://my.model.com/internpool/undefined"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.my_follow_count 我的关注人数量 number
data.same_major_list 同专业对象列表 array
data.same_major_list.id 资料id number
data.same_major_list.user_id 用户id number
data.same_major_list.real_name 用户姓名 string
data.same_major_list.path_thumb 用户头像缩略图路径 string
data.same_school_list 校友对象列表 array
data.same_school_list.id 资料id number
data.same_school_list.user_id 用户id number
data.same_school_list.real_name 用户姓名 string
data.same_school_list.path_thumb 用户头像缩略图路径 string
data.item_list_6 讲师对象列表 array
data.tj_item_list 推荐对象列表 array
data.tj_item_list.id 资料id number
data.tj_item_list.user_id 用户id number
data.tj_item_list.real_name 用户姓名 string
data.tj_item_list.path_thumb 用户头像缩略图路径 string
data.new_item_list 最近活跃对象列表 array
data.new_item_list.id 资料id number
data.new_item_list.user_id 用户id number
data.new_item_list.real_name 用户姓名 string
data.new_item_list.path_thumb 用户头像缩略图路径 string

获取人脉列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_trainee_info_list/0/0/0/2/1?sid=25e60afcd0c7d1137c35a447e998afd5

Header参数名 类型 必需 描述 示例 e.g.
$search_type string 搜索类型:0=全部;1=校友;2=同专业;3=导师 0
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id string 获取ID大于since_id最新信息 0
$per_page string 每页多少条数据 10
$page string 第几页,从1开始 1

详细说明:

注:搜索功能去掉了;还加了一个导师功能

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "7",
                "company_name": "",
                "job_name": "",
                "user_id": "25",
                "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
                "sex": "2",
                "real_name": "金晓青",
                "school": "杭州电子科技大学",
                "major": "信息管理与信息系统",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
                "user_type": "1",
                "is_follow": 0
            },
            {
                "id": "105",
                "company_name": "",
                "job_name": "",
                "user_id": "171",
                "path": "http://my.model.com/internpool/uploads/2016/0603/20160603170520322799.jpg",
                "sex": "2",
                "real_name": "叶玲玲",
                "school": "杭州电子科技大学",
                "major": "信息管理与信息系统",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/0603/20160603170520322799_thumb.jpg",
                "user_type": "1",
                "is_follow": 0
            }
        ],
        "is_next_page": 1,
        "max_id": "34069"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.user_id 用户id number
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.sex 性别:0=保密;1=男;2=女; number
data.item_list.real_name 真实姓名 string
data.item_list.school 学校名称 string
data.item_list.major 专业名称 string
data.item_list.is_follow 是否关注:1=已关注;0=未关注; string
data.item_list.user_type 身份:1=个人;6=导师; string
data.item_list.company_name 公司名称-导师 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number
data.item_list.job_name 职务-导师 string

搜索人脉列表

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/search_user_trainee_info_list?sid=25e60afcd0c7d1137c35a447e998afd5

Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词 fff

详细说明:

注:专注搜索,最大50条数据

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "34068",
                "company_name": "杭州巨兽网络科技有限公司",
                "job_name": "PHP程序员",
                "user_id": "23897",
                "path": "",
                "sex": "1",
                "real_name": "向泽平",
                "school": "浙江大学",
                "major": "软件工程",
                "path_thumb": "",
                "user_type": "1",
                "is_follow": 1
            },
            {
                "id": "33880",
                "company_name": "",
                "job_name": "",
                "user_id": "23896",
                "path": "http://www.baidu.com",
                "sex": "1",
                "real_name": "向泽平",
                "school": "杭州电子科技大学",
                "major": "软件工程",
                "path_thumb": "http://www.baidu.com",
                "user_type": "1",
                "is_follow": 0
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 资料id number
data.item_list.company_name 公司名称-导师 string
data.item_list.job_name 职务-导师 string
data.item_list.user_id 用户id number
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.sex 性别:0=保密;1=男;2=女; number
data.item_list.real_name 姓名 string
data.item_list.school 学校 string
data.item_list.major 专业 string
data.item_list.user_type 身份:1=个人;6=导师 number
data.item_list.is_follow 是否关注:0=未关注;1=已关注; number

搜索企业号、社团号、营销号、猎头--人脉

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi_new/search_user_company_info_list/2?sid=27d20e9434841309183abb4164068c9f

Header参数名 类型 必需 描述 示例 e.g.
$type string 用户类型:'2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销'
Body参数名 类型 必需 描述 示例 e.g.
keycode string 搜索关键词

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "60",
                "user_id": "319",
                "path": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645.jpg",
                "company_name": "杭州巨兽网络科技有限公司",
                "summary": "杭州巨兽网络科技有限...",
                "type": "2",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1220/20161220145452252645_thumb.jpg",
                "is_follow": 0
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 公司id number
data.item_list.user_id 用户id number
data.item_list.path logo原图 string
data.item_list.path_thumb logo缩略图 string
data.item_list.company_name 公司名称 string
data.item_list.summary 公司简介 string
data.item_list.type 用户类型: number
data.item_list.is_follow 是否关注:1=已关注;0=未关注; number

添加好友

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_user_friend?sid=a5d03193ae8acf26c0ffad9f6cac4427

Body参数名 类型 必需 描述 示例 e.g.
to_user_id string 对方的用户id 1

返回示例:

                                {
    "success": false,
    "field": "fail",
    "message": "对方用户信息不存在或已被删除",
    "erro_code": ""
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

获取我的关注人列表[abc]

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi_new/get_my_user_follow_list?sid=18e5c9fe0f360d79f5eb7f60daa7ef85

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "first_letter": "H",
                "sub_list": [
                    {
                        "id": "2",
                        "from_user_id": "75",
                        "to_user_id": "23895",
                        "type": "1",
                        "username": "15158156039",
                        "path": "",
                        "path_thumb": "",
                        "real_name": "胡毅荣",
                        "school": "浙江大学",
                        "major": "地理信息科学",
                        "company_name": "",
                        "job_name": "",
                        "add_time_format": "2018-10-22",
                        "first_letter": "H"
                    },
                    {
                        "id": "1",
                        "from_user_id": "75",
                        "to_user_id": "23897",
                        "type": "1",
                        "username": "15158156777",
                        "path": "",
                        "path_thumb": "",
                        "real_name": "韩佳奇",
                        "school": "浙江大学",
                        "major": "应用生物科学",
                        "company_name": "",
                        "job_name": "",
                        "add_time_format": "2018-10-22",
                        "first_letter": "H"
                    }
                ]
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.first_letter 首字母 string
data.item_list.sub_list 子分类 array
data.item_list.sub_list.id id number
data.item_list.sub_list.from_user_id 主动者用户id number
data.item_list.sub_list.to_user_id 被动者用户id number
data.item_list.sub_list.real_name 姓名 string
data.item_list.sub_list.school 学校 string
data.item_list.sub_list.major 专业 string
data.item_list.sub_list.path 头像原图 string
data.item_list.sub_list.path_thumb 头像缩略图 string
data.item_list.sub_list.add_time_format 格式化添加时间 string
data.item_list.sub_list.first_letter 首字母 string
data.item_list.sub_list.type 身份:array('1'=>'个人', '2'=>'企业', '3'=>'社团', '4'=>'猎头', '5'=>'营销', '6'=>'讲师') string
data.item_list.sub_list.company_name 公司名称-导师 string
data.item_list.sub_list.job_name 职务-导师 string
data.item_list.sub_list.username 用户名-手机号,密码账号,第三方登录都用这个账号 string
data.item_list.sub_list.summary 公司简介 string

获取联系人列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_user_friend_list?sid=a16d315557fa9bac2051e05e6b8d9a16

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "first_letter": "J",
                "sub_list": [
                    {
                        "id": "6",
                        "from_user_id": "75",
                        "to_user_id": "25",
                        "display": "1",
                        "add_time": "0",
                        "real_name": "金晓青",
                        "school": "杭州电子科技大学",
                        "major": "信息管理与信息系统",
                        "path": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801.jpeg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2016/0705/20160705100650249801_thumb.jpeg",
                        "add_time_format": "1970-01-01",
                        "first_letter": "J"
                    }
                ]
            },
            {
                "first_letter": "L",
                "sub_list": [
                    {
                        "id": "5",
                        "from_user_id": "75",
                        "to_user_id": "4",
                        "display": "1",
                        "add_time": "0",
                        "real_name": "吕园园",
                        "school": "浙江中医药大学",
                        "major": "市场营销(滨)",
                        "path": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916.jpeg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2016/0429/20160429154351306916_thumb.jpeg",
                        "add_time_format": "1970-01-01",
                        "first_letter": "L"
                    }
                ]
            },
            {
                "first_letter": "Z",
                "sub_list": [
                    {
                        "id": "7",
                        "from_user_id": "75",
                        "to_user_id": "35",
                        "display": "1",
                        "add_time": "1513759710",
                        "real_name": "郑泽诚",
                        "school": "杭州电子科技大学",
                        "major": "信息管理与信息系统",
                        "path": "http://my.model.com/internpool/uploads/2016/0602/20160602160451957647.jpeg",
                        "path_thumb": "http://my.model.com/internpool/uploads/2016/0602/20160602160451957647_thumb.jpeg",
                        "add_time_format": "2017-12-20",
                        "first_letter": "Z"
                    }
                ]
            }
        ]
    }
}
                            
参数名 描述 类型
success boolean
data object
data.item_list 对象列表 array
data.item_list.first_letter 首字母 string
data.item_list.sub_list 子分类 array
data.item_list.sub_list.id id number
data.item_list.sub_list.from_user_id 主动者 number
data.item_list.sub_list.to_user_id 被动者 number
data.item_list.sub_list.display 状态 number
data.item_list.sub_list.real_name 姓名 string
data.item_list.sub_list.school 学校 string
data.item_list.sub_list.major 专业 string
data.item_list.sub_list.path 头像原图 string
data.item_list.sub_list.path_thumb 头像小图 string
data.item_list.sub_list.add_time_format 格式化添加时间 string
data.item_list.sub_list.first_letter 首字母 string

解除好友关系

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/delete_user_friend?sid=719af4b5cbd43e6481160b4d2e4aebb5

Body参数名 类型 必需 描述 示例 e.g.
to_user_id string 被解析好友关系的用户id 4

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "解除好友关系成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

审核添加好友

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/change_display_user_friend?sid=719af4b5cbd43e6481160b4d2e4aebb5

Body参数名 类型 必需 描述 示例 e.g.
id string 信息id 4
display string 状态:1=审核通过;2=审核拒绝;3=拉黑; 1

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "操作成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

关注-企业、个人

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/save_user_follow?sid=8510c3995c8d5c6346f89dddf41a7417

Body参数名 类型 必需 描述 示例 e.g.
to_user_id string 被关注的用户id 3

返回示例:

                                {
    "success": true,
    "data": {
        "action": "add",
        "to_user_id": "3",
        "user_follow_count": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.action 动作:add=成功;delete=删除 string
data.to_user_id 用户id number
data.user_follow_count 关注数量 number
data.display 0=未关注;1=已关注;2=相互关注 string

获取我的好友申请列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_my_user_friend_list?sid=9fe738cf55a54b49bf560f5180bdc010

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "8",
                "from_user_id": "75",
                "to_user_id": "75",
                "display": "0",
                "add_time": "1514183925",
                "audite_time": "0",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院",
                "major": "蔬菜学",
                "path": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682.JPG",
                "path_thumb": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682_thumb.JPG",
                "friend_display": "0"
            }
        ]
    }
}
                            
参数名 描述 类型
success boolean
data object
data.item_list 对象列表 array
data.item_list.id 信息id number
data.item_list.from_user_id 主动者用户id number
data.item_list.to_user_id 被者用户id number
data.item_list.display 状态:0=申请中;1=审核通过;2=审核拒绝;3=拉黑; number
data.item_list.real_name 姓名 string
data.item_list.school 学校名称 string
data.item_list.major 专业名称 string
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像小衅 string
data.item_list.friend_display 好友关系状态 number

获取某用户的粉丝列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_to_user_follow_list/$to_user_id/$max_id/$since_id/$per_page/$page?sid=7982c18d9bfc8a6860ebe24064d19fd3

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取最新信息 如:0
$per_page string 每页数 如:10
$page string 页数 如:1
$to_user_id string 某用户id 如:3

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "6",
                "from_user_id": "75",
                "to_user_id": "3",
                "add_time": "1514181787",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2018/0123/20180123030939467003.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2018/0123/20180123030939467003_thumb.jpg",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院",
                "major": "蔬菜学",
                "add_time_format": "12-25 14:03"
            }
        ],
        "is_next_page": 0,
        "max_id": "6"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.from_user_id 关注者用户id number
data.item_list.to_user_id 被关注者用户id number
data.item_list.type 身份:1=个人;2=企业;3=社团;4=猎头;5=营销; number
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.real_name 个人真实姓名 string
data.item_list.school 个人毕业学院 string
data.item_list.major 个人专业 string
data.item_list.add_time_format 格式化关注时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 返回当前数据最大ID,more只要获取第一次的$max_id=最大ID,刷新得每次获取$since_id=最大ID number
data.item_list.company_name 公司名称 string
data.item_list.display 关注状态:0=未关注;1=已关注;2=相互关注; string
data.item_list.summary 公司简介 string

获取某用户的关注列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_from_user_follow_list/$from_user_id/$max_id/$since_id/$per_page/$page?sid=7982c18d9bfc8a6860ebe24064d19fd3

Header参数名 类型 必需 描述 示例 e.g.
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 如:0
$since_id string 获取最新信息 如:0
$per_page string 每页数 如:10
$page string 页数 1
$from_user_id string 某用户id 75

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "6",
                "from_user_id": "75",
                "to_user_id": "3",
                "add_time": "1514181787",
                "type": "1",
                "path": "http://my.model.com/internpool/uploads/2018/0123/20180123030939467003.jpg",
                "path_thumb": "http://my.model.com/internpool/uploads/2018/0123/20180123030939467003_thumb.jpg",
                "real_name": "苗英靖",
                "school": "浙江大学研究生院",
                "major": "蔬菜学",
                "add_time_format": "12-25 14:03"
            }
        ],
        "is_next_page": 0,
        "max_id": "6"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.from_user_id 关注者用户id number
data.item_list.to_user_id 被关注者用户id number
data.item_list.type 身份:1=个人;2=企业;3=社团;4=猎头;5=营销; number
data.item_list.path 头像原图 string
data.item_list.path_thumb 头像缩略图 string
data.item_list.real_name 个人真实姓名 string
data.item_list.school 个人毕业学院 string
data.item_list.major 个人专业 string
data.item_list.add_time_format 格式化关注时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 返回当前数据最大ID,more只要获取第一次的$max_id=最大ID,刷新得每次获取$since_id=最大ID number
data.item_list.company_name 公司名称 string
data.item_list.display 关注状态:0=未关注;1=已关注;2=相互关注; string
data.item_list.summary 公司简介 string

添加用户联系人

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_user_contacts?sid=719af4b5cbd43e6481160b4d2e4aebb5

Body参数名 类型 必需 描述 示例 e.g.
respone string 数据

返回示例:

                                {
    "success": true,
    "data": {
        "count": 2
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.count 添加成功的数量 number

发送短信邀请好友

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/request_for_add_friend?sid=b0bd95e82256f6faa28b92b94d6a7a44

Body参数名 类型 必需 描述 示例 e.g.
mobile string
to_real_name string

批量发送好友邀请

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/batch_request_for_add_friend?sid=b0bd95e82256f6faa28b92b94d6a7a44

返回示例:

                                {
    "success": true,
    "data": {
        "success_count": 2,
        "count": 2
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.success_count 成功数量 number
data.count 总的数量 number

获取推荐讲师列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_tj_user_trainee_info_list?sid=8e2fd43330f76def2310fb76f7b8e9d9

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "type": "6",
                "id": "22421",
                "user_id": "23872",
                "path": "",
                "real_name": "李金洋",
                "school": "浙江大学",
                "major": "在有",
                "company_name": "杭州巨兽网络科技有限公司",
                "job_name": "PHP程序员",
                "path_thumb": "",
                "is_follow": 0
            },
            {
                "type": "6",
                "id": "22405",
                "user_id": "23856",
                "path": "",
                "real_name": "祝建桦",
                "school": "浙江大学",
                "major": "",
                "company_name": "ewrewr",
                "job_name": "werwe",
                "path_thumb": "",
                "is_follow": 0
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.type 身份;1=个人;6=讲师; number
data.item_list.id 资料id number
data.item_list.user_id 用户id number
data.item_list.path 用户头像原图 string
data.item_list.path_thumb 用户头像缩略图 string
data.item_list.real_name 姓名 string
data.item_list.school 学校 string
data.item_list.major 专业 string
data.item_list.company_name 公司名称 string
data.item_list.job_name 职务 string
data.item_list.is_follow 是否关注:1=已关注;0=未关注; number

聊天相关接口

删除最后一条聊天记录

在线测试 在线浏览

请求方式:GET

请求地址:http://localhost/jushuo_pc/index.php/gapi/del_chat_record/$id?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$id string 信息id

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "删除成功"
}
                            
参数名 描述 类型
success boolean
field string
message string

更改聊天状态

在线测试 在线浏览

请求方式:GET

请求地址:http://localhost/jushuo_pc/index.php/gapi/change_chat_record_unread/$msg_to?sid=719af4b5cbd43e6481160b4d2e4aebb5

Header参数名 类型 必需 描述 示例 e.g.
$msg_to string 聊天对象

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "更改状态成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field success=成功;fail=失败; string
message 返回信息 string

用户获取聊天记录

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_chat_record_list?sid=c41c82189d5b99fcd2207b861d3cc980

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "user": "13777859219",
                "from_user": "13777879324",
                "add_time": "1541573981",
                "update_time": "9小时前",
                "last_msg": {
                    "scene": "p2p",
                    "from": "18072894867",
                    "fromNick": "18072894867",
                    "fromClientType": "Web",
                    "fromDeviceId": "3e0d97e96b1362957b6eaa0c60df63e8",
                    "to": "15888876435",
                    "time": 1541644716457,
                    "type": "text",
                    "text": "测试",
                    "isHistoryable": true,
                    "isRoamingable": false,
                    "isSyncable": true,
                    "cc": false,
                    "isPushable": true,
                    "isOfflinable": true,
                    "isUnreadable": true,
                    "isReplyMsg": true,
                    "needPushNick": true,
                    "needMsgReceipt": false,
                    "isLocal": false,
                    "resend": false,
                    "idClient": "502d6c6ed1366e260d7ea04019c5d483",
                    "idServer": "122216933304",
                    "userUpdateTime": 1541055947831,
                    "status": "success",
                    "target": "18072894867",
                    "sessionId": "p2p-18072894867",
                    "flow": "in"
                },
                "real_name": "金晓青",
                "path": "http://localhost/jushuo_pc/uploads/2016/0705/20160705100650249801.jpeg",
                "path_thumb": "http://localhost/jushuo_pc/uploads/2016/0705/20160705100650249801_thumb.jpeg"
            },
            {
                "user": "18072894861",
                "from_user": "13777879324",
                "add_time": "1541567602",
                "update_time": "昨天 14:59",
                "last_msg": 1541674434,
                "real_name": "胡慧",
                "path": "http://localhost/jushuo_pc/uploads/2016/1221/20161221152009141316.JPG",
                "path_thumb": "http://localhost/jushuo_pc/uploads/2016/1221/20161221152009141316_thumb.JPG"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 数据 object
data.item_list 列表 array
data.item_list.msg_to 聊天对象 number
data.item_list.content 信息内容 string
data.item_list.type 发送的信息类别('text'=‘文字’,'audio'='音频','image'='图片','video'=‘视频’,'file'='文件','geo'='地理位置','custom'='自定义','tip'='提醒') string
data.item_list.update_time_format 最后聊天信息时间 number
data.item_list.unread 未读信息条数 number
data.item_list.real_name 对方真实姓名 number
data.item_list.path 对方用户头像 string
data.item_list.path_thumb 对方头像缩略图 string

保存最后一条连接记录

在线测试 在线浏览

请求方式:POST

请求地址:http://localhost/jushuo_pc/index.php/gapi/save_chat_record?sid=719af4b5cbd43e6481160b4d2e4aebb5

Body参数名 类型 必需 描述 示例 e.g.
chat_info json 发送信息后传过来数据 { "id": "p2p-18072894867", "scene": "p2p", "to": "18072894867", "updateTime": 1541493898933, "lastMsg": { "scene": "p2p", "from": "18072894867", "fromNick": "18072894867", "fromClientType": "Web", "fromDeviceId": "dc9543f27a7871c92712f6f6f6a5168e", "to": "15888876435", "time": 1541493898933, "type": "text", "text": "Kalamazoo ", "isHistoryable": true, "isRoamingable": false, "isSyncable": true, "cc": false, "isPushable": true, "isOfflinable": true, "isUnreadable": true, "isReplyMsg": true, "needPushNick": true, "needMsgReceipt": false, "isLocal": false, "resend": false, "idClient": "5e8931d4a09600a09621b342af10fee5", "idServer": "121370034461", "userUpdateTime": 1541055947831, "status": "success", "target": "18072894867", "sessionId": "p2p-18072894867", "flow": "in" }, "unread": 2 }

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "保存成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field success=成功;fail=失败; string
message 返回信息 string

签订电子合同

确认验证短信-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/yl/send

Body参数名 类型 必需 描述 示例 e.g.
mobile string
code string

返回示例:

                                

                            

发送短信验证码-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/yl/get_sms_code

Body参数名 类型 必需 描述 示例 e.g.
mobile string 手机号

返回示例:

                                

                            

个人用户颁发数字证书-1-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/person_reg

Body参数名 类型 必需 描述 示例 e.g.
id string 用户信息id

返回示例:

                                

                            

批量-个人用户颁发数字证书-1-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/batch_person_reg

Body参数名 类型 必需 描述 示例 e.g.
ids string 批量合同信息id 如:'1,2,3'

返回示例:

                                

                            

更新个人用户颁发数字证书-1-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/person_update

Body参数名 类型 必需 描述 示例 e.g.
id string 用户合同信息id

返回示例:

                                

                            

批量-更新个人用户颁发数字证书-1-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/batch_person_update

Body参数名 类型 必需 描述 示例 e.g.
ids string 批量用户合同信息id 如:'1,2,3'

返回示例:

                                

                            

模板合同创建-2-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/pdf_template

Body参数名 类型 必需 描述 示例 e.g.
id string 用户合同信息id

返回示例:

                                

                            

批量-模板创建合同-2-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/batch_pdf_template

Body参数名 类型 必需 描述 示例 e.g.
ids string 用户合同信息id 如:'1,2,3'

返回示例:

                                

                            

显示签署-3-郁林

在线测试 在线浏览

请求方式:GET

请求地址:https://www.internpot.com/index.php/ylapi/mobile_sign_view/$id/$id_md5

Header参数名 类型 必需 描述 示例 e.g.
$id string 用户合同信息id
$id_md5 string id加密值

返回示例:

                                

                            

查看合同-4-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/get_img

Body参数名 类型 必需 描述 示例 e.g.
no string 合同编号

返回示例:

                                

                            

下载合同-4-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/get_pdf_url

Body参数名 类型 必需 描述 示例 e.g.
no string 合同编号

返回示例:

                                

                            

企业用户颁发数字证书-1-企业-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/entp_reg

Body参数名 类型 必需 描述 示例 e.g.
id string 公司id

返回示例:

                                

                            

更新企业用户颁发数字证书-1-企业-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/entp_update

Body参数名 类型 必需 描述 示例 e.g.
id string 公司id

返回示例:

                                

                            

企业更换签章-2-企业-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/signature_change

Body参数名 类型 必需 描述 示例 e.g.
id string 公司id

返回示例:

                                

                            

企业后台自动签署-3-企业-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/sign_auto

Body参数名 类型 必需 描述 示例 e.g.
id string 用户id

返回示例:

                                

                            

批量-企业后台自动签署-3-企业-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/batch_sign_auto

Body参数名 类型 必需 描述 示例 e.g.
ids string 用户合同信息id 如:'1,2,3'

返回示例:

                                

                            

合同生效标记-5-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/completion_contract

Body参数名 类型 必需 描述 示例 e.g.
id string 用户合同信息id 1

返回示例:

                                

                            

批量合同生效标记-5-郁林

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylapi/batch_completion_contract

Body参数名 类型 必需 描述 示例 e.g.
ids string 用户合同信息id 1,2,3

返回示例:

                                

                            

个人用户颁发数字证书-1-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/person_reg

Body参数名 类型 必需 描述 示例 e.g.
id string 用户信息id

返回示例:

                                

                            

批量-个人用户颁发数字证书-1-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/batch_person_reg

Body参数名 类型 必需 描述 示例 e.g.
ids string 批量合同信息id 如:'1,2,3'

返回示例:

                                

                            

更新个人用户颁发数字证书-1-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/person_update

Body参数名 类型 必需 描述 示例 e.g.
id string 用户合同信息id

返回示例:

                                

                            

批量-更新个人用户颁发数字证书-1-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/batch_person_update

Body参数名 类型 必需 描述 示例 e.g.
ids string 批量用户合同信息id 如:'1,2,3'

返回示例:

                                

                            

企业后台自动签署-3-企业-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/sign_auto

Body参数名 类型 必需 描述 示例 e.g.
id string 用户id

返回示例:

                                

                            

批量-企业后台自动签署-3-企业-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/batch_sign_auto

Body参数名 类型 必需 描述 示例 e.g.
ids string 用户合同信息id 如:'1,2,3'

返回示例:

                                

                            

模板合同创建-2-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/pdf_template

Body参数名 类型 必需 描述 示例 e.g.
id string 用户合同信息id

返回示例:

                                

                            

批量-模板创建合同-2-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/batch_pdf_template

Body参数名 类型 必需 描述 示例 e.g.
ids string 用户合同信息id 如:'1,2,3'

返回示例:

                                

                            

显示签署-3-英伦说

在线测试 在线浏览

请求方式:GET

请求地址:https://www.internpot.com/index.php/ylsapi/mobile_sign_view/$id/$id_md5

Header参数名 类型 必需 描述 示例 e.g.
$id string 用户合同信息id
$id_md5 string id加密值

返回示例:

                                

                            

下载合同-4-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/get_pdf_url

Body参数名 类型 必需 描述 示例 e.g.
no string 合同编号

返回示例:

                                

                            

合同生效标记-5-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/completion_contract

Body参数名 类型 必需 描述 示例 e.g.
id string 用户合同信息id 1

返回示例:

                                

                            

批量合同生效标记-5-英伦说

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/ylsapi/batch_completion_contract

Body参数名 类型 必需 描述 示例 e.g.
ids string 用户合同信息id 1,2,3

返回示例:

                                

                            

其它接口

获取意见反馈列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_guestbook_list?sid=7cadc6a83f4e0aa55314737968a2dd99

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "9",
                "user_id": "75",
                "content": "测试",
                "status": "1",
                "add_time": "1342793028",
                "reply_time": "1448246405",
                "remark": "枯枯地阿斯蒂芬 苛夺苛夺基本地",
                "admin_id": "0",
                "username": "15888876435",
                "item_info": {
                    "path": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682.JPG",
                    "path_thumb": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682_thumb.JPG",
                    "real_name": "苗英靖",
                    "school": "浙江大学研究生院",
                    "major": "蔬菜学"
                }
            },
            {
                "id": "11",
                "user_id": "75",
                "content": "",
                "status": "0",
                "add_time": "1448255644",
                "reply_time": "0",
                "remark": "",
                "admin_id": "0",
                "username": "15888876435",
                "item_info": {
                    "path": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682.JPG",
                    "path_thumb": "http://my.model.com/internpool/uploads/2016/1228/20161228142704632682_thumb.JPG",
                    "real_name": "苗英靖",
                    "school": "浙江大学研究生院",
                    "major": "蔬菜学"
                }
            }
        ]
    }
}
                            
参数名 描述 类型
success boolean
data object
data.item_list 对象列表 array
data.item_list.id 信息id number
data.item_list.user_id 用户id number
data.item_list.content 反馈内容 string
data.item_list.status 状态 number
data.item_list.add_time number
data.item_list.reply_time number
data.item_list.remark string
data.item_list.admin_id number
data.item_list.username number
data.item_list.item_info object
data.item_list.item_info.path string
data.item_list.item_info.path_thumb string
data.item_list.item_info.real_name string
data.item_list.item_info.school string
data.item_list.item_info.major string

提交意见反馈

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/gapi/add_guestbook?sid=7cadc6a83f4e0aa55314737968a2dd99

Body参数名 类型 必需 描述 示例 e.g.
content string 意见反馈内容 dfadfasdf

返回示例:

                                {
    "success": true,
    "field": "success",
    "message": "提交成功"
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
field 错误信息字段 string
message 错误信息 string

获取某分类下的广告

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_ad_list/3?sid=b6be38f5b3bec32d7a00a9a7a35006af

Header参数名 类型 必需 描述 示例 e.g.
$category_id string 位置id 如:3

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "path": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003.jpg",
                "url": "",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003_thumb.jpg"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.path 原图路径 string
data.item_list.path_thumb 缩略图路径 string
data.item_list.url 广告链接[pc,app,公众号,手机网站] string
data.item_list.url_xcx 广告链接[小程序] string

新建API

在线测试 在线浏览

请求方式:POST

请求地址:https://www.internpot.com/index.php/gapi/reply_customize_comment?sid=f2f706710a20c2a8c521b0f0eca04ada

Body参数名 类型 必需 描述 示例 e.g.
customize_comment_id string
user_id string
content string
repeat string

获取工商公钥--教务认证用的

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_key_zjgsdx_new/75

Header参数名 类型 必需 描述 示例 e.g.
$user_id string

返回示例:

                                {
    "exponent": "AQAB",
    "modulus": "AK8lCkdY8xRwSPcrHo1I6873/xbG/SbDFesVdJqOqTOrKdR4qoOV71AMkgLQiAX7AGm056iALdhINLWRd4wqFwOmRxcDrZWAfX3cErqimzxgP0fvU4yXHThM6rh8I/IhIpXgzRulBiRmiYqNrrP1FKr9x2nDWjpS8kVUQW89UG6F"
}
                            
参数名 描述 类型
exponent string
modulus string

获取杭州师范大学钱江学院公钥--教务认证用的

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_key_hznuedu_qjxy_new/75

Header参数名 类型 必需 描述 示例 e.g.
$user_id string

返回示例:

                                {
    "exponent": "AQAB",
    "modulus": "AK8lCkdY8xRwSPcrHo1I6873/xbG/SbDFesVdJqOqTOrKdR4qoOV71AMkgLQiAX7AGm056iALdhINLWRd4wqFwOmRxcDrZWAfX3cErqimzxgP0fvU4yXHThM6rh8I/IhIpXgzRulBiRmiYqNrrP1FKr9x2nDWjpS8kVUQW89UG6F"
}
                            
参数名 描述 类型
exponent string
modulus string

获取首页广告

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_index_ad_list?sid=b6be38f5b3bec32d7a00a9a7a35006af

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "path": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003.jpg",
                "url": "",
                "path_thumb": "http://my.model.com/internpool/uploads/2017/0405/20170405120802205003_thumb.jpg"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.path 图片原图路径 string
data.item_list.url 广告链接[pc,app,公众号,手机网站] string
data.item_list.url_xcx 广告链接[小程序] string
data.item_list.path_thumb 图片缩略图路径 string

获取栏目分类列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_menu_list/$id/$num/$is_all

Header参数名 类型 必需 描述 示例 e.g.
$id string 栏目id 924
$num string 栏目数量 100
$is_all string 1=显示所有,1=只显示显示的 0

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "925",
                "menu_name": "新手指南",
                "subMenuList": []
            },
            {
                "id": "926",
                "menu_name": "学历认证类",
                "subMenuList": []
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data object
data.item_list 对象列表 array
data.item_list.id 栏目id number
data.item_list.menu_name 栏目名称 string
data.item_list.subMenuList 子级 array

获取单页面列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_page_list/925

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "8",
                "title": "ddddddddddd",
                "add_time": "1516181009",
                "menu_name": "新手指南",
                "add_time_format": "2018-01-17 17:23:29"
            }
        ]
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 对象列表 array
data.item_list.id 文章id number
data.item_list.title 文章标题 string
data.item_list.menu_name 分类名称 string
data.item_list.add_time_format 格式化发布时间 string

获取单页面内容

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_page_info/6

Header参数名 类型 必需 描述 示例 e.g.
$id number 文章id 6

返回示例:

                                {
    "success": true,
    "data": {
        "id": "6",
        "title": "学生用户注册协议",
        "content": "内容",
        "hits": "87124",
        "add_time_format": "2017-10-17 16:07"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id id number
data.title 标题 string
data.content 内容 string
data.hits 浏览数量 string
add_time_format 格式化发布时间 string

修改用户头像+裁剪功能(修改个人头像,公司LOGO)

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/nupload/change_user_image?sid=a8a0cb9dfd7d4844d7984afb2192d96b

Body参数名 类型 必需 描述 示例 e.g.
timestamp string 时间值 如:1471838886
token string 令牌值:md5('unique_salt' + timestamp) 如:3abaf957cc1d002f9e86de431c3aa02a
model string 模型值:user=用户;skill=荣誉证书;bbs=动态; 如:user
field file html的file控制的name
x string 图片上的x坐标 0
y string 图片上的y坐标 0
width string 图片上的宽 200
height string 图片上的高 200

详细说明:

注:直接修改用户的头像,操作了数据库

修改用户头像(操作数据库)

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/nupload/change_user_image2?sid=a8a0cb9dfd7d4844d7984afb2192d96b

Body参数名 类型 必需 描述 示例 e.g.
timestamp string 当前时间,单位秒 1471838886
token string 令牌值:md5('unique_salt' + timestamp) 3abaf957cc1d002f9e86de431c3aa02a
model string 模型值:user=用户;skill=荣誉证书;bbs=动态; user
field string html的file控制的name

上传图片并裁剪(不操作数据库)

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/nupload/upload_image_cut

Body参数名 类型 必需 描述 示例 e.g.
timestamp string 时间值 1471838886
token string 令牌值:md5('unique_salt' + timestamp) 3abaf957cc1d002f9e86de431c3aa02a
model string 模型值:user=用户;skill=荣誉证书;bbs=动态; user
field string html的file控制的name
x string 图片上的x坐标 0
y string 图片上的y坐标 0
width string 图片上的宽 200
height string 图片上的高 200

上传图片(每次只能上传一张)

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/nupload/uploadImageByW?sid=a8a0cb9dfd7d4844d7984afb2192d96b

Body参数名 类型 必需 描述 示例 e.g.
timestamp string 当前时间,单位秒 1471838886
token string 令牌值:md5('unique_salt' + timestamp) 3abaf957cc1d002f9e86de431c3aa02a
model string 模型值:user=用户;skill=荣誉证书;bbs=动态; user
field string html的file控制的name

h5批量传图

在线测试 在线浏览

请求方式:POST

请求地址:http://my.model.com/internpool/index.php/nupload/uploadImage3?sid=a8a0cb9dfd7d4844d7984afb2192d96b

Body参数名 类型 必需 描述 示例 e.g.
model string
field string

青梅小程序

获取讲座数量

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_cj_lecture_count/$admin_group_id/$select_day

Header参数名 类型 必需 描述 示例 e.g.
$admin_group_id string 学校公众号id,值:10=青梅公众号 10
$select_day string 选择日期 20190408

返回示例:

                                {
    "success": true,
    "data": {
        "count": "1"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.count 数量 number

获取校园讲座列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_cj_lecture_list/$admin_group_id/$select_day/$max_id/$since_id/$per_page/$page

Header参数名 类型 必需 描述 示例 e.g.
$admin_group_id string 学校公众号id,值:10=青梅公众号 10
$select_day string 选择日期 20190408
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id string 获取最新信息 0
$per_page string 每页数 10
$page string 页数 1

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "2",
                "title": "ddddddddddd",
                "hits": "92",
                "address": "讲座地点",
                "undertake": "承办院校",
                "start_time_format": "2019-04-07 23:45",
                "end_time_format": "23:45"
            },
            {
                "id": "1",
                "title": "顶戴要塔",
                "hits": "56",
                "address": "",
                "undertake": "",
                "start_time_format": "1970-01-01 08:00",
                "end_time_format": "08:00"
            }
        ],
        "is_next_page": 0,
        "max_id": "2"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 标题 string
data.item_list.hits 浏览量 number
data.item_list.address 讲座地点 string
data.item_list.undertake 承办院校 string
data.item_list.start_time_format 格式化活动举办开始时间 string
data.item_list.end_time_format 格式化结束时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

获取讲座详情

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_cj_lecture_info/$admin_group_id/$id

Header参数名 类型 必需 描述 示例 e.g.
$admin_group_id string 学校公众号id,值:10=青梅公众号 10
$id string 选择日期 2

返回示例:

                                {
    "success": true,
    "data": {
        "id": "2",
        "title": "ddddddddddd",
        "address": "讲座地点",
        "undertake": "承办院校",
        "content": "

df adsf asd fa sd f

", "hits": "93", "lecturer_name": "顶戴枯塔顶地基本面 ", "lecturer_des": "

dsfasdf asd f asd f ads f asd f dsa

", "start_time_format": "2019-04-07 23:45", "end_time_format": "23:45" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 信息id number
data.title 标题 string
data.address 讲座地点 string
data.undertake 承办院校 string
data.content 描述 string
data.hits 浏览数量 number
data.start_time_format 格式化活动举办开始时间 string
data.end_time_format 格式化结束时间 string
data.lecturer_name 讲师姓名 string
data.lecturer_des 讲师简介 string

获取通知列表

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_cj_news_list/$admin_group_id/$max_id/$since_id/$per_page/$page

Header参数名 类型 必需 描述 示例 e.g.
$admin_group_id string 学校公众号id,值:10=青梅公众号 1
$max_id string 若指定此参数,则返回ID小于或等于max_id的信息 0
$since_id string 获取最新信息 0
$per_page string 每页数 10
$page string 页数 1

返回示例:

                                {
    "success": true,
    "data": {
        "item_list": [
            {
                "id": "6",
                "title": "ccccccccc",
                "author": "在有有",
                "source": "",
                "hits": "55",
                "add_time_format": "2019-04-07 23:29"
            },
            {
                "id": "5",
                "title": "ddddddddddddd",
                "author": "枯载枯地基本",
                "source": "",
                "hits": "189",
                "add_time_format": "2019-04-07 23:25"
            },
            {
                "id": "4",
                "title": "模压 基本面载枯载 ",
                "author": "在在在在在在",
                "source": "",
                "hits": "168",
                "add_time_format": "2019-04-07 23:24"
            },
            {
                "id": "3",
                "title": "模压 基本面载枯载 ",
                "author": "在在在在在在",
                "source": "",
                "hits": "168",
                "add_time_format": "2019-04-07 23:24"
            },
            {
                "id": "2",
                "title": "模压 基本面载枯载 ",
                "author": "在在在在在在",
                "source": "",
                "hits": "168",
                "add_time_format": "2019-04-07 23:24"
            },
            {
                "id": "1",
                "title": "模压 基本面载枯载 ",
                "author": "在在在在在在",
                "source": "",
                "hits": "168",
                "add_time_format": "2019-04-07 23:24"
            }
        ],
        "is_next_page": 0,
        "max_id": "6"
    }
}
                            
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.item_list 列表对象 array
data.item_list.id 信息id number
data.item_list.title 标题 string
data.item_list.author 发布者 string
data.item_list.source 来源 string
data.item_list.hits 浏览量 number
data.item_list.add_time_format 格式化更新时间 string
data.is_next_page 是否有下一页,0=没有下一页,1=有下一页 number
data.max_id 最大ID number

获取通知详情

在线测试 在线浏览

请求方式:GET

请求地址:http://my.model.com/internpool/index.php/gapi/get_cj_news_info/$admin_group_id/$id

Header参数名 类型 必需 描述 示例 e.g.
$admin_group_id string 公众号id,值:10=青梅公众号 10
$id string 文章id 1

返回示例:

                                {
    "success": true,
    "data": {
        "id": "1",
        "title": "模压 基本面载枯载 ",
        "author": "在在在在在在",
        "source": "",
        "hits": "169",
        "content": "

dfa sdf a sdf as df ads

", "add_time_format": "2019-04-07 23:24" } }
参数名 描述 类型
success true=成功;false=失败; boolean
data 对象 object
data.id 文章id number
data.title 标题 string
data.author 发面者 string
data.source 来源 string
data.hits 浏览量 number
data.content 文章内容 string
data.add_time_format 格式化发布时间 string

附录

环境变量

在线编辑
Top