NAV
json

集微服务端API文档

Jiwei-service是目前PC和移动端共同使用的API服务。

新版文档收录2021年之后的API内容,之前旧版内容将会逐步迁移。

新版文档支持:

  1. 中文搜索
  2. 语言高亮代码块
  3. Markdown文件同步

公共参数说明

所有接口均可以使用GETPOST两种方式调用

接口参数 可以使用form-dataGET参数两种方式传递

请求参数 说明 类型 必须 样例
source 来源 string souce=pc \
token 加密token string token=123asdas123
timestamp 时间戳 int timestamp =1554321321111
net_type 网络类型 int 1-2G,2-3G,3-4G,4-WIFI
os_version 操作系统版本 string app_android_v101
brand 手机品牌 string
brand_type 手机型号 string

接口返回公共部分说明

Copy to Clipboard
{ "errno": 0, "errmsg": "成功", "data": [], "timestamp": 123123123, "logid": "123123123" }
参数 说明 类型 样例
errno 错误码 int 0为成功,其他失败,否则失败
errmsg 具体错误码对应的错误消息 string 具体错误码对应的错误消息
data 返回的具体内容 需要注意有可能是对象也可能是数组 array或object {}
timestamp 返回时间戳 int 123123123
logid 日志id int 11111

接口地址说明

http https
线下 http://jiweidev.jiweinet.com https://devwww.laoyaoba.com
预发布 http://jiweipreview.laoyaoba.com https://jiweipreview.laoyaoba.com/
正式 https://www.laoyaoba.com

扫码登录

获取二维码数据

获取二维码的code和过期时间

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "qr_code": "qrpclogin_1962c8e86c424c27667d40f4218240a7", "expire": 1608197774 }, "timestamp": 1608197744, "logId": -980950898 }

HTTP Request

/api/login/pcqrlogin

Request Parameters

Parameter Description Type Required Explain
source 来源 String 目前仅支持PC来源的请求

Response Data

Title Description Type Tips
qr_code 二维码信息 String 时效30s
expire 过期时间 Int

Log

日期 作者 内容
2021/01/18 易初 新增

获取二维码扫码之后的回调

回调为空:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1610941986, "logId": 2860324256 }

回调登陆成功:

Copy to Clipboard
"errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "source": "pc", "qr_code": "qrpclogin_1962c8e86c424c27667d40f4218240a7", "token": "eyJ0b2tlbiI6Ij....", "userInfo": { "id": 5181329, "mobile": "13342277828", "email": "", "nickname": "N_13342277828", "is_author": 0, "is_sponsor": 0, "author_level": 0, "avatar": "", "gender": 0, "intro": "", "birthday": "2019-09-27", "vocation_id": 0, "profession_id": 0, "vocation": "", "profession": "", "user_message_degree": "30%", "is_password": 2, "member_info": { "past_time": 1600933589, "sub_time": 1600771178, "now": 1608198573, "status": 3, "last_buy_item": { "show_name": "连续包季", "platform": "ios", "is_renew": 1 } }, "profession_list": [ { "id": 3, "name": "创业者" }, { "id": 4, "name": "投资人" } ], "vocation_list": [ { "id": 1, "name": "互联网/IT" }, { "id": 3, "name": "电子.微电子" } ], "investor_service": { "has_join": 0, "expire_time": 0, "active": 0 } } }, "timestamp": 1608198572, "logId": -898208137 }

HTTP Request

/api/login/qrcallback

Request Parameters

Parameter Description Type Required Explain
source 来源 String 目前仅支持PC来源的请求
qr_code 查询的二维码信息 String 确保是最新的

Response Data

Title Description Type Tips
source 来源 String 时效30s
qr_code 本次二维码信息 String
token 用户token String
userInfo 用户信息 Object 等同于登陆接口的userInfo

Log

日期 作者 内容
2021/01/18 Yichu 新增

验证二维码信息内容

客户端使用这个接口去授权用户登录,将扫描到的二维码code授予当前用户的使用权限。但只可以使用一次。

若二维码code已经过期,也会登陆失败

验证成功返回

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1608197754, "logId": -980011150 }

HTTP Request

/api/login/qrencode

Request Parameters

Parameter Description Type Required Explain
source 来源 String
qr_code 二维码内容 String 可能会出现过期,或者已经使用的情况
token 用户token String

Response Data

Title Description Type Tips

Error

Error_code message Tips
900010 二维码已经失效,请刷新后重新登录 qr_code过期
900008 登录失败 qr_code被使用或者其他原因

Log

日期 作者 内容
2021/01/18 易初 新增

自定义登陆

验证成功后回直接重定向至state参数中host地址

HTTP Request

/api/login/redirectlogin

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
code 用户编码 String 用户同意授权后可得到
model 用户token String 使用模块 下方详解
state 重定向信息 Object 重定向信息
env 环境 String

State

Parameter Description Type Required Explain
host 跳转地址 String
redirect 携带参数 String
Copy to Clipboard
参数说明: source 接口来源 允许值 pc h5 app 后端会根据接口来源调用不同信息。 code 用户密钥 某种授权情况下,用户需要点击同意授权即可得到。 model 使用模块 当前支持模块及允许值 WeChatLogin state 重定向信息 调用接口人员可自定义接口验证成功后跳转的链接及参数。 env 环境 允许值 dev pro 调用接口人员可根据调试环境传入值,后台则读取相应配置达到效果

Log

日期 作者 内容
2022/03/15 朱思嘉 新增

获取验证码

HTTP Request

/api/mobile/phonecode

验证成功返回

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1649818888, "logId": 3605069576 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
res_name 资源类型 String
type 访问类型 String
phone 手机号 String
token 身份验证 String 更换手机号旧手机号验证需要传,更换邮箱旧邮箱验证需要传
Copy to Clipboard
参数说明: source 接口来源 允许值 pc h5 app 后端会根据接口来源调用不同信息。 res_name 资源类型 login/updateMobile/register/updatePassword/setMobile/setEmail/updateEmail/thirdLogin/updateMobileCheck/attendeeDetail/aboutVideoQuote type 访问类型 1-快速登录,2-更换手机号,3-注册,4-修改密码(可用邮箱),5-绑定手机号,6-绑定邮箱(可用邮箱),7-更换邮箱,8-第三方验证(手机号) 9-更换手机号前置检查 10-查询会议信息 11-询问视频报价

Log

日期 作者 内容
2022/04/13 朱思嘉 新增

验证码验证

HTTP Request

/api/mobile/checkcode

验证成功返回

Copy to Clipboard
{ "errno": 0, "errmsg": "成功", "data": { }, "timestamp": 1468412111, "logid": "0911796446" }

HTTP Method

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
phone 手机号 String
code 验证码 int
res_name 资源类型 String 默认 updateMobileCheck

Log

日期 作者 内容
2022/08/25 李世星 新增

上直播强制绑定

上直播强制绑定

POST: /api/login/bindszb

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1662615551, "logId": 3371162608 }

HTTP Method

POST

HTTP Request

/api/login/bindszb

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

Log

日期 作者 内容
2022/7/19 李晓东 新增

新版登录授权

新版授权使用Exchange Code的机制, 用户在不同的子域调起登录授权中心,授权中心在用户提交完账号密码信息校验成功后,不会直接写入用户基础数据和Auth Token到Toekn ,而是会通过重定向返回一个Exchange Code 给登录应用 ,然后再由子域名的应用统一的去使用Exchange Code 去获取用户信息,这样可以跨越不同的域来进行授权登录行为。

通过 Exchange Code 交换用户基础信息

通过Exchange Code 获取用户基础登录信息

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "token": "eyJ0b2tlbiI6ImVmMjlkODYyMDhjMWMzYmMzYmM3OTBiYjY5ZjgyZTgzIiwic2VjcmV0IjoiNTQzNmJmOTc2ZTk5YjliY2ZkNTNkNTY3ZGYzY2MwN2YifQ==", "userInfo": { "id": 5181329, "mobile": "13342277828", "email": "", "nickname": "易初", "is_author": 0, "is_sponsor": 0, "author_level": 0, "avatar": "http:\/\/s.laoyaoba.com\/jwImg\/avatar\/2021\/03\/02\/16146527424943.jpg?imageView2\/2\/w\/90\/h\/90", "gender": 0, "intro": "", "birthday": "2019-09-27", "vocation_id": 0, "profession_id": 0, "city": { "name": "北京", "code": 1101 }, "city_code": 1101, "vocation": "", "profession": "", "user_message_degree": "50%", "is_password": 2, "member_info": { "past_time": 1700971036, "sub_time": 1695803101, "now": 1648100727, "status": 3, "last_buy_item": { "show_name": "12个月", "platform": "android", "is_renew": 0 } }, "profession_list": [ ], "vocation_list": [ ], "investor_service": { "has_join": 0, "expire_time": 0, "active": 0 }, "is_vip": true }, "is_first": false, "is_password": 2 }, "timestamp": 1648100727, "logId": 3587701053 }

HTTP Request

/api/auth/exchange

Request Parameters

Parameter Description Type Required Explain
source 来源 String 需要和下发Exchange Codesource保持一致
exchange_code 交换码 String
login_platform 登录平台 1-PC&H5,2-安卓,3-ios,4-微信小程序 Int 需要和下发Exchange Codelogin_platform保持一致
device_id 设备标识 String 需要和下发Exchange Codedevice_id保持一致, 可以都是空

Response Data

Title Description Type Tips
Token 用户token String 其他API所使用的Token
userInfo 用户信息 Object 详情见 http://wiki.dev.jiweinet.com/pages/viewpage.action?pageId=590061

Log

日期 作者 内容
2022/03/25 易初 新增

第三方授权登录重定向回调

授权登录成功后,就会重定向到目标地址,并通过Query参数来携带结果信息,目标地址通常由传入的state中对象属性所决定

state:

Copy to Clipboard
{ "end_redirect_url":"http://192.168.2.72:7071/mid/livemid/150", "support_redirect_url":"http://192.168.2.72:7071/mid/login" }

当授权模式(model) 为 WechatObtainOpenid 时无需传输support_redirect_url字段

获取openid成功后,则最后重定向地址为: {end_redirect_url}?error=0&oepn_id=1a2b3c

如果登录成功后,则最后重定向地址为: {end_redirect_url}?error=0&exchange_code={exchange_code}

如果登录后,发现没有绑定用户,则会重定向至: {support_redirect_url}?error=0&wx_info={wx_info.object}&redirect={end_redirect_url} 微信的用户信息格式如下 (性别微信不提供,默认为1)·

如果授权失败,则最后重定向地址为: {end_redirect_url}?error=102&error_message=用户授权失败

Copy to Clipboard
{ "avatar":"http://s.laoyaoba.com/jwImg/avatar/2021/03/02/16146527424943.jpg?imageView2/2/w/90/h/90", "nickname":"易初", "unionid": "oVr131Ev61i6HWB6Ud-ww1MKx5yI", "gender": 1, }

HTTP Request

/api/auth/thirdredirect

Request Parameters

Parameter Description Type Required Explain
source 来源 String
model 授权模式 String 目前可用包含:WeChatQRLogin, WechatOAuthLogin , WechatObtainOpenid
code 微信code String
state 微信state,并用来存放重定向信息 String
env 环境 String dev 则会交给线下来处理
wechat_app_id 微信公众号的appid String 当前微信公众号的appid 提供此参数后用户微信登陆后会默认对当前公众号进行绑定

Response Data

Title Description Type Tips
exchange_code Exchange Code 的时效性是60s, 而且仅可以使用一次,并且每个账号同一时间只对最后申请的一个有效 String 时效60s

Error

Error Code Description Tips
100 登录模式错误 model不是已有的三个模式
101 微信access token获取错误 app_id有问题
102 获取微信用户信息错误 open_id有问题
0 登录成功

Log

日期 作者 内容
2022/03/25 易初 新增
2022/05/25 朱思嘉 修改
2022/10/31 朱思嘉 修改

第三方登录信息绑定

获取基础授权所提供的Exchange Code

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "exchange_code": "00713021.ohGcDOihagdMYTYfvRAiUvsguwLtvazu+NbwO+SGnl6CxcxQrkYOY\/kFTOEEL9tjdI7cl\/UwQ7BYpYscCPUhx9SJ4+rsSgZ6tfx1NuwoaJ+8FBjAuebwwg==" }, "timestamp": 1648100712, "logId": 3586215965 }

HTTP Request

/api/auth/accountbind

Request Parameters

Parameter Description Type Required Explain
source 来源 String
phone 手机号 String 手机登录使用
code 验证码 String 验证码使用type 8
open_id 第三方的唯一标识 String 注意这里虽然叫open_id但需要传递的还是union_id
third_type 第三方类型 Int third_type=1-微信,2-微博,3-QQ,5-苹果登录
login_platform 登录平台 Int 1-PC&H5,2-安卓,3-ios,4-微信小程序
nickname 昵称 String 用户昵称
avatar 头像 String 用户头像
gender 性别 Int 用户性别
wechat_platform_id 集微微信开放平台ID Int
wechat_open_id 微信公众号的openid Stinr

Response Data

Title Description Type Tips
exchange_code Exchange Code 的时效性是60s, 而且仅可以使用一次,并且每个账号同一时间只对最后申请的一个有效 String 时效60s

Log

日期 作者 内容
2022/03/25 易初 新增

基础授权登录

获取基础授权所提供的Exchange Code

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "exchange_code": "00713021.ohGcDOihagdMYTYfvRAiUvsguwLtvazu+NbwO+SGnl6CxcxQrkYOY\/kFTOEEL9tjdI7cl\/UwQ7BYpYscCPUhx9SJ4+rsSgZ6tfx1NuwoaJ+8FBjAuebwwg==" }, "timestamp": 1648100712, "logId": 3586215965 }

HTTP Request

/api/auth/authorization

Request Parameters

Parameter Description Type Required Explain
source 来源 String
type 登录类型 Int 1-手机验证登录,2-邮箱密码登录,3-手机号密码登录 9 调试模式
login_platform 登录平台 Int 1-PC&H5,2-安卓,3-ios,4-微信小程序
device_id 设备标识 String 设备标识
phone 手机号 String 手机登录使用
email 邮箱 String 邮箱登录使用
code 验证码 String 验证码登录使用
password 密码 String 密码登录使用
wechat_app_id 微信公众号的appid String 当前微信公众号的appid 提供此参数后用户微信登陆后会默认对当前公众号进行绑定
wechat_open_id 用户凭证 String 当前微信用户的openid

Response Data

Title Description Type Tips
exchange_code Exchange Code 的时效性是60s, 而且仅可以使用一次,并且每个账号同一时间只对最后申请的一个有效 String 时效60s

Log

日期 作者 内容
2022/03/25 易初 新增

第三方授权登录重定向回调(会话机制)

授权登录成功后,就会重定向到目标地址,并通过Query参数来携带错误信息,目标地址通常由传入的state中对象属性所决定。同时用户信息会写入Cookie中,有效时间为86400秒

state:

Copy to Clipboard
{ "end_redirect_url":"http://192.168.2.72:7071/mid/livemid/150" }

获取openid成功后,则最后重定向地址为: {end_redirect_url}

Cookie存储信息 usertoken: o38el5IEGOzhMDIWWMQnBDVYRJvU expires: 1667627855

如果授权失败,则最后重定向地址为: {end_redirect_url}?error=102&error_message=用户授权失败

HTTP Request

/api/auth/thirdveerck

Request Parameters

Parameter Description Type Required Explain
source 来源 String
model 授权模式 String 目前可用包含:WechatObtainOpenid
code 微信code String
state 微信state,并用来存放重定向信息 String
env 环境 String dev 则会交给线下来处理

Error

Error Code Description Tips
100 登录模式错误 model不是已有的三个模式
101 微信access token获取错误 app_id有问题
301 登录成功

Log

日期 作者 内容
2022/11/04 朱思嘉 新增

第三方账户信息认证

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "exchange_code": "NzE0NzQzMDU6U2NWNkpiMGgycEwwZ1pmSER4bERLL2ZNUXJnVDhPY0hJSXR1RUtNTWJ2bnluMnFJYnJiNXJmV2dzaWhzYjlva2wyTU9hcXAwd2F2VmNIMk9hVFdMUFpaeC9VaTlpR1E2SjFXUWdpSytKdXc9" }, "timestamp": 1694571473, "logId": 3507705031 }

HTTP Request

POST /api/auth/authenticate

RSA Public Key

-----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/DMrhI/3dGOeSibzNifsjkxxn FRgg4/ncbtVbp4xjpVW5E3sySFh8jCNQCbk7gPpR+5UORUOmfF0qx2vl/c7gwhX8 k/M+mnk4HgGyTYgPyXHehUA5korh09krg8chbrS0hNuLZkDg5LLuX/pgyoWUIL3a /5WYKtXoB3Cq/MafeQIDAQAB -----END PUBLIC KEY-----

Request Parameters Body

Parameter Description Type Required Explain
source 来源 String
model 模式 String 目前可用包含:WechatOpenid
encrypted_data 凭证 String 通过rsa-public-key加密后的信息

Model

模式的参数请通过public-key进行加密后传输

WechatOpenid模式-需要携带参数为opend_id{"open_id":"oDupf6sZrGttNOoNwu4TwjiamjtE"}

Response Data

Title Description Type Tips
exchange_code Exchange Code 的时效性是60s, 而且仅可以使用一次,并且每个账号同一时间只对最后申请的一个有效 String 时效60s

Log

日期 作者 内容
2023/09/13 朱思嘉 新增

直播与视频 lives

视频页面首页按钮列表

获取全部类型的直播数据

GET: /api/live/pagebutton

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "title": "集微在线", "logo_src": "http://s.laoyaoba.com/jwImg/news/2021/03/25/16166409803850.png", "category_id": 398, "intro": "芯鲜资讯 视听感受", "overview": "集微网专业视频团队打造,用视听语言为您第一时间呈现全球IC资讯。", "code": "online", "style": 1, "dlc": [ { "id": 1, "type_name": "集微访谈" }, { "id": 2, "type_name": "集微连线" } ] }, { "title": "集微直播间", "logo_src": "http://s.laoyaoba.com/jwImg/news/2021/03/25/1616640980655.png", "category_id": 0, "intro": "在这里 洞悉行业发展脉搏", "overview": "《集微直播间》既是您知晓当下行业发展的窗口,也是开拓宣传推广的绝佳渠道。目前包括连线、开讲、公开课、云路演、云招聘以及企业风采等内容。", "code": "live", "style": 2, "dlc": [ { "id": 1, "type_name": "集微龙门阵" }, { "id": 2, "type_name": "集微公开课" }, { "id": 6, "type_name": "测试" }, { "id": 7, "type_name": "集微开讲" }, { "id": 8, "type_name": "招股书解密" }, { "id": 9, "type_name": "集微连线" }, { "id": 10, "type_name": "云路演" }, { "id": 11, "type_name": "校园招聘会" }, { "id": 12, "type_name": "测试1测试1测试1测试1测试" } ] }, { "title": "品牌宣传", "logo_src": "http://s.laoyaoba.com/jwImg/news/2021/03/25/16166409804831.png", "category_id": 400, "intro": "宣传推广 原来可以这么酷", "overview": "精美宣传推广视频,更是一种视听享受。集微网专业视频团队,立足行业深刻认知,为您提供视频策划、植入、制作、投放等一站式服务。服务类型包括宣传片、广告片、动画、后期制作、新媒体视频等。", "code": "propagate", "style": 1, "dlc": [ { "id": 1, "type_name": "企业宣传" }, { "id": 2, "type_name": "活动宣传" }, { "id": 3, "type_name": "产品宣传" } ] }, { "title": "音频", "logo_src": "http://s.laoyaoba.com/jwImg/news/2021/03/25/16166409803850.png", "category_id": 218, "intro": "芯鲜资讯 视听感受", "overview": "集微网专业视频团队打造,用视听语言为您第一时间呈现全球IC资讯。", "code": "audio", "style": 3, "dlc": [ { "id": 750283, "type_name": "集微说", "intro": "一针见血、犀利地点评IC圈内关注度高的事件。", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2021/12/06/16387800746.jpeg" }, { "id": 750280, "type_name": "每日精选", "intro": "每日精选简介", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2020/05/27/15905702595057.jpeg" } ] } ], "timestamp": 1638497473, "logId": -1107513053 }

HTTP Request

/api/live/pagebutton

Request Parameters

Parameter Description Type Required Explain
source 来源 String
code 获取单条数据条件 String
num 返回数据条数 int

Response Data

Title Description Type Tips
id Live ID Int
title 标题 String
logo_src logo地址 String 图片
category_id 视频的栏目ID int 直播还是视频通过这个判断 只有是视频的时候才有否则是0
intro 介绍 String
overview 短文 String
code 数据唯一名 String 获取单条数据使用此条件判断 audio音频 propagate宣传 live直播 online集微在线
dlc 附带分类信息 object
style 页面展示样式区分 int 1-视频样式 2-直播样式 3-音频样式
cover 封面图 String

Type

Title Description Type Tips
id Type ID Int 直播间和音频用此字段请求接口
type_name 分类标题 String 集微在线和宣传用此字段请求接口

Log

日期 作者 内容
2021/03/04 易初 新增
2021/12/03 张宏伟 按视听合并需求更改

直播列表数据流

获取全部类型的直播数据

GET: /api/live/livefeed?limit=9&source=xxx

获取某一类型2列表数据

GET: /api/live/livefeed?source=android_app_2.1.2&limit=4&type_id=2

获取某一类型加载更多数据

GET: /api/live/livefeed?source=android_app_2.1.2&limit=4&type_id=2&after_id=111

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "lives": [ { "id": 154, "title": "峰会宝栏目直播测试", "src": "http://www.baidu.com", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/05/16/16526676848289.jpg", "overview": "1", "start_time": 1652667660, "end_time": 1652703660 }, { "id": 151, "title": "20220321直播付费测试-孙祥丹(勿动)", "src": "https://devwww.laoyaoba.com/mid/livemid/151", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/21/1647831439349.jpeg", "overview": "分析师大会,直播付费测试", "start_time": 1653357600, "end_time": 1653379200 }, { "id": 150, "title": "2022/3/21测试直播付费于斌(勿动)", "src": "https://devwww.laoyaoba.com/mid/livemid/150", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/21/16478309683778.png", "overview": "测试直播付费", "start_time": 1652765520, "end_time": 1652776320 }, { "id": 149, "title": "20220321分析师测试-小小(勿动)", "src": "https://devwww.laoyaoba.com/mid/livemid/149", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/21/16478308027967.jpeg", "overview": "分析师大会20220321分析师测试-小小(勿动)\r\n0g33tcr3u9jgxkeq5mczc38d92pj3wst", "start_time": 1648105200, "end_time": 1648141200 }, { "id": 148, "title": "直播20220316", "src": "https://www.a.com", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/16/1647429502880.jpg", "overview": "1", "start_time": 1646306280, "end_time": 1646317080 }, { "id": 147, "title": "小凯001", "src": "https://www.baidu.com/s?wd=%E5%A4%96%E4%BA%A4%E9%83%A8%EF%BC%9A%E6%89%93%E5%8F%B0%E6%B9%BE%E7%89%8C%E5%A6%82%E5%90%8C%E6%8A%B1%E8%96%AA%E7%8E%A9%E7%81%AB&sa=fyb_n_homepage&rsv_dl=fyb_n_homepage&from=super&cl=3&tn=baidutop10&fr=top1", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/15/16473245725279.png", "overview": "123412312345125123145123123", "start_time": 1647583740, "end_time": 1647594540 }, { "id": 146, "title": "朱思嘉测试token信息", "src": "https://devwww.laoyaoba.com/mid/livemid/146", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/09/16467923077386.jpg", "overview": "1", "start_time": 1647525600, "end_time": 1647698400 }, { "id": 145, "title": "Moonlight♥", "src": "https://devwww.laoyaoba.com/mid/livemid/145", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/08/16467028986597.png", "overview": "..............................................................", "start_time": 1647831600, "end_time": 1647867600 }, { "id": 144, "title": "20220307直播间", "src": "https://www.zhibo.com", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/07/16466378921811.png", "overview": "test", "start_time": 1645860300, "end_time": 1645871100 } ], "types": [ { "id": 1, "type_name": "集微龙门阵" }, { "id": 2, "type_name": "集微公开课" }, { "id": 6, "type_name": "shoudong" } ] }, "timestamp": 1613974159, "logId": 3282346191 }

HTTP Request

/api/live/livefeed

Request Parameters

Parameter Description Type Required Explain
source 来源 String
limit 获取元素数量 Int 默认为9
after_id 最后一项ID Int
type_id 加载数据类型 Int 为空时获取全部类型
label 筛选特定标签的直播 String

Response Data

Live

Title Description Type Tips
id Live ID Int
title 标题 String
title_image 封面图片 String
src 跳转路径 String 直播间地址
overview 简介 String
start_time 直播开始时间 String
end_time 直播结束时间 String

Type

只有Type_id为空的时候会返回这一项

Title Description Type Tips
id Type ID Int 分类ID
type_name 分类名称 String

Log

日期 作者 内容
2021/02/22 易初 新增
2022/05/16 朱思嘉 修改
2022/05/24 朱思嘉 修改

获取首页的推荐直播列表

获取列表数据

GET: /api/live/homepage?source=android_app_2.1.2&limit=4

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "title": "咱们直播聊", "title_image": "http://s.laoyaoba.com/jwImg/vote/2021/01/15/16106992413412.png", "title_src": "http://47.106.69.239:8186/admin/live/store", "overview": "13213", "is_notice": true, "type": "live", "price": 0, "is_buy": false }, { "title": "集微直播间:开讲十三期——科创板IPO简介", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/06/15/15921998132040.jpg", "title_src": "http://zb.laoyaoba.com/watch/10087209", "overview": "6月16日(周二)上午10:00......", "is_notice": false, "type": "live", "price": 0, "is_buy": false }, { "title": "视频444", "title_image": "http://s.laoyaoba.com/jwImg/newsCover/2020/07/08/15941941123223.jpeg", "title_src": 720020, "overview": "", "is_notice": false, "type": "video", "price": 1, "is_buy": false }, { "title": "视频22", "title_image": "http://s.laoyaoba.com/jwImg/newsCover/2020/07/07/15941059837935.jpeg", "title_src": 720013, "overview": "", "is_notice": false, "type": "video", "price": 1, "is_buy": true } ], "timestamp": 1611027983, "logId": -1424947236 }

HTTP Request

/api/live/homepage

Request Parameters

Parameter Description Type Required Explain
source 来源 String 目前仅支持PC来源的请求
limit 获取元素数量 Int 新版本中需要limit=4, 默认不传limit为3兼容旧版本

Response Data

Title Description Type Tips
title 标题 String
title_image 封面图片 String
title_src 跳转路径 String 直播的时候为直播间地址,视频类型为视频news_id
overview 简介 String
is_notice 直播预告 Bool 是否是预告
type 枚举类型 String video & live
price 價格 int
is_buy 是否購買 bool

Log

日期 作者 内容
2021/01/18 易初 新增

获取直播分类与列表

获取列表数据

GET: /api/live/liveboard?limit=9&source=xxx

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "type_id": 1, "type_image_light": "http://s.laoyaoba.com/jwImg/vote/2020/07/30/15961022233813.png", "type_image_dark": "http://s.laoyaoba.com/jwImg/vote/2020/08/17/15976476961573.png", "type_name": "集微龙门阵", "type_intro": "", "type_content": [ { "id": 115, "title": "hahah", "src": "www.sina.com", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/09/04/15992151954423.jpg", "overview": "奥术大师多" }, { "id": 92, "title": "厦门(海沧)集成电路企业 联合产品发布会暨签约仪式", "src": "http://zb.laoyaoba.com/watch/10098850", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/06/24/15929793993658.jpg", "overview": "随着厦门(海沧)集成电路产业快速发展,以及产业链布局的逐步完善,厦门半导体投资集团有限公司支持的相关企业(项目)逐步开始进入产品销售,部分企业的研发成果进入商用,为扩大海沧集成电路产业和企业影响力,结合产业发展需要和企业诉求,厦门半导体投资集团有限公司联合10家集成电路企业(项目)定于6月30日下午在海沧举办《厦门(海沧)集成电路企业联合产品发布会暨签约仪式》" } ] }, { "type_id": 2, "type_image_light": "http://s.laoyaoba.com/jwImg/vote/2020/07/30/15961022327472.png", "type_image_dark": "http://s.laoyaoba.com/jwImg/vote/2020/08/17/15976477319145.png", "type_name": "集微公开课", "type_intro": "打造优质在线培训课程", "type_content": [ { "id": 86, "title": "吴雄昂回\\'应 ARM 中国控制"权之争:没有利益冲突,ARM 无", "src": "http://zb.laoyaoba.com/watch/10087209", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/06/15/15921998132040.jpg", "overview": "6月16日(周二)上午10:00,集微网邀请到了中国领先的专业投资银行华泰联合证券有限责任公司投资银行部副总裁张辉做客第十三期“开讲”,带来以《科创板IPO简介》为主题的精彩分享,与集微直播间的观众分享科创板IPO相关简介和流程,以及如何避开IPO中的那些“坑”。" }, { "id": 114, "title": "集微直播间:连线四期——服务型网关赋能新一代车辆架构", "src": "http://zb.laoyaoba.com/watch/10129615", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/18/15977147731223.jpg", "overview": "8月18日(周二)19:00,“集微直播间·连线”第四期强势回归,邀请恩智浦大中华区汽车电子业务总经理刘芳以及安波福亚太区连接与安全业务部总监倪志刚,从全球领先的汽车半导体供应商以及汽车Tier 1的多重角度,为大家深入浅出地分析服务型网关能带来哪些改变和机会,以及如何助力整车厂定义适应中国本土的下一代车辆架构。" }, { "id": 111, "title": "集微直播间:第四届“芯动北京”中关村IC产业论坛(技术论坛)", "src": "http://zb.laoyaoba.com/watch/10132218", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/13/15972961638837.jpg", "overview": "以“助力新基建、开创芯动力”为主题的第四届“芯动北京”中关村IC产业论坛将于8月14日上午9:00召开,集微网将全程直播。" }, { "id": 112, "title": "集微直播间:第四届“芯动北京”中关村IC产业论坛(投资论坛)", "src": "http://zb.laoyaoba.com/watch/10132228", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/13/15972964075328.jpg", "overview": "以“助力新基建、开创芯动力”为主题的第四届“芯动北京”中关村IC产业论坛将于8月14日上午9:00召开,集微网将全程直播。" } ] }, { "type_id": 6, "type_image_light": "http://s.laoyaoba.com/", "type_image_dark": "http://s.laoyaoba.com/", "type_name": "shoudong", "type_intro": "shoudong", "type_content": [ { "id": 116, "title": "咱们直播聊", "src": "http://47.106.69.239:8186/admin/live/store", "title_image": "http://s.laoyaoba.com/jwImg/vote/2021/01/15/16106992413412.png", "overview": "13213" } ] } ], "timestamp": 1613704635, "logId": -47684433 }

HTTP Request

/api/live/liveboard

Request Parameters

Parameter Description Type Required Explain
source 来源 String 目前仅支持PC来源的请求
limit 获取元素数量 Int 新版本中需要limit=9, 默认不传limit为4兼容旧版本

Response Data

Title Description Type Tips
type_id 类型ID Int 加载更多用
type_image_light logo_light String
type_image_dark logo_dark String 直播间地址
type_name 类型名称 String
type_intro 类型简介 String
type_content 类型包含直播 Array Live

Live

Title Description Type Tips
id Live ID Int
title 标题 String
title_image 封面图片 String
src 跳转路径 String 直播间地址
overview 简介 String

Log

日期 作者 内容
2021/02/19 易初 新增

获取直播列表的加载更多

获取类型2的更多直播数据信息

GET: /api/live/loading?limit=9&type_id=2&after_id=112&source=xxx

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 86, "title": "吴雄昂回\\'应 ARM 中国控制"权之争:没有利益冲突,ARM 无", "src": "http://zb.laoyaoba.com/watch/10087209", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/06/15/15921998132040.jpg", "overview": "6月16日(周二)上午10:00,集微网邀请到了中国领先的专业投资银行华泰联合证券有限责任公司投资银行部副总裁张辉做客第十三期“开讲”,带来以《科创板IPO简介》为主题的精彩分享,与集微直播间的观众分享科创板IPO相关简介和流程,以及如何避开IPO中的那些“坑”。" }, { "id": 114, "title": "集微直播间:连线四期——服务型网关赋能新一代车辆架构", "src": "http://zb.laoyaoba.com/watch/10129615", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/18/15977147731223.jpg", "overview": "8月18日(周二)19:00,“集微直播间·连线”第四期强势回归,邀请恩智浦大中华区汽车电子业务总经理刘芳以及安波福亚太区连接与安全业务部总监倪志刚,从全球领先的汽车半导体供应商以及汽车Tier 1的多重角度,为大家深入浅出地分析服务型网关能带来哪些改变和机会,以及如何助力整车厂定义适应中国本土的下一代车辆架构。" }, { "id": 111, "title": "集微直播间:第四届“芯动北京”中关村IC产业论坛(技术论坛)", "src": "http://zb.laoyaoba.com/watch/10132218", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/13/15972961638837.jpg", "overview": "以“助力新基建、开创芯动力”为主题的第四届“芯动北京”中关村IC产业论坛将于8月14日上午9:00召开,集微网将全程直播。" }, { "id": 112, "title": "集微直播间:第四届“芯动北京”中关村IC产业论坛(投资论坛)", "src": "http://zb.laoyaoba.com/watch/10132228", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/13/15972964075328.jpg", "overview": "以“助力新基建、开创芯动力”为主题的第四届“芯动北京”中关村IC产业论坛将于8月14日上午9:00召开,集微网将全程直播。" } ], "timestamp": 1613703843, "logId": -126847356 }

HTTP Request

/api/live/loading

Request Parameters

Parameter Description Type Required Explain
source 来源 String 目前仅支持PC来源的请求
limit 获取元素数量 Int 新版本中需要limit=9, 默认不传limit为4兼容旧版本
after_id 最后一项ID Int
type_id 加载数据类型 Int

Response Data

Live

Title Description Type Tips
id Live ID Int
title 标题 String
title_image 封面图片 String
src 跳转路径 String 直播间地址
overview 简介 String

Log

日期 作者 内容
2021/02/19 易初 新增

获取当前的直播列表

获取当前的直播列表数据信息

GET: /api/live/livestartpage

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "title": "集微直播间:连线四期——服务型网关赋能新一代车辆架构", "title_image": "http://s.laoyaoba.com/jwImg/vote/2020/08/18/15977147731223.jpg", "title_src": "http://zb.laoyaoba.com/watch/10129615", "overview": "8月18日(周二)19:00,“集微直播间·连线”第四期强势回归,邀请恩智浦大中华区汽车电子业务总经理刘芳以及安波福亚太区连接与安全业务部总监倪志刚,从全球领先的汽车半导体供应商以及汽车Tier 1的多重角度,为大家深入浅出地分析服务型网关能带来哪些改变和机会,以及如何助力整车厂定义适应中国本土的下一代车辆架构。", "is_notice": false, "type": "live", "price": 0, "is_buy": false } ], "timestamp": 1638498604, "logId": -994404693 }

HTTP Request

/api/live/livestartpage

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户token string

Response Data

Live

Title Description Type Tips
title 标题 String
title_image 封面图片 String
title_src 跳转路径 String 直播的时候为直播间地址,视频类型为视频news_id
overview 简介 String
is_notice 直播预告 Bool 是否是预告
type 枚举类型 String video & live
price 價格 int
is_buy 是否購買 bool

Log

日期 作者 内容
2021/12/03 张宏伟 新增

获取空中宣讲会列表

(职场改版202202) 获取空中宣讲会列表

HTTP Request

/api/airteachin/livefeed

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 129, "title": "阿斯顿发撒的5", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/02/08/16443098712572.jpg", "title_src": "1", "overview": "1111", "is_top": 9, "type": "video" } ], "timestamp": 1644482352, "logId": 2527485926 }

Request Parameters

Parameter Description Type Required Explain
label_id 标签ID Int
after_id 加载更多 int
limit 每页数量 默认10 int

curlDemo

Copy to Clipboard
curl --location --request GET '/api/airteachin/livefeed?label_id=1&limit=10'

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

data:list Object 管理员

Title Description Type Tips
id int
title 直播间标题 string
src 直播间地址 string
title_image 直播间 缩略图 string
overview 直播间描述 string
is_top 是否置顶 0为未置顶 其他为置顶 int
type 直播类型 'video' 正常 'live'直播中 string

Log

日期 作者 内容
2022/02/10 朱思嘉 新增

获取空中宣讲会label标签

(职场改版202202)

获取空中宣讲会列表

HTTP Request

/api/airteachin/labels

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 3, "name": "2022", "sort": 2 }, { "id": 1, "name": "2021", "sort": 1 }, { "id": 4, "name": "2020", "sort": 0 }, { "id": 5, "name": "2019", "sort": 0 } ], "timestamp": 1644482801, "logId": 2572378677 }

curlDemo

Copy to Clipboard
curl --location --request GET '/api/airteachin/labels'

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

data:list Object 管理员

Title Description Type Tips
id 标签ID int
name 标签名称 string
sort 序号 int

Log

日期 作者 内容
2022/02/10 朱思嘉 新增

获取嘉宾

获取活动嘉宾列表信息

HTTP Request

/api/distinguished/data

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "xxx", "positon": "", "special_id": 0, "label": "评委会", "head": "https://s.laoyaoba.com/jwImg/newsCover/2022/03/02/1646208788940.jpg", "remarks": "test", "sort": 0 } ], "timestamp": 1646279004, "logId": 3951455203 }

curlDemo

Copy to Clipboard
curl --location --request GET '/api/distinguished/data'

Request Parameters

Parameter Description Type Required Explain
label 标签 String
after_id 加载更多 int
limit 每页数量 默认10 int
special_id 分类ID int 专题ID
head 头像信息 默认0 int 允许值 0 1 (1获取头像字段不为空的嘉宾)

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

data:list Object

Title Description Type Tips
id 嘉宾ID int
name 名称 string
positon 职位 string
special_id 分类ID int
label 标签 string
head 头像 string
remarks 备注 string
sort 序号 int

Log

日期 作者 内容
2022/02/10 朱思嘉 新增

付费引导页直播授权接口

付费引导页中获取会议和直播相关信息和用户的试看码

HTTP Request

/api/live/welcome

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "meeting_info": { "id": 5268, "title": "测试会议发票选项", "cover": "https:\/\/s.laoyaoba.com\/jwImg\/meeting\/2022\/03\/08\/16467261786057.jpg", "intro": "" }, "live_info": { "name": "朱思嘉测试token信息", "background": "https:\/\/s.laoyaoba.com\/", "intro": "1", "state": 3 }, "attempt_token": "", "owner_info": { "has_pay": true, "has_privilege": true, "need_notice": false, "src": "https:\/\/zb.laoyaoba.com\/watch\/105948", "key": "8rjppxch82tup6rfn526n2n782prmg2g" } }, "timestamp": 1647768898, "logId": 2617046504 }
Copy to Clipboard
curl --location --request GET '/api/live/welcome?source=h5&live=264&token=12321312312312'

Request Parameters

Parameter Description Type Required Explain
source 来源 String 页面来源
live_id 直播ID Int
token 用户TOKEN String 不登录也可以调用哦

Response Data

Title Description Type Tips
errno Api Code Int
errmsg Api Error Message String
userInfo String
data list:object

Data Object

Title Description Type Tips
attempt_token 试看码 String 未登录后者以及购买后未空

meeting_info Object

Title Description Type Tips
id ID Int
title 名称 String
cover 图片 String
intro 介绍 String

live_info Object

Title Description Type Tips
name 名称 String
intro 介绍 String
state 直播状态 Int 0: 未开始 1: 预告 2: 直播中 3: 结束
background 直播logo背景图 String

owner_info Object

Title Description Type Tips
has_pay 是否购买 Boolean
has_privilege 是否特权 Boolean
need_notice 显示本人的警告(订单手机号与报名手机号不一致)有特权的情况会直接忽略 Boolean
src 链接 String 未登录或者没有购买时为空
key 上直播密钥 String 自己生成观看token吧

Log

日期 作者 内容
2022/03/15 谢宇轩 新增
2022/03/20 谢宇轩 修改定义
2022/11/02 谢宇轩 修改定义

试看Token消费接口

校验token和用户的试看资格,成功后跳转到直播间,不成功会调到错误提示页,或者重定向回引导页面

HTTP Request

/api/live/confirmattempt

Response Body :

错误提示

Title Description Code Tips
试看授权异常,无效授权 试看token 不合法,没有找到 400
tit来源异常le 获取试看token的来源和消费的source不一致 400
用户信息异常 token无法解析用户 string 401
授权失败 没有token string 400
用户不存在 没有试看token string 401

Request Parameters

Parameter Description Type Required Explain
source 来源 String 页面来源
attempt_token 直播试看token String
token 用户TOKEN String

Response Data

Log

日期 作者 内容
2022/03/15 谢宇轩 新增

直播单点登录检测接口

进入直播间后,需要进行ping的轮询操作

HTTP Request

/api/live/ping

Response Body :

成功:

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "live_id": 151, "event_tag": "bHA6MTUxOnU6NTE4MTMyOToxNjUyMjM4Nzk5OnBj", "jw_sid": "1652238799", "success": 1 }, "timestamp": 1652247204, "logId": 3771025742 }

失败:

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "live_id": 151, "clash_source": "pc", "clash_at": "1652238799", "success": 0 }, "timestamp": 1652241566, "logId": 3207255536 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String 页面来源
live_src 直播间地址 String
token 用户TOKEN String
jw_sid 特殊标志 String 目前存放时间戳 预留字段
event_tag 轮询标志 String 没有则认为是初次请求,会生产一个标志,需要客户端下一次携带这个标志来进行轮询

Response Data

Title Description Type Tips
errno Api Code Int
errmsg Api Error Message String
userInfo String
data list:object

Data Object

Title Description Type Tips
success 是否可以继续观看 Int 0不可以继续观看 1可以
live_id 直播ID Int
clash_source 冲突来源 String 冲突来源 仅失败会出现
clash_at 冲突产生时间 Int 时间戳 仅失败会出现
event_tag 事件标志 String 任何时间都有 仅成功出现
jw_sid 轮询唯一标识 String 临时为时间戳 仅成功出现

Log

日期 作者 内容
2022/05/11 谢宇轩 新增

获取直播间聊天记录

获取直播聊天数据

GET: /api/live/chatrecord?limit=9&source=xxx

加载更多数据

GET: /api/live/chatrecord?source=android_app_2.1.2&limit=4&type_id=2&after_id=111

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 3087, "nickname": "集微网友", "start_at": "2022-08-10 15:32:43", "body": "我是哪里人?" }, { "id": 3088, "nickname": "集微网友", "start_at": "2022-08-10 15:31:09", "body": "?" }, { "id": 3089, "nickname": "集微网友", "start_at": "2022-08-10 15:26:38", "body": "1" }, { "id": 3091, "nickname": "集微网友", "start_at": "2022-08-10 15:14:19", "body": "1" }, { "id": 3092, "nickname": "集微网友", "start_at": "2022-08-10 15:14:19", "body": "奥力给" }, { "id": 3093, "nickname": "集微网友", "start_at": "2022-08-10 15:14:12", "body": "【下期预告】8月16日 19:00 芯片设计专场,可在小程序宣讲会模块进行预报名,让我们相约下一次直播吧" }, { "id": 3298, "nickname": "给生活一个大大的傻笑", "start_at": "2022-08-10 15:14:05", "body": "···" }, { "id": 3299, "nickname": "左鹏℡¹³⁶", "start_at": "2022-08-10 15:14:01", "body": "专业" }, { "id": 3095, "nickname": "集微网友", "start_at": "2022-08-10 15:13:59", "body": "【下期预告】8月16日 19:00 芯片设计专场,可在小程序宣讲会模块进行预报名,让我们相约下一次直播吧" }, { "id": 3096, "nickname": "集微网友", "start_at": "2022-08-10 15:13:29", "body": "冲着这个小姐姐,今年我一定应聘爱集微!" } ], "timestamp": 1662430594, "logId": 4202787753 }

HTTP Request

/api/live/chatrecord

Request Parameters

Parameter Description Type Required Explain
source 来源 String
live_id 直播间ID Int 直播间ID
limit 获取元素数量 Int 默认为10
after_id 最后一项ID Int

Response Data

Live

Title Description Type Tips
id 记录id Int
nickname 用户昵称 Int
start_at 发言时间 String
body 发言内容 String

Log

日期 作者 内容
2022/09/06 朱思嘉 新增

资讯改版V1-获取直播热数据

获取直播中和预告所有数据

GET: /api/live/heat?source=pc

GET: /api/live/heat?source=app

获取正在直播中的数据 GET: /api/live/heat?source=pc&type=live

获取预告数据 GET: /api/live/heat?source=pc&type=plan

Response

返回此JSON类型的情况:获取PC所有直播热数据、获取PC、APP直播中的数据、获取PC、APP预告数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "title": "朱思嘉测试", "start_time": "1669796400", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/11/30/16697887344600.jpeg", "title_src": "http://zb.laoyaoba.com/watch/6566461", "overview": "test", "view_num": 0, "type": "live" }, { "title": "朱思嘉-测试1102", "start_time": "1669796400", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/11/02/16673726064505.jpg", "title_src": "https://devwww.laoyaoba.com/mid/livemid/178", "overview": "test", "view_num": 0, "type": "plan" } ], "timestamp": 1669797046, "logId": 4261100196 }

APP Response

返回此JSON类型的情况:获取APP所有直播热数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current": [{ "id": 1, "title": "朱思嘉测试", "start_time": "1669796400", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/11/30/16697887344600.jpeg", "title_src": "http://zb.laoyaoba.com/watch/6566461", "overview": "test", "view_num": 0, "type": "live", "is_soon": true }], "future": [{ "id": 2, "title": "朱思嘉-测试1102", "start_time": "1669796400", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/11/02/16673726064505.jpg", "title_src": "https://devwww.laoyaoba.com/mid/livemid/178", "overview": "test", "view_num": 0, "type": "plan", "is_soon": false }] }, "timestamp": 1669797094, "logId": 4265885310 }

HTTP Request

/api/live/heat

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc、app
type 类型 String live-直播中、plan-预告

APP Response Data

Title Description Type Tips
current 直播中数据 object:list
future 预告数据 object:list

PC AND APP Response Datagi

Title Description Type Tips
id 直播id Int
title 直播标题 String
start_time 开始时间 String
title_image 缩略图 String
overview 简介 String
view_num 直播观看人数 Int
type 数据类型 String PC应用(live-直播中 plan-预告)
is_soon 是否即将开始 Bool ture-是 false-否

Log

日期 作者 内容
2022/11/30 朱思嘉 新增

资讯改版V1-获取直播当前状态

获取实时直播状态

GET: /api/live/status

Response

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "is_live": 1, "interval": 3600 }, "timestamp": 1670833539, "logId": 2683735735 }

HTTP Request

/api/live/status

APP Response Data

Title Description Type Tips
is_live 是否存在直播内容 int 0-否 1-是
interval 定时刷新/秒 int 定时刷新本接口的间隔秒数。当前版本产品无特殊要求忽略即可。

Log

日期 作者 内容
2022/12/12 朱思嘉 新增

资讯改版V1-直播回放列表流

获取全部类型的直播数据

GET: /api/live/playback?limit=10&source=xxx

获取某一类型2列表数据

GET: /api/live/livefeed?source=android_app_2.1.2&limit=4&type_id=2

获取某一类型加载更多数据

GET: /api/live/livefeed?source=android_app_2.1.2&limit=4&type_id=2&after_id=111

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 180, "title": "朱思嘉测试", "src": "http://zb.laoyaoba.com/watch/6566461", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/11/30/16697887344600.jpeg", "overview": "test", "start_time": 1673511600, "end_time": 1673522400, "remarks": "", "view_num": 0, "is_top": false }, { "id": 146, "title": "朱思嘉测试token信息", "src": "https://devwww.laoyaoba.com/mid/livemid/146", "title_image": "http://s.laoyaoba.com/jwImg/vote/2022/03/09/16467923077386.jpg", "overview": "1", "start_time": 1673413200, "end_time": 1673449200, "remarks": "", "view_num": 0, "is_top": false } ], "timestamp": 1674013705, "logId": 2872731766 }

HTTP Request

/api/live/playback

Request Parameters

Parameter Description Type Required Explain
source 来源 String
limit 获取元素数量 Int 默认为10
after_id 最后一项ID Int
type_id 加载数据类型 Int 为空时获取全部类型
label 筛选特定标签的直播 String

Response Data

Live

Title Description Type Tips
id Live ID Int
title 标题 String
title_image 封面图片 String
src 跳转路径 String 直播间地址
overview 简介 String
start_time 直播开始时间 Int
end_time 直播结束时间 Int
remarks 备注 String
view_num 浏览量 Int
is_top 是否置顶 Bool true-是 false-否

Log

日期 作者 内容
2023/01/10 朱思嘉 新增
2023/01/18 朱思嘉 修改(增加直播回放人数字段)

资讯详情相关接口

请求资讯详情PDF附件接口

获取资讯详情PDF附件url

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "pdf_url": "http://s.laoyaoba.com/news/attachment/1611902184.pdf" }, "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/news/curlpdf

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 资讯id int
token 用户信息 String 登录了就传

Response Data

Title Description Type Tips
pdf_url PDF访问地址 String 请求验证成功时才会返回

Log

日期 作者 内容
2021/02/1 炑烁 新增

获取音频专题所有数据接口

获取音频专题所有数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 11, "list": [ { "view_num": 684, "audio_info": { "duration": 223, "url": "http://s.laoyaoba.com/jiwei/video/1586427135151.mpeg" }, "published_time": "1.58642724058", "subtitle": "测试音频测试音频'测试\"音频音频测试", "news_id": 719990, "unique_code": "211206566744252002", "cover":"jwImg/newsCover/2021/12/06/16387800746.jpeg" }, { "view_num": 200, "audio_info": { "duration": 223, "url": "http://s.laoyaoba.com/jiwei/video/1586420070539.mp3" }, "published_time": "1.58642266877", "subtitle": "上传音频附件", "news_id": 719988, "unique_code": "211206566744252364", "cover":"jwImg/newsCover/2021/12/06/16387800746.jpeg" }, { "view_num": 3410, "audio_info": { "duration": 223, "url": "http://s.laoyaoba.com/jiwei/video/1586854482257.mpeg" }, "published_time": "1.58494500066", "subtitle": "整体测试1遍", "news_id": 682261, "unique_code": "211206566744252549", "cover":"jwImg/newsCover/2021/12/06/16387800746.jpeg" }, { "view_num": 3108, "audio_info": { "duration": 223, "url": "http://s.laoyaoba.com/jiwei/video/1586776415520.mpeg" }, "published_time": "1.58097846063", "subtitle": "运营商高层密集调整:刘爱力离任电信总经理", "news_id": 719968, "unique_code": "211206566744252758", "cover":"jwImg/newsCover/2021/12/06/16387800746.jpeg" }, { "view_num": 275, "audio_info": { "duration": 223, "url": "http://s.laoyaoba.com/jiwei/video/1586777133061.mpeg" }, "published_time": "1.57829922090", "subtitle": "说好不哭", "news_id": 719930, "unique_code": "211206566744252863", "cover":"jwImg/newsCover/2021/12/06/16387800746.jpeg" } ], "num": 11886 }, "timestamp": 1638756674, "logId": -957237170 }

HTTP Request

/api/special/audiolist

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 专题id int
page 页码 int
limit 每页展示条数 int 默认10条

Response Data

Title Description Type Tips
total 总条数 int 总共有多少条音频数据
list 音频数据 array 音频数据数组
news_id 资讯id int
subtitle 资讯副标题 string 短标题
published_time 发布时间 string 时间戳
audio_info 音频相关信息 object
duration 音频时长 int 单位秒
url 音频资源地址 string
view_num 点击量 int 某条音频的点击量
unique_code 唯一编码 string 用来日志统计
num 音频栏目收听总数 string
cover 头图 string

Log

日期 作者 内容
2021/02/5 炑烁 新增
2021/12/03 张宏伟 按视听合并需求更改,新增分页及总收听量
2021/12/06 张宏伟 修改es查询及返回数据格式

视频详情页作者内容推荐接口

获取视频详情页的右侧推荐列表数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "news_id": 719916, "news_title": "测试视频模块", "subtitle": "测试视频模块", "cover": "http://s.laoyaoba.com/jwImg/gallery/2018/11/08/15416776417657.jpeg" }, { "news_id": 719914, "news_title": "视频没有副栏目", "subtitle": "视频没有副栏目", "cover": "http://s.laoyaoba.com/jwImg/gallery/2018/11/08/15416726322472.jpeg" }, { "news_id": 681078, "news_title": "测试数据20180820", "subtitle": "测试数据20180820", "cover": "http://s.laoyaoba.com/jwImg/news/2018/08/20/15347359927609.jpg" } ] }, "timestamp": 1613973996, "logId": 3266060181 }

HTTP Request

/api/news/authorresource

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 资讯id int
history 历史浏览ID列表 String [760644,719915]

Response Data

Title Description Type Tips
list 资讯对象 Object 等同资讯流中的资讯对象

News

Title Description Type Tips
news_id ID Int
news_title 标题 String
subtitle 副标题 String
cover 封面 String

Log

日期 作者 内容
2021/02/22 易初 新增

请求资讯详情实时更新数据

获取资讯详情实时更新的数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "news_id": "1", //id "view_num": "100", //浏览量 "collect_num":"1", //收藏量 "is_follow": 1, //是否收藏 1-收藏 2-未收藏     "like_num": "100", //点赞数 "is_liked": "是否点赞过,1-已点赞,0-未点赞",     "comment_num": "100", //评论量 "is_comment": 1, //当前用户是否评论过,1是,0 "is_lock": false, // 当前用户是否能查看VIP资讯全文,false否,true }, "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/news/detailssimple

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 资讯id int
token 用户信息 String 登录了就传
ip 请求ip String 请求ip

Response Data

Title Description Type Tips
news_id 资讯id Number 请求验证成功时才会返回
view_num 浏览量 Number 请求验证成功时才会返回
collect_num 收藏量 Number 请求验证成功时才会返回
is_follow 是否收藏 Number 1-收藏 2-未收藏
like_num 点赞量 Number 请求验证成功时才会返回
is_liked 是否点赞 Number 1-已点赞,0-未点赞
comment_num 评论量 Number 请求验证成功时才会返回
is_comment 是否评论 Number 1是,0否
is_lock 当前用户是否能查看VIP资讯全文 Boolean false否,true是

Log

日期 作者 内容
2021/04/30 郗子硕 配合服务端渲染和redis缓存新增

付费资讯下单生成订单接口

购买news_id为720015的资讯 /api/news/newsorder?source=android_v1&token=xxx&news_id=720015&news_type=video&num=1&price=100&is_invoice=0

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "5210607574251071382", "is_payment": 1 }, "timestamp": 1623057423, "logId": -1071738266 }

HTTP Request

/api/news/newsorder

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 资讯id Int
token 用户信息 String
news_type 资讯类型 String(Enum) 目前可用:video
num 数量 Int
price 价格 Int
is_invoice 是否开发票 Int 0 不开 1 开 (传0就好)

Response Data

Title Description Type Tips
order_num 订单号 String 请求验证成功时才会返回
is_payment 是否支付 Int 2无需支付,1需要支付

Log

日期 作者 内容
2021/06/7 易初 新增

获取音频专题推荐置顶数据接口

获取音频专题推荐置顶所有数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "news_id": 706728, "subtitle": "测试'今年\"上半\\年三/星已'宣布,量产.数颗$5G手机&芯片", "published_time": "1562752080325", "audio_info": { "duration": 279, "url": "http://s.laoyaoba.com/jiwei/video/1586854679009.mpeg" }, "view_num": 469, "unique_code": "211203997409502540" }, { "news_id": 682083, "subtitle": "mac微信公众号上的资讯通过Chrome上传到后台", "published_time": "1545316380827", "audio_info": { "duration": 239, "url": "http://s.laoyaoba.com/jiwei/video/1586854749545.mpeg" }, "view_num": 100, "unique_code": "211203997409502885" }, { "news_id": 681210, "subtitle": "彩虹", "published_time": "1536403440994", "audio_info": { "duration": 104, "url": "http://s.laoyaoba.com/jiwei/video/1586854882274.mpeg" }, "view_num": 166, "unique_code": "211203997409502953" } ], "timestamp": 1638499740, "logId": -880797962 }

HTTP Request

/api/special/audiotop

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 专题id int

Response Data

Title Description Type Tips
news_id 资讯id int
subtitle 资讯副标题 string 短标题
published_time 发布时间 string 时间戳
audio_info 音频相关信息 object
duration 音频时长 int 单位秒
url 音频资源地址 string
view_num 点击量 int 某条音频的点击量
unique_code 唯一编码 string 用来日志统计

Log

日期 作者 内容
2021/12/03 张宏伟 新增

获取feed流接口

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "allow_comment": 1, "audio_info": null, "author2": 0, "category_id": 117, "collect_num": 0, "comment_num": 0, "cover": "http://s.laoyaoba.com/jwImg/news/2021/12/03/16385121917955.png?imageView2/2/w/270", "create_time": "20211203141658", "extra_link": "", "has_tts": 0, "intro": "长电科技(600584.SH)在投资者互动平台表示,长电绍兴已在江阴厂房开始投产,在绍兴本地的厂房已于今年中结顶,将于今年内开始移入设备。", "is_extra_link": 0, "is_project": 0, "is_rss": 1, "is_vip": 0, "is_wx": 1, "language_type": 1, "last_comment_time": 0, "like_num": 0, "micro_time": 163851214017418601, "name_source": "", "news_essence": 3, "news_id": 800239, "news_source": 1, "news_title": "长电科技:长电绍兴已在江阴厂房开始投产", "news_top": 0, "news_type": 1, "price": 0, "project_category_id": 0, "project_id": 0, "promulgator_id": 5183283, "published_id": 5190622, "published_time": "20211203141701", "refresh_time": "20211203141701", "reprint_source": "", "search_tags": "长电科技", "seo_intro": "", "seo_keywords": "", "show_audio": 0, "show_author": 1, "source_author": 5206069, "status": 5, "sub_category_id": 0, "subtitle": "长电科技:长电绍兴已在江阴厂房开始投产", "unlike_num": 0, "update_time": "20211203142759", "user_id": 5206069, "video_info": null, "view_num": 336, "vip_view_num": 36, "share_url": "https://www.laoyaoba.com/html/share/news?source=ios&news_id=800239", "user_info": { "nickname": "xiao wei", "id": 5206069, "avatar": "", "intro": "" }, "tag_list": [ { "id": 1252707, "tag_name": "长电科技", "news_id": 800239 } ], "category_name": "概念股", "category_list": [ { "news_id": 800239, "category_id": 117, "category_name": "概念股" } ], "news_images": { "news_id": 800239, "attachment_content": "[\"http:\\/\\/s.laoyaoba.com\\/jwImg\\/news\\/2021\\/12\\/03\\/16385121917955.png?imageView2\\/2\\/w\\/270\"]" }, "promulgator_info": { "nickname": "妮儿", "id": 5183283, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2021/04/28/16195978962378.jpg?imageView2/2/w/90/h/90", "intro": "" }, "published_info": { "nickname": "Jack", "id": 5190622, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/12/30/16093211786351.png?imageView2/2/w/90/h/90", "intro": "专注于半导体、消费类电子产业链上市企业!" }, "is_advert": 0, "is_top": false, "is_buy": false, "is_liked": 0, "is_follow": 0, "is_attention": 0, "is_unlike": 0, "unique_code": "211203128885054669", "focus_time": 0, "is_focus": 1 } ], "timestamp": 1638512888, "logId": 2581465774 }

HTTP Request

/api/news/feedstream

/api/news/feedstreamv2 新版feed流api 已兼容旧版所有参数 新需求请使用此路由

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 文章id String news_id="1,2,3,4,5"
category_id 分类id int category_id=1
cat_only 只查主栏目 int cat_only=1
limit 每页展示多少条数据 int limit=20
host 是否热门 int host=1(默认按更新时间倒叙,1-按浏览量倒叙)
special 是否是专题 int special=1-获取专题
after_id down 数据(传递页面最后一条数据的id,如果没有返回数据说明已经翻到最后一页且后面没有数据了) int after_id=123123
essence_level 精华等级 1-精华1,2-精华2,3-精华3,4-精华4 int essence_level=1
author_id 作者id int author_id=1
net_work 网络类型 1-2G,2-3G,3-4G,4-WIFI int net_work=3
video 视频 int video=1(1-获取视频列表,2-非视频)
audio 音频 int audio=1(1-获取音频列表,2-非音频)
token 用户信息 string token=ssjlljlll123%%
page 资讯列表前端下拉加载更多时,计算page参数,后端用于分发广告数据 int page=1(第一页传1)
top 置顶等级(新版APP3.0搜索页的精选专题的入参为:top=4&special=1&limit=1) int top=4
date 查多少天之前到现在直接的数据 int date=7(天数)
is_vip 是否过滤VIP资讯 int int=1(1-查VIP,2-非VIP)
tag 标签名 string tag=闻泰科技(超过四个字的将截取前四个字%like匹配)
month 发布时间条件限制/月份 结束时间为当前时间 int month=1
focus 焦点新闻 int focus=1
except 排除新闻ID string except=10001,10002 多个用英文,拼接即可
category_show 是否强制展示资讯分类信息(默认获取栏目下的资讯流时栏目默认不展示,此参数用于某些情况的强制展示栏目信息) int category_show=1
close_top 是否强制关闭置顶(默认获取分类下的资讯流时会开启置顶排序及展示置顶标签,此参数可以强制去除置顶) int close_top=1
close_special 是否强制关闭专题插入(默认获取某个分类下的资讯流中第5条会默认插入专题信息) int close_special=1
Copy to Clipboard
参数说明: after_id的优先级要高于before_id的优先级,如果2个参数同时传递,优先使用after_id 如果after_id和before_id都没有传递,按照默认排序获取最新的数据 首次加载after_id和before_id都不需要传值 所有都要传source。 想指定获取到的篇数传limit H5、APP首页重磅推荐、PC右上角专题:special + essence_level(3) 园区查看更多:category_id + special = 查找某个分类下的所有专题 园区首页:category_id + special + essence_level(1) = 查找某个分类下为精华*的专题 通过标签加载某一分类下数据:category_id、tag。 加载某一分类下的精华文章:category_id、after_id、essence_level。 获取某一分类下的最新精华文章:category_id、before_id、essence_level。 获取某一分类下的精华文章:category_id、essence_level。 加载某一分类文章:category_id、after_id。 获取某一分类最新文章:category_id、before_id。 加载某一精华文章:essence_level、after_id。 获取某一精华最新文章:essence_level、before_id。 加载某一作者文章:author_id、after_id。 获取某一作者最新文章:author_id、before_id。 英文栏目:获取视频文章essence_level=1 获取文字文章essence_level=0 根据新闻id获取某些文章:news_id。 获取热门文章:host。 获取分类中的文章:category_id, 英文栏目新闻分类id 228。 获取精华文章:essence_level。 获取作者文章:author_id。 获取按最新时间排序的文章:不传值。 加载按最新时间排序的文章:after_id。 获取按最新时间排序的最新文章:before_id。 获取最近一个月发布的文章:month = 1。 获取当前资讯流的焦点新闻: focus = 1。 获取当前资讯流并排除特定资讯资源: except = 10001。 获取当前资讯流并排除多个特定资讯资源: except = 10001,10002。 获取某个分类的资讯且去除置顶样式及排序:close_top = 1。
Copy to Clipboard
专题插入资讯流时数据格式: { "category_id": 446, "category_name": "视听", "news_type": 8, "is_project": 1, "special_list": [ { "news_id": "839046", "category_id": 446, "subtitle": "视听测试专题", "news_title": "视听测试专题", "category_name": "视听", "cover": "https://s.laoyaoba.com/jwImg/newsCover/2023/02/06/16756786069669.jpeg", "published_time": "20230206182324", "refresh_time": "20230206182324" } ] }

Response Data

Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
category_name 资讯主分类名称 string
user_id 作者id int
author2 第二供稿人id int
promulgator_id 发布者id int
published_id 责编ID int
source_author 供稿人id int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告 7-首页推荐视频插入资讯流类型 8-资讯流插入专题类型
news_title 标题 string
subtitle 副标题 string
intro 资讯介绍 string
published_time 微妙发布时间戳 int
last_comment_time 最后评论时间 int
view_num 查看数量 int
like_num 点赞数量 int
unlike_num 踩的数量 int
comment_num 评论数量 int
collect_num 收藏量 int
news_top 置顶等级 int 默认0,1,2,3,4
news_essence 精华等级 int 默认0,1,2,3,4
allow_comment 是否允许评论 int 1-允许,0-不允许
cover 主封面 string
status 状态 int 1-编辑中,2-草稿箱,3-待审,4-资源库,5-已发布,0-删除
update_time 最后更新时间 timestamp
create_time 创建时间 timestamp
news_source 来源 int 1-原创,2-转载
reprint_source 转载来源地址(兼专题视频链接) string
name_source 转载来源名称(专题极光推送链接) string
is_extra_link 是否站外链接 int 默认0为否,1-站外链接
extra_link 站外链接地址(兼专题视频封面图) string
search_tags 用于搜索的tag string
micro_time 编辑自定义的发布时间戳 int
refresh_time 刷新时间 int
is_rss 是否允许RSS订阅 int 1-允许 2-不允许
is_wx 是否展示到小程序 int 默认0不展示,1展示
is_project 是否是专题资讯 int 0否,1是
project_id 所属父极专题资讯id int
project_category_id 资讯所属专题的子分类 int
video_info 视频信息json string
has_tts 是否转换语音 int 0 未 1 转换
show_audio 音频开关 int 0 关 1 开
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
vip_view_num vip阅读量 int
language_type 语言类型 int 默认1中文,2英文
seo_intro seo简介 string
seo_keywords seo关键词 string
show_author 0展示作者,1展示第一二供稿人 int
price 价格 int 单位分
share_url 专题分享链接 string
project_title 所属专题标题 string
is_focus 是否焦点新闻 int 0-否 1-是
focus_time 设为焦点新闻时间戳 int
special_list 专题列表信息(news_type=8时代表此数据为专题数据) object:list
user_info 用户信息 obj
Title Description Type Tips
nickname 昵称 string
id 用户id int
avatar 头像地址 string
intro 作者简介 string
tag_list 标签列表 obj
Title Description Type Tips
id 标签id int
tag_name 标签名称 string
news_id 资讯id int
category 分类栏目信息
Title Description Type Tips
category_name 分类栏目名 string
category_list 分类栏目数据列表 obj
news_id 资讯id int
category_id 所属分类栏目id int
category_name 所属分类栏目名 string
news_images 资讯图片列表 obj
Title Description Type Tips
news_id 所属资讯id int
attachment_content json格式图片url string
promulgator_info 发布者信息 obj
Title Description Type Tips
nickname 发布者名字 string
avatar 头像链接 string
intro 简介 string
published_info 责编相关信息 obj
Title Description Type Tips
nickname 昵称 string
id 责编用户id int
avatar 头像链接 string
intro 简介 string
special_list 专题列表信息 obj
Title Description Type Tips
news_id 专题ID string
category_id 栏目ID int
subtitle 副标题 string
news_title 主标题 string
category_name 栏目名称 string
cover 缩略图 string
published_time 发布时间 string
refresh_time 最近更新时间(刷新时间) string
其余杂项
Title Description Type Tips
is_advert 是否广告 int 0-否 1-是
is_top 置顶类型 bool true展示置顶样式,false否
is_buy 是否购买 bool true已购,false否
is_liked 是否点赞 int 1-是,0否
is_follow 是否收藏 int 1-是,0否
is_attention 是否关注 int 1-是,0否
is_unlike 是否踩 int 1-是,0否
unique_code 唯一编码 string
is_top 是否置顶新闻(是否展示新闻置顶标签) bool true是,false否
category_show 是否展示栏目信息 bool true是,false否
is_special 是否属于专题资讯(专题下的资讯) bool true是,false否

Log

日期 作者 内容
2021/12/03 张宏伟 新增
2023/01/17 朱思嘉 修改(适配资讯改版)

获取资讯详情接口

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "news_id": 760623, "category_id": 199, "sub_category_id": 0, "user_id": 2, "author2": 0, "promulgator_id": 720831, "published_id": 5180890, "source_author": 0, "news_type": 1, "news_title": "小小", "subtitle": "小小", "intro": "新版专题封面图", "published_time": "20210526232700", "last_comment_time": 0, "view_num": 2068, "like_num": 0, "unlike_num": 0, "comment_num": 0, "collect_num": 1, "news_top": 0, "news_essence": 0, "allow_comment": 1, "cover": "http://s.laoyaoba.com/jwImg/newsCover/2020/07/24/15955865523836.jpeg", "status": 5, "update_time": "20211210161334", "create_time": "20200724180938", "news_source": 1, "reprint_source": "http://s.laoyaoba.com/1224骁龙技术峰会(有字幕带片头).mp4", "name_source": "https://devwww.laoyaoba.com/home/#/topicdec/xfigure?news_id=760623", "is_extra_link": 0, "extra_link": "http://s.laoyaoba.com/jwImg/projectImgVideo/2020/07/24/15955865189636.jpg", "search_tags": "arm", "micro_time": 162204282039206888, "refresh_time": 163912401499216896, "is_rss": 1, "is_wx": 0, "is_project": 1, "project_id": 0, "project_category_id": 0, "video_info": null, "has_tts": 0, "show_audio": 0, "audio_info": null, "is_vip": 0, "vip_view_num": 230, "language_type": 1, "seo_intro": "新版专题封面图", "seo_keywords": "arm", "show_author": 0, "price": 0, "tag_list": [ { "id": 1018626, "tag_name": "arm" } ], "category_list": [ { "category_id": 199, "category_name": "专题栏" } ], "category_name": "专题栏", "news_images": { "news_id": 760623, "attachment_content": "[]" }, "copyright": "*此内容为集微网原创,著作权归集微网所有。未经集微网书面授权,不得以任何方式加以使用,包括转载、摘编、复制或建立镜像。", "detail_list": [ "" ], "extend": { "sentiment": true, "ai_analyse": false, "card": true }, "is_lock": true, "user_is_vip": false, "user_exists_vip": true, "user_is_login": 0, "pdf_info": { "pdf_name": "" }, "project_info": {}, "special_list": [], "special_config": { "id": 26, "news_id": 760623, "h5": [ { "name": "banner", "sort": 0, "title": "头图", "subtitle": "Banner", "style": "1", "nav": [] }, { "sort": 1, "title": "资讯报道", "subtitle": "", "name": "news", "style": "1" }, { "sort": 2, "title": "", "subtitle": "", "name": "img", "style": 0 }, { "sort": 3, "title": "", "subtitle": "", "name": "video", "style": 0 }, { "name": "vote", "sort": "999", "title": "", "subtitle": "", "style": 0 } ], "pc": [ { "name": "banner", "style": "1", "title": "头图", "subtitle": "Banner", "sort": 0 }, { "name": "news", "style": "1", "title": "资讯报道", "subtitle": "", "sort": 1 }, { "name": "img", "style": 0, "title": "", "subtitle": "", "sort": 2 }, { "name": "video", "style": 0, "title": "", "subtitle": "", "sort": 3 }, { "name": "vote", "sort": "999", "title": "", "subtitle": "", "style": 0 } ], "title_style": [ "1" ] }, "total_view_num": 7781, "project_category_list": [ { "project_category_id": 226, "category_name": "Arm芯动态", "intro": "Arm芯动态", "template_id": 1, "h5_template_id": 1 } ], "is_follow": 2, "is_comment": 0, "user_info": { "user_name": "laoyao", "user_id": 2, "avatar": "http://s.laoyaoba.com/jwImg/category/2018/11/19/15425941248426.jpg?imageView2/2/w/90/h/90", "intro": "越努力,越幸运!", "email": "laoyaoba@gmail.com", "weixin": "", "is_follow": 2, "view_total": 5549968, "news_total": 52482 }, "published_info": { "nickname": "Jimmy", "id": 5180890, "avatar": "", "intro": "" }, "promulgator_info": { "nickname": "vera", "id": 720831, "avatar": "http://s.laoyaoba.com/jwImg/slideItem/2019/03/13/15524440769398.jpg?imageView2/2/w/90/h/90", "intro": "" }, "detail_length": 0, "author2_info": {}, "is_liked": 0, "unique_code": "211213793152861671", "is_buy": false, "share_url": "https://devwww.laoyaoba.com/home/#/topicdec/xfigure?news_id=760623&source=pc", "is_share": true, "is_attention": 2 }, "timestamp": 1639379313, "logId": 3324606613 }

HTTP Request

/api/news/newsdetail

Request Parameters

Parameter Description Type Required Explain
source 来源 String source=pc
news_id 文章id String news_id="1,2,3,4,5"
net_work 网络类型 1-2G,2-3G,3-4G,4-WIFI int net_work=3
token 身份验证码 string token="589a5d93ceab4b959820b9e6d980be6f"
Copy to Clipboard
参数说明: 根据新闻id获取某些文章:news_id。

Response Data

Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
category_name 资讯主分类名称 string
user_id 作者id int
author2 第二供稿人id int
promulgator_id 发布者id int
published_id 责编ID int
source_author 供稿人id int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
news_title 标题 string
subtitle 副标题 string
intro 资讯介绍 string
published_time 微秒发布时间戳 int
last_comment_time 最后评论时间 int
view_num 查看数量 int
like_num 点赞数量 int
unlike_num 踩的数量 int
comment_num 评论数量 int
collect_num 收藏量 int
news_top 置顶等级 int 默认0,1,2,3,4
news_essence 精华等级 int 默认0,1,2,3,4
allow_comment 是否允许评论 int 1-允许,0-不允许
cover 主封面 string
status 状态 int 1-编辑中,2-草稿箱,3-待审,4-资源库,5-已发布,0-删除
update_time 最后更新时间 timestamp
create_time 创建时间 timestamp
news_source 来源 int 1-原创,2-转载
reprint_source 转载来源地址(兼专题视频链接) string
name_source 转载来源名称(专题极光推送链接) string
is_extra_link 是否站外链接 int 默认0为否,1-站外链接
extra_link 站外链接地址(兼专题视频封面图) string
search_tags 用于搜索的tag string
micro_time 编辑自定义的发布时间戳 int
refresh_time 刷新时间 int
is_rss 是否允许RSS订阅 int 1-允许 2-不允许
is_wx 是否展示到小程序 int 默认0不展示,1展示
is_project 是否是专题资讯 int 0否,1是
project_id 所属父极专题资讯id int
project_category_id 资讯所属专题的子分类 int
video_info 视频信息json string
has_tts 是否转换语音 int 0 未 1 转换
show_audio 音频开关 int 0 关 1 开
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
vip_view_num vip阅读量 int
language_type 语言类型 int 默认1中文,2英文
seo_intro seo简介 string
seo_keywords seo关键词 string
show_author 0展示作者,1展示第一二供稿人 int
price 价格 int 单位分
tag_list 标签列表 obj
category_list 分类列表 obj
category_name 分类名称 string
news_images 图片地址 obj
copyright 版权声明信息 string
detail_list 资讯详细信息 string
user_is_vip 用户是否是VIP bool true是,false否
user_exists_vip 当前用户是否成为过VIP bool true是,false否
user_is_login 用户是否登录 int 存在登录用户id说明已登录,0未登录
pdf_info pdf相关信息 obj
project_info 父极专题相关信息 obj
special_list 专题列表 obj
special_config 专题配置信息 obj
total_view_num 专题下资讯总浏览量 int
project_category_list 专题子分类列表 obj
user_info 作者信息 obj
published_info 责编相关信息 obj
promulgator_info 发布者信息 obj
detail_length 资讯总长度 int
author2_info 第二作者 obj
unique_code 唯一编码 string
share_url 专题分享链接 string
widget_control 资讯控件开关 obj
widget_extend 资讯控件扩展项 obj
tag_list 标签列表 obj
Title Description Type Tips
id 标签id int
tag_name 标签名称 string
category_list 分类栏目信息
Title Description Type Tips
category_name 分类栏目名 string
category_id 分类栏目ID int
pdf_info pdf文件详情
Title Description Type Tips
pdf_name pdf展示文件名 string
project_info 父极专题相关信息
Title Description Type Tips
pdf_name pdf展示文件名 string
subtitle 专题副标题 string
name_source 专题链接 string
special_img 专题页banner第一张图 string
special_list 专题列表
Title Description Type Tips
news_id 资讯ID int
subtitle 专题副标题 string
intro 专题简介 string
share_url 专题分享链接 string
special_cover 专题封面图片 string
special_share_img 专题分享图片 string
view_total 专题总浏览量 string
news_total 专题下总咨询数 string
is_follow 是否收藏 int 1是 0否
special_config 专题配置信息
Title Description Type Tips
Id 配置表主键ID string
news_id 专题ID string
h5 h5配置 obj
pc pc配置 obj
h5 专题配置信息
Title Description Type Tips
name 模块名 string
sort 排序(升序排序) int
style 样式 string
title 正标题 string
subtitle 正标题英文翻译大写 string
pc 专题配置信息
Title Description Type Tips
name 模块名 string
sort 排序(升序排序) int
style 样式 string
title 正标题 string
subtitle 正标题英文翻译大写 string
project_category_list 专题子分类列表
Title Description Type Tips
project_category_id 专题子分类id int
category_name 专题子分类标题 string
intro 简介 string
template_id 模版ID int
h5_template_id h5专题子栏目样式 int 1为原来展示样式,2位一行两个展示样式
user_info 用户信息 obj
Title Description Type Tips
nickname 昵称 string
id 用户id int
avatar 头像地址 string
intro 作者简介 string
news_images 新闻图片 obj
Title Description Type Tips
news_id 资讯ID int
attachment_content json格式图片地址 string
news_images 资讯图片列表 obj
Title Description Type Tips
news_id 所属资讯id int
attachment_content json格式图片url string
promulgator_info 发布者信息 obj
Title Description Type Tips
nickname 发布者名字 string
avatar 头像链接 string
intro 简介 string
published_info 责编相关信息 obj
Title Description Type Tips
nickname 昵称 string
id 责编用户id int
avatar 头像链接 string
intro 简介 string
author2_info 第二作者信息 obj
Title Description Type Tips
user_name 作者名字 string
user_id 作者ID string
avatar 头像链接 string
intro 简介 string
email 邮箱 string
weixin 微信 string
view_total 该作者下资讯总浏览量 int
news_total 该作者下总资讯数 int
widget_control 资讯组件展示开关 obj
Title Description Type Tips
sentiment 舆情相关 bool
ai_analyse AI分析 bool
card 快讯卡片 bool
widget_extend 资讯组件扩展项
Title Description Type Tips
sentiment_tag 舆情相关标签 string 舆情跳转标签
其余杂项
Title Description Type Tips
is_advert 是否广告 int 0-否 1-是
is_top 置顶类型 bool true展示置顶样式,false否
is_buy 是否购买 bool true已购,false否
is_liked 是否点赞 int 1-是,0否
is_follow 是否收藏 int 1-是,0否
is_attention 是否关注 int 1-是,0否
is_unlike 是否踩 int 1-是,0否
is_share 是否能分享 int 1-是,0否
is_lock 当前用户是否能查看VIP资讯全文 int 1-是,0否
is_follow 是否关注 int 1-是,0否
is_comment 当前用户是否评论过 int 1是,0否
unique_code 唯一编码 string

Log

日期 作者 内容
2021/12/13 朱思嘉 新增

获取热门标签接口

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "total": "343", "tag_name": "Xpeedic" }, { "total": "131", "tag_name": "test1111" }, { "total": "15", "tag_name": "iphone" }, { "total": "15", "tag_name": "intel" }, { "total": "15", "tag_name": "Samsung" } ], "timestamp": 1639378281, "logId": 3221439159 }

HTTP Request

api/news/hotlabel

Request Parameters

Parameter Description Type Required Explain
source 来源 String
category_id 分类id int category_id=1 英文栏目新闻228
limit 个数 int default=20
Copy to Clipboard
参数说明: 获取分类中的热门标签:category_id。 获取固定个数的热门标签:limit。

Response Data

Title Description Type Tips
total 标签浏览量 string
tag_name 标签名称 string
category_id 资讯分类ID Int

Log

日期 作者 内容
2021/12/13 朱思嘉 新增

资讯搜索接口

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 4, "list": [ { "news_id": 769424, "category_id": 228, "user_id": 1, "view_num": 397, "news_type": 1, "is_project": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2021/12/03/16385173255172.jpeg", "published_time": "1638430920", "news_title": "Listed auto braking system maker APG cooperates with AI startup Black Sesame in adopting more AI technologies", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 163851737267302208 }, { "sort": 769424 } ], "tag_list": [ { "tag_name": "xpeedic" } ], "tag_highlight": [], "title_highlight": "<span style='color: rgb(0, 119, 255)'>Listed</span> auto braking system maker APG cooperates with AI startup Black Sesame in adopting more AI technologies", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=769424", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" } }, { "news_id": 266172, "category_id": 2, "user_id": 45569, "view_num": 22, "news_type": 0, "is_project": 0, "show_audio": 0, "name_source": "eetimes", "cover": "", "published_time": "1320993956", "news_title": "Intel listed as ARM graphics partner", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 132099395600000000 }, { "sort": 266172 } ], "tag_list": [], "tag_highlight": [], "title_highlight": "Intel <span style='color: rgb(0, 119, 255)'>listed</span> as ARM graphics partner", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=266172", "is_follow": 0, "author_info": { "nickname": "腊梅", "id": 45569, "avatar": "", "intro": "" } }, { "news_id": 158140, "category_id": 2, "user_id": 3891, "view_num": 105, "news_type": 0, "is_project": 0, "show_audio": 0, "name_source": "cnanalyst", "cover": "", "published_time": "1294097497", "news_title": "Top 10 Best-Performing U.S.-Listed Chinese Stocks in 2010", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 129409749700000000 }, { "sort": 158140 } ], "tag_list": [], "tag_highlight": [], "title_highlight": "-<span style='color: rgb(0, 119, 255)'>Listed</span> Chinese Stocks in 2010", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=158140", "is_follow": 0, "author_info": { "nickname": "蓝天", "id": 3891, "avatar": "", "intro": "" } }, { "news_id": 155162, "category_id": 2, "user_id": 3891, "view_num": 88, "news_type": 0, "is_project": 0, "show_audio": 0, "name_source": "cnanalyst", "cover": "", "published_time": "1293200513", "news_title": "Top 10 Rebounding U.S.-Listed Chinese Stocks", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 129320051300000000 }, { "sort": 155162 } ], "tag_list": [], "tag_highlight": [], "title_highlight": "-<span style='color: rgb(0, 119, 255)'>Listed</span> Chinese Stocks", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=155162", "is_follow": 0, "author_info": { "nickname": "蓝天", "id": 3891, "avatar": "", "intro": "" } } ] }, "timestamp": 1639446052, "logId": 3556125243 }

HTTP Request

api/search/newsv3

Request Parameters

Parameter Description Type Required Explain
source 来源 string source=pc(为xcx时只搜非专题的,为special时只搜专题的)
query 搜索内容 string query=爱集微
news_type 搜索资讯状态,支持多选 obj news_type=[1] (0无图,1单图,2多图,3视频,4音频)文章搜索传[0,1,2] json数组
page 页码 int page=1
limit 个数 int default=10
search_after 无页码分页 obj 将list中最后一条sort_list的值转成json传入即可
token 用户信息 string token=eyJ0b2tlbiI6IjFlMzIwZTg3NDcwO
keyword_type 关键词类型(神策用) string keyword_type=热搜词\
distinct_id 神策的设备id string distinct_id=神策的设备id(加入埋点后和token二选一,必须传一个)
vip vip内容 string vip=1 (0普通新闻 1vip新闻 默认为0)
category_id 栏目ID string
Copy to Clipboard
参数说明: 获取分类中的资讯:category_id。英文资讯分类ID为228 获取固定个数的资讯:limit。 查看更多:search_after

Response Data

Title Description Type Tips
total 资讯总数 string
list 资讯列表 obj
list 咨询列表 obj
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
tag_highlight 高亮标签 obj
Title Description Type Ti
tag_name 高亮标签 string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string

Log

日期 作者 内容
2021/12/14 朱思嘉 新增

资讯改版-视频推荐

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "video_id": 35, "news_id": 769481, "category_id": 158, "user_id": 1, "view_num": 732, "news_type": 7, "is_project": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2022/01/18/16424973329091.jpeg", "published_time": "20220118171100", "refresh_time": "20220118171118", "news_title": "测试PC视听资讯内容001", "subtitle": "字符不要太长", "intro": "测试测试测试", "video_info": { "width": 480, "height": 640, "duration": 31, "url": "http://s.laoyaoba.com/jiwei/video/1642497040472.mp4", "video_cover": "http://s.laoyaoba.com/jiwei/video/1642497040472.mp4?vframe/jpg/offset/1", "video_cover_num": "1" }, "audio_info": null, "is_vip": 0, "category_name": "视听", "category_show": false, "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769481", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" } } ], "timestamp": 1675922757, "logId": 2651910955 }

HTTP Request

api/news/videoadvise

Request Parameters

Parameter Description Type Required Explain
source 来源 string source=pc
limit 个数 int default=10
after_id 加载更多ID int
category_id 栏目ID int 验证一些特定栏目相关资讯分类的展示

Response Data

Title Description Type Tips
video_id 视频ID int 加载更多ID
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json obj
audio_info 音频信息 obj
is_vip 是否VIP int 0否,1是
author_info 作者相关信息 obj
share_url 分享链接 string
is_follow 是否收藏 1-收藏 2-未收藏 int
category_name 栏目名称 string
category_show 是否展示栏目信息 bool false否,true是
video_info 视频相关信息 obj
Title Description Type Tips
width int
height int
duration 时长 int
url 视频地址 string
video_cover 封面图 string
video_cover_num string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string

Log

日期 作者 内容
2022/12/26 朱思嘉 新增
2023/02/09 朱思嘉 修改

资讯改版-VIP资讯流

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 92, "list": [ { "news_id": 839015, "category_id": 6, "user_id": 1, "view_num": 500001, "news_type": 1, "is_project": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/63079009730.864914.png", "published_time": "1670298000", "refresh_time": 167029802036113408, "news_title": "小小验证vip文章使用(勿动)", "intro": "小小验证vip文章使用(勿动)", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "sort_list": [ { "sort": "167029802036113408" }, { "sort": "839015" } ], "tag_list": [ { "tag_name": "勿动" } ], "tag_highlight": [], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=839015", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "VIP", } ] }, "timestamp": 1671695576, "logId": 2988046548 }

HTTP Request

/api/news/vipfeed

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 文章id String news_id="1,2,3,4,5"
category_id 分类id int category_id=1
limit 每页展示多少条数据 int limit=20
host 是否热门 int host=1(默认按更新时间倒叙,1-按浏览量倒叙)
special 是否是专题 int special=1-获取专题
after_id down 数据(传递页面最后一条数据的id,如果没有返回数据说明已经翻到最后一页且后面没有数据了) int after_id=123123
essence_level 精华等级 1-精华1,2-精华2,3-精华3,4-精华4 int essence_level=1 or essence_level=1,2,3
author_id 作者id int author_id=1
video 视频 int video=1(1-获取视频列表,2-非视频)
audio 音频 int audio=1(1-获取音频列表,2-非音频)
token 用户信息 string token=ssjlljlll123%%
top 置顶等级(新版APP3.0搜索页的精选专题的入参为:top=4&special=1&limit=1) int top=4
date 查多少天之前到现在直接的数据 int date=7(天数)
tag 标签名 string tag=闻泰科技 模糊匹配
month 发布时间条件限制/月份 结束时间为当前时间 int month=1
except 排除新闻ID string except=10001,10002 多个用英文,拼接即可
close_top 是否强制关闭置顶 int close_top=1
category_show 是否强制展示资讯分类信息(默认获取栏目下的资讯流时栏目默认不展示,此参数用于某些情况的强制展示栏目信息) int category_show=1
close_top 是否强制关闭置顶(默认获取分类下的资讯流时会开启置顶排序及展示置顶标签,此参数可以强制去除置顶) int close_top=1
close_special 是否强制关闭专题插入(默认获取某个分类下的资讯流中第5条会默认插入专题信息) int close_special=1
query 模糊匹配(主标题、副标题、标签) string
record 是否为查询资讯记录行为 int
Copy to Clipboard
参数说明: 所有都要传source。 想指定获取到的篇数传limit 通过标签加载某一分类下数据:category_id、tag。 加载某一分类下的精华文章:category_id、after_id、essence_level。 获取某一分类下的精华文章:category_id、essence_level。 加载某一分类文章:category_id、after_id。 加载某一精华文章:essence_level、after_id。 加载某一作者文章:author_id、after_id。 英文栏目:获取视频文章essence_level=1 获取文字文章essence_level=0 根据新闻id获取某些文章:news_id。 获取热门文章:host。 获取分类中的文章:category_id。 获取精华文章:essence_level。 获取作者文章:author_id。 获取按最新时间排序的文章:不传值。 加载按最新时间排序的文章:after_id。 获取最近一个月发布的文章:month = 1。 获取当前资讯流并排除特定资讯资源: except = 10001。 获取当前资讯流并排除多个特定资讯资源: except = 10001,10002。 获取某个分类的资讯且去除置顶样式及排序:close_top = 1。 获取某个用户的浏览记录:?source=app&token=xx&news_id=839453,839457&record=1
Copy to Clipboard
专题插入资讯流时数据格式: { "category_id": 446, "category_name": "视听", "news_type": 8, "is_project": 1, "special_list": [ { "news_id": "839046", "is_project": 1, "is_follow": 1, "category_id": 446, "subtitle": "视听测试专题", "news_title": "视听测试专题", "category_name": "视听", "cover": "https://s.laoyaoba.com/jwImg/newsCover/2023/02/06/16756786069669.jpeg", "published_time": "20230206182324", "refresh_time": "20230206182324" } ] }

Response Data

Title Description Type Tips
total 资讯总数 string
list 资讯列表 obj
list 咨询列表 obj
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告 8-资讯流插入专题类型
is_project 是否是专题资讯 int 0否,1是
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
category_name 分类名称 string
special_list 专题列表信息(news_type=8时代表此数据为专题数据) object:list
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
tag_highlight 高亮标签 obj
Title Description Type Ti
tag_name 高亮标签 string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string
tag_list 标签列表 obj
Title Description Type Tips
id 标签id int
tag_name 标签名称 string
news_id 资讯id int
special_list 专题列表信息 obj
Title Description Type Tips
news_id 专题ID string
is_project 是否专题 int 0-否 1-是
is_follow 是否收藏 int 0-否 1-是
category_id 栏目ID int
subtitle 副标题 string
news_title 主标题 string
category_name 栏目名称 string
cover 缩略图 string
published_time 发布时间 string
refresh_time 最近更新时间(刷新时间) string
其余杂项
Title Description Type Tips
is_advert 是否广告 int 0-否 1-是
is_top 置顶类型 bool true展示置顶样式,false否
is_buy 是否购买 bool true已购,false否
is_liked 是否点赞 int 1-是,0否
is_follow 是否收藏 int 1-是,0否
is_attention 是否关注 int 1-是,0否
is_unlike 是否踩 int 1-是,0否
unique_code 唯一编码 string
is_top 是否置顶新闻(是否展示新闻置顶标签) bool true是,false否
category_show 是否展示栏目信息 bool true是,false否
is_special 是否属于专题资讯(专题下的资讯) bool true是,false否
special_news_title 专题主标题 string is_special=true携带专题标题跳转展示
special_news_subtitle 专题副标题 string is_special=true携带专题标题跳转展示

Log

日期 作者 内容
2022/12/22 朱思嘉 新增
2023/01/17 朱思嘉 修改

资讯改版-VIP浏览记录

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 16, "page_total": 16, "current_page": "1", "data": [ { "title": "今天 2023-02-07 星期二", "list": [ { "id": 27, "create_time": 1675731656, "news_list": { "news_id": 839026, "share_url": "http://jiweidev.jiweinet.com/html/share/news?source=pc&news_id=839026", "project_title": "集微访谈 | Atul Ingle:CIS为何越来越成为智能手机用户体验的主要提升点?", "news_title": "集微访谈 | Atul Ingle:CIS为何越来越成为智能手机用户体验的主要提升点?", "subtitle": "集微访谈 | Atul Ingle:CIS为何越来越成为智能手机用户体验的主要提升点?", "intro": "在往期的集微访谈栏目中,爱集微有幸采访了波特兰州立大学计算机科学系助理教授Atul Ingle。他专注于计算成像、计算机视觉和信号处理领域。目前研究涉及单光子图像传感器的成像硬件和算法的协同设计,是Image Sensors World作者之一。集微访谈就关于多像素、小像素、HDR技术、Spat摄像头以及图像传感器的前景等方面提出了一系列问题,并收到了十分有启发的答复。", "user_info": { "nickname": "爱集微", "id": 1, "avatar": "", "intro": "作者简介" }, "tag_list": [ { "id": 1020617, "tag_name": "集微访谈", "news_id": 839026 }, { "id": 1020618, "tag_name": "图像传感器", "news_id": 839026 } ], "category_name": "科技前沿韩", "category_list": [ { "news_id": 839026, "category_id": 366, "category_name": "科技前沿韩" } ], "news_images": { "news_id": 839026, "attachment_content": "[\"http:\\/\\/s.laoyaoba.com\\/jwImg\\/560731183149.6437.jpg?imageView2\\/1\\/w\\/270\\/h\\/180\",\"http:\\/\\/s.laoyaoba.com\\/jwImg\\/891289516014.5527.jpg?imageView2\\/1\\/w\\/270\\/h\\/180\"]" }, "promulgator_info": {}, "published_info": { "nickname": "爱集微", "id": 1, "avatar": "", "intro": "作者简介" }, "is_advert": 0, "price": 0, "is_top": false, "is_special": false, "is_buy": false, "video_info": null, "audio_info": null, "published_time": "20230119175126", "refresh_time": "20230119175126", "last_comment_time": 0, "update_time": "20230206035652", "create_time": "20230119175124", "is_liked": 0, "is_follow": 0, "is_attention": 1, "is_unlike": 0, "unique_code": "230207620192232419" } } ] } ] }, "timestamp": 1675762016, "logId": 3757692058 }

HTTP Request

/api/news/viprecord

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户信息 String token=ssjlljlll123%%
limit 个数 Int default=10
page 页码 int default=1
start_time 自定义筛选条件-开始时间 String start_time=2022-12-10
end_time 自定义筛选条件-结束时间 String end_time=2022-12-10
Copy to Clipboard
参数说明: 所有都要传source。 获取特定时间区间数据:start_time,end_time 获取更多数据:page=2&limit=2

Response Data

Title Description Type Tips
total 总个数 int
page_total 总页数 int
current_page 当前页数 int
data 记录 obj:list 记录

Response Data

Title Description Type Tips
title 日期标题 string
create_time 浏览时间 int
news_list 新闻列表 obj:list 详见feed流接口Data

Log

日期 作者 内容
2022/12/23 朱思嘉 新增
2023/02/07 朱思嘉 修改

资讯改版-VIP搜索

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 12, "list": [ { "category_id": 363, "category_name": "政策指引", "parent_name": "", "show_all": true, "total": 5, "news_list": [ { "news_id": 769809, "category_id": 444, "sub_category_id": 363, "user_id": 1, "view_num": 131, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/734687933355.68791073835048695.6759.jpg", "published_time": "1662616523", "refresh_time": 166261652375153216, "news_title": "朱思嘉测试标题11:02", "subtitle": "朱思嘉测试11:02", "intro": "hhhhhhh", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "166261652375153216" }, { "sort": "769809" } ], "tag_list": [ { "tag_name": "美国\n\n" }, { "tag_name": "gpu" }, { "tag_name": "\n\n哈哈哈" } ], "tag_highlight": [], "title_highlight": "<span style='color: rgb(0, 119, 255)'>朱</span><span style='color: rgb(0, 119, 255)'>思</span><span style='color: rgb(0, 119, 255)'>嘉</span>测试标题11:02", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769809", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "VIP" }, { "news_id": 769790, "category_id": 6, "sub_category_id": 363, "user_id": 1, "view_num": 61, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/734687933355.68791073835048695.6759.jpg", "published_time": "1662544216", "refresh_time": 166254421631715392, "news_title": "朱思嘉测试标题11:02", "subtitle": "朱思嘉测试11:02", "intro": "hhhhhhh", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "166254421631715392" }, { "sort": "769790" } ], "tag_list": [ { "tag_name": "美国\n\n" }, { "tag_name": "gpu\n\n" }, { "tag_name": "\n\n哈哈哈" } ], "tag_highlight": [], "title_highlight": "<span style='color: rgb(0, 119, 255)'>朱</span><span style='color: rgb(0, 119, 255)'>思</span><span style='color: rgb(0, 119, 255)'>嘉</span>测试标题11:02", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769790", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "VIP" }, { "news_id": 769789, "category_id": 6, "sub_category_id": 363, "user_id": 1, "view_num": 177, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/734687933355.68791073835048695.6759.jpg", "published_time": "1662543246", "refresh_time": 166254324614457792, "news_title": "朱思嘉测试标题11:02", "subtitle": "朱思嘉测试11:02", "intro": "hhhhhhh", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "166254324614457792" }, { "sort": "769789" } ], "tag_list": [ { "tag_name": "美国\n\n" }, { "tag_name": "gpu\n\n" }, { "tag_name": "\n\n哈哈哈" } ], "tag_highlight": [], "title_highlight": "<span style='color: rgb(0, 119, 255)'>朱</span><span style='color: rgb(0, 119, 255)'>思</span><span style='color: rgb(0, 119, 255)'>嘉</span>测试标题11:02", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769789", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "VIP" } ] } ] }, "timestamp": 1675930350, "logId": 3411232958 }

HTTP Request

/api/search/newsvip

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户信息 String token=ssjlljlll123%%
limit 个数 int default=10 此处的个数用于搜索结果每个栏目的资讯个数及单个栏目加载更多个数
after_id down 数据(传递页面最后一条数据的id,如果没有返回数据说明已经翻到最后一页且后面没有数据了) int after_id=123123
query 查询条件 String query=IC
category_id 栏目ID int category_id=193
first_limit 第一页资源个数 int first_limit=3
Copy to Clipboard
参数说明: 所有都要传source。 获取所有分类搜索数据:source=app&token=xxx&query=IC 此处的返回结果包含分类信息相关内容: { "data": { "total": 1, "list": [{ "category_id": 362, "category_name": "行业周刊", "parent_name": "行业报告", "show_all": true, "total": 6, "news_list": [] }] } } 获取某个分类更多数据-特定按单分类情况返回:?query=xxx&category_id=1&limit=10 获取某个分类更多数据-特定按单分类情况返回-加载更多:?query=xxx&category_id=1&limit=10&after_id=news_id 此处的返回结果直接返回资讯相关内容: { "data": { "total": 1, "news_list": [ { "news_id": 769763, "category_id": 6, "sub_category_id": 363, "user_id": 1, "view_num": 343, "news_type": 1, "is_project": 0, "project_id": 839587, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/734687933355.68791073835048695.6759.jpg", "published_time": "20230703101520", "refresh_time": "20230703101520", "last_comment_time": 0, "news_title": "朱思嘉测试标题", "subtitle": "朱思嘉测试", "intro": "hhhhhhh", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": true, "is_top": false, "category_show": false, "project_name": "杨磊:中国芯片投资机会在“两步”的公司", "sort_list": [ { "sort": "168835052013511296" }, { "sort": "769763" } ], "tag_list": [ { "tag_name": "美国\n\n,gpu" } ], "tag_highlight": [], "title_highlight": "<span style='color: rgb(0, 119, 255)'>朱</span><span style='color: rgb(0, 119, 255)'>思</span><span style='color: rgb(0, 119, 255)'>嘉</span>测试标题", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769763", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "VIP" }, ] } }

Response Data

Title Description Type Tips
total 查询结果总数 int
list 查询结果列表 obj:list
List Data
Title Description Type Tips
category_id 分类ID int after_id
category_name 分类名称 string
parent_name 父级分类名称 string
show_all 是否展示查看更多按钮 bool
total 当前分类的资讯总数 int
news_list 当前分类下资讯列表 obj:list
News List Data
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
project_id 所属专题资讯ID int 当project_id!=0时 当前资讯则显示专题相关样式
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
project_name 所属专题的副标题 string
category_name 所属最小栏目的名称 string
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
video_info 视频相关信息 obj
Title Description Type Tips
width int
height int
duration 时长 int
url 视频地址 string
video_cover 封面图 string
video_cover_num string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string

Log

日期 作者 内容
2022/12/28 朱思嘉 新增

资讯改版-VIP首页

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 22, "page_total": 11, "current_page": "1", "list": [ { "category_id": 410, "category_name": "中美热点", "about_id": 410, "parent_name": "", "special": false, "level": 2, "show_all": true, "template_id": 1, "extend": [ "厦门市", "北京市", "上海市", "重庆市", "武汉市" ], "background": "", "total": 3, "news_list": [ { "news_id": 769919, "category_id": 6, "sub_category_id": 410, "user_id": 1, "view_num": 651, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/804815026577.3685257843119840.10986.jpg", "published_time": "1665565299", "refresh_time": 166556529919471392, "news_title": "第一个中美热点", "intro": "第一个中美热点", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "project_name": "", "sort_list": [ { "sort": "166556529919471392" }, { "sort": "769919" } ], "tag_list": [ { "tag_name": "测试" } ], "tag_highlight": [], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769919", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "VIP" } ] }, { "category_id": 410, "category_name": "中美热点", "about_id": 410, "parent_name": "专题", "special": true, "level": 2, "show_all": false, "template_id": 10000, "extend": [], "background": "", "total": 2, "news_list": [ { "news_id": 839018, "category_id": 6, "sub_category_id": 410, "user_id": 1, "view_num": 14, "news_type": 1, "is_project": 1, "project_id": 0, "show_audio": 0, "name_source": "http://jiweidev.jiweinet.com/topic/#/topicdec/xhistory?news_id=839018", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2022/12/30/16723673773047.jpeg", "published_time": "1672367426", "refresh_time": 167236742675797696, "news_title": "no cap", "intro": "test", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "project_name": "", "sort_list": [ { "sort": "167236742675797696" }, { "sort": "839018" } ], "tag_list": [ { "tag_name": "test" } ], "tag_highlight": [], "title_highlight": "", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/topic/#/topicdec/xhistory?news_id=839018", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "view_total": 0, "news_total": 0, "category_name": "VIP" }, { "news_id": 839017, "category_id": 6, "sub_category_id": 410, "user_id": 1, "view_num": 17, "news_type": 1, "is_project": 1, "project_id": 0, "show_audio": 0, "name_source": "http://jiweidev.jiweinet.com/special/type=0?news_id=839017", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2022/12/29/16723051298856.jpeg", "published_time": "1672305420", "refresh_time": 167230542750016896, "news_title": "朱思嘉测试中美热点专题", "intro": "test", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "project_name": "", "sort_list": [ { "sort": "167230542750016896" }, { "sort": "839017" } ], "tag_list": [ { "tag_name": "test" } ], "tag_highlight": [], "title_highlight": "", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/special/type=0?news_id=839017", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "view_total": 0, "news_total": 0, "category_name": "VIP" } ] }, { "category_id": 437, "category_name": "政策集锦", "about_id": 363, "parent_name": "政策指引", "special": false, "level": 3, "show_all": true, "template_id": 6, "special_color": true, "extend": { "list": [ { "name": "厦门市", "value": "厦门市", "total": 3, "news_list": [ { "news_id": 839568, "category_id": 437, "sub_category_id": 0, "user_id": 1, "view_num": 17, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/887680616791.5176.jpg", "published_time": "20230821110400", "refresh_time": "20230821110402", "last_comment_time": 0, "news_title": "厦门市2022年12月政策集锦", "subtitle": "厦门市2022年12月政策集锦", "intro": "厦门市2022年12月政策集锦厦门市2022年12月政策集锦厦门市2022年12月政策集锦厦门市2022年12月政策集锦", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "169258704219767808" }, { "sort": "839568" } ], "tag_list": [ { "tag_name": "政策集锦" }, { "tag_name": "厦门市" } ], "tag_highlight": [ { "tag_name": "政策集锦" }, { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>厦</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>门</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>市</span>" } ], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=839568", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "政策集锦" }, { "news_id": 839569, "category_id": 437, "sub_category_id": 0, "user_id": 1, "view_num": 17, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/887680616791.5176.jpg", "published_time": "20230821110300", "refresh_time": "20230821110350", "last_comment_time": 0, "news_title": "厦门市2022年11月政策集锦", "subtitle": "厦门市2022年11月政策集锦", "intro": "厦门市2022年11月政策集锦厦门市2022年11月政策集锦厦门市2022年11月政策集锦厦门市2022年11月政策集锦", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "169258703034878400" }, { "sort": "839569" } ], "tag_list": [ { "tag_name": "政策集锦" }, { "tag_name": "厦门市" } ], "tag_highlight": [ { "tag_name": "政策集锦" }, { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>厦</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>门</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>市</span>" } ], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=839569", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "政策集锦" }, { "news_id": 839570, "category_id": 437, "sub_category_id": 0, "user_id": 1, "view_num": 21, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/887680616791.5176.jpg", "published_time": "20230821110300", "refresh_time": "20230821110343", "last_comment_time": 0, "news_title": "厦门市2022年10月政策集锦", "subtitle": "厦门市2022年10月政策集锦", "intro": "厦门市2022年10月政策集锦厦门市2022年10月政策集锦厦门市2022年10月政策集锦厦门市2022年10月政策集锦", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "169258702343282304" }, { "sort": "839570" } ], "tag_list": [ { "tag_name": "政策集锦" }, { "tag_name": "厦门市" } ], "tag_highlight": [ { "tag_name": "政策集锦" }, { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>厦</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>门</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>市</span>" } ], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=839570", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "政策集锦" } ] }, { "name": "北京市", "value": "北京市", "total": 1, "news_list": [ { "news_id": 839597, "category_id": 437, "sub_category_id": 0, "user_id": 1, "view_num": 19, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/887680616791.5176.jpg", "published_time": "20230822172849", "refresh_time": "20230822172849", "last_comment_time": 0, "news_title": "北京市2023年1月政策集锦", "subtitle": "北京市2023年1月政策集锦", "intro": "北京市2023年1月政策集锦北京市2023年1月政策集锦北京市2023年1月政策集锦", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_special": false, "is_top": false, "category_show": false, "project_name": "", "sort_list": [ { "sort": "169269652991092480" }, { "sort": "839597" } ], "tag_list": [ { "tag_name": "北京市" } ], "tag_highlight": [ { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>北</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>京</span><span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>市</span>" } ], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=839597", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "政策集锦" } ] } ] }, "total": 0, "news_list": [] } ] }, "timestamp": 1672389073, "logId": 3618334955 }

HTTP Request

/api/news/vipindex

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户信息 String token=ssjlljlll123%%
page 页数 int default=1 页码
limit 个数 int default=2 个数
news_limit 栏目下资讯数 int default=5 查询结果的资讯个数
special_limit 栏目下专题数 int default=2 查询结果的专题个数

Response Data

Title Description Type Tips
total 栏目总数 int
page_total 总页数 int
current_page 当前页数 int
list 列表数据 obj:list
List Data
Title Description Type Tips
category_id 分类ID int
category_name 分类名称 string
show_module 分类名称 bool 是否展示当前模块 true-是 false-否
about_id 相关ID string 用于app端跳转资讯列表请求相关分类信息(2级栏目将返回本身ID 3级栏目将返回上级ID)
parent_name 父级分类名称 string
special 是否专题格式数据 bool true-是 false-否
level 栏目等级 int
show_all 是否展示查看更多按钮 bool
template_id 当前分类的模版ID int 1-普通模版(资讯流) 2-周刊模版(显示周刊) 3-报告模版(并购报告) 4-汇编模版(政策汇编) 5-专刊模版(政策专刊) 6-集锦模版(政策集锦) 7-展会模版(行业展会) 10000-专题模版
special_color 栏目是否特殊颜色(默认为金色,特殊色为红色) bool true-是 false-否
extend 栏目扩展信息 array 目前含有扩展信息的栏目-(政策集锦)
background 当前分类的背景色 string
total 当前分类的资讯总数 int
news_list 当前分类下资讯列表 obj:list
Extend 扩展信息
Title Description Type Tips
name 标签名称 string
value 标签值 string
total 资讯数 string
news_list 资讯列表 obj:list
News List Data
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
project_id 所属专题资讯ID int 当project_id!=0时 当前资讯则显示专题相关样式
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
project_name 所属专题的副标题 string
category_name 所属最小栏目的名称 string
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
video_info 视频相关信息 obj
Title Description Type Tips
width int
height int
duration 时长 int
url 视频地址 string
video_cover 封面图 string
video_cover_num string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string

Log

日期 作者 内容
2022/12/30 朱思嘉 新增

资讯改版-VIP首页栏目目录

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "category_id": 363, "category_name": "政策指引", "template_id": 1, "status": 1, "cover": "jwImg/category/2021/11/04/163599693340.png", "title": "", "intro": "", "parent_id": 444, "vip_pc_template_id": 1, "level": 2, "childrens": [ { "category_id": 434, "category_name": "政策汇编", "template_id": 1, "status": 1, "cover": "", "title": "", "intro": "", "parent_id": 363, "vip_pc_template_id": 1, "level": 3, "extend": [ { "name": "全部", "value": "" }, { "name": "2022", "value": "2022" }, { "name": "2021", "value": "2021" }, { "name": "2020", "value": "2020" }, { "name": "2019", "value": "2019" }, { "name": "2018", "value": "2018" } ], "childrens": [] }, { "category_id": 435, "category_name": "项目专刊", "template_id": 1, "status": 1, "cover": "", "title": "", "intro": "", "parent_id": 363, "vip_pc_template_id": 1, "level": 3, "childrens": [] }, { "category_id": 436, "category_name": "政策专刊", "template_id": 1, "status": 1, "cover": "", "title": "", "intro": "", "parent_id": 363, "vip_pc_template_id": 1, "level": 3, "childrens": [] }, { "category_id": 437, "category_name": "政策集锦", "template_id": 1, "status": 1, "cover": "", "title": "", "intro": "", "parent_id": 363, "vip_pc_template_id": 1, "level": 3, "extend": [ "厦门市", "北京市", "上海市", "重庆市", "武汉市" ], "childrens": [] } ] } ], "timestamp": 1672811050, "logId": 2866326804 }

HTTP Request

/api/category/vipcatalog

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户信息 String token=ssjlljlll123%%
Data
Title Description Type Tips
category_id 分类ID int
category_name 分类名称 string
template_id 当前分类的模版ID int 1-普通模版(资讯流) 2-卡片模版(显示周刊) 3-标题加粗模版(并购报告) 4-金色背景资讯流(政策汇编) 5-多选模版(政策集锦)
vip_pc_template_id vip模版ID int
level 栏目等级 int
extend 栏目扩展信息 array 目前含有扩展信息的栏目-(政策集锦、政策汇编)
childrens 子栏目信息 array
Childrens Data
Title Description Type Tips
category_id 分类ID int
category_name 分类名称 string
template_id 当前分类的模版ID int 1-普通模版(资讯流) 2-卡片模版(显示周刊) 3-标题加粗模版(并购报告) 4-金色背景资讯流(政策汇编) 5-多选模版(政策集锦)
vip_pc_template_id vip模版ID int
level 栏目等级 int
extend 栏目扩展信息 array 目前含有扩展信息的栏目-(政策集锦、政策汇编)
childrens 子栏目信息 array

Log

日期 作者 内容
2022/01/04 朱思嘉 新增

资讯改版-VIP搜索关键词操作

获取所传条件指定数据

拉取关键词列表信息 /api/news/vipword?type=pull

删除关键词列表信息 /api/news/vipword?type=del

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "爱集微", "朱思嘉" ], "timestamp": 1692943708, "logId": 3939922303 }

HTTP Request

/api/news/vipword

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户信息 String token=ssjlljlll123%%
type 类型 String pull-拉取 del-删除
limit 个数 Int 默认 default=10

Data Array 包含所有搜索关键词

Log

日期 作者 内容
2022/01/11 朱思嘉 新增

资讯改版-VIP首页推荐

获取所传条件指定数据

拉取关键词列表信息 /api/news/viptop

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "news_id": 769841, "category_id": 315, "sub_category_id": 6, "user_id": 1, "view_num": 270, "news_type": 1, "is_project": 0, "project_id": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/946461723980.8317.png", "published_time": "1662715724", "refresh_time": 166271572433838304, "news_title": "一样的行吗", "intro": "一样的行吗", "video_info": null, "audio_info": null, "is_vip": 1, "news_top": 0, "top_attribute": null, "is_top": false, "project_name": "", "sort_list": [ { "sort": "166271572433838304" }, { "sort": "769841" } ], "tag_list": [ { "tag_name": "一样的行吗" } ], "tag_highlight": [], "title_highlight": "", "intro_highlight": "", "share_url": "https://devwww.laoyaoba.com/html/share/news?news_id=769841", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "category_name": "老杳吧" } ], "timestamp": 1673577490, "logId": 2200925848 }

HTTP Request

/api/news/viptop

list 咨询列表 obj
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
category_name 分类名称 string
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
tag_highlight 高亮标签 obj
Title Description Type Ti
tag_name 高亮标签 string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string
tag_list 标签列表 obj
Title Description Type Tips
id 标签id int
tag_name 标签名称 string
news_id 资讯id int
其余杂项
Title Description Type Tips
is_advert 是否广告 int 0-否 1-是
is_top 置顶类型 bool true展示置顶样式,false否
is_buy 是否购买 bool true已购,false否
is_liked 是否点赞 int 1-是,0否
is_follow 是否收藏 int 1-是,0否
is_attention 是否关注 int 1-是,0否
is_unlike 是否踩 int 1-是,0否
unique_code 唯一编码 string

Log

日期 作者 内容
2022/01/13 朱思嘉 新增

资讯浏览量

获取所传条件指定数据

/api/news/browse

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1692781196, "logId": 2721099856 }

HTTP Request

/api/news/browse

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 资讯ID Int
token 用户凭证 String

Log

日期 作者 内容
2023/08/24 朱思嘉 新增

获取最新资讯

HTTP Request

/api/news/lateststream

Response Body :

此处返回信息与Feed流接口保持一致

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string

Response Data

此处返回信息与Feed流接口保持一致

Log

日期 作者 内容
2023/11/22 朱思嘉 新增

获取作者资讯

HTTP Request

/api/news/authorrecent

Response Body :

此处返回信息与Feed流接口保持一致

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
author_id 作者ID int

Response Data

此处返回信息与Feed流接口保持一致

Log

日期 作者 内容
2023/11/22 朱思嘉 新增

搜索相关资讯

HTTP Request

/api/search/newskeyword

Response Body :

此处返回信息与Feed流接口保持一致

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
search 关键词 string
limit 个数 int default=20
after_id 加载更多ID int news_id
force_cache 强制刷新缓存 int default=0 1-是 0-否

Response Data

此处返回信息与Feed流接口保持一致

Log

日期 作者 内容
2023/12/11 朱思嘉 新增

幻灯片相关接口

获取对应位置下的幻灯片

获取banners

GET: api/slide/slideitem

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 10124, "slide_id": 20000, "status": 1, "list_order": 10000, "title": "2022颁奖典礼", "image": "http://s.laoyaoba.com/jwImg/slideItem/2021/12/13/16393637885451.jpeg", "url": "https://www.ijiwei.com/Exhibition/meetingDetial?id=253", "target": 1, "description": "Iflytek leads Hefei", "unique_code": "211213900668785954", "position": "ijiwei/EnglishNews/Banners" } ], "timestamp": 1639390066, "logId": 2252481080 }

HTTP Request

api/slide/slideitem

Request Parameters

Parameter Description Type Required Explain
source 来源 string pc
slide_id 幻灯片id int
Copy to Clipboard
参数说明: slide_id 位置 10000 PC/首页焦点轮播图/* 10001 APP/音频专题列表-编号10001/* 10002 PC/高通焦点轮播图/* 10003 APP/高通焦点轮播图/375*545 10004 PC/高通峰会盛况轮播图/* 10005 APP/高通峰会盛况轮播图/400*370 10006 APP/会议首页轮播图/375*125 10007 PC/会议首页轮播图/1200*437 10008 APP/会议首页专题轮播图/590*185 10009 PC/首页右上角专题重磅推荐/300*200 10010 PC/小程序首页轮播图/1080*450 10011 APP/首页直播模块/* 10012 APP/音频焦点轮播-编号10012/* 10013 APP/服务模块首页轮播图-编号-10013/* 10014 APP/新版会展首页会议集锦-编号10014/* 10015 APP/临时APP首页焦点轮播图-编号10015/* 10016 PC/2019集微峰会【现场照片】轮播-编号10016/1200*500 10017 PC/2019集微峰会【往届回顾】轮播-编号10017/* 10018 APP/招聘模块首页轮播图-编号10018/* 10019 H5/2021集微峰会轮播图-编号10019/* 10020 APP/APP视听首页tab栏四项 20000 ijiwei/EnglishNews/Banners 20001 学术显示 20002 芯力量图片 20003 芯力量视频 20004 爱集微英文顶部广告 20005 2022峰会宝

Response Data

Title Description Type Tips
id 幻灯片内容ID Int
slide_id 资讯主分类id string
status 状态 int 1:显示;0:隐藏
list_order 排序 int
title 标题 string
image 图片地址 string
url 幻灯片跳转链接 string 当target == 20 时此url为小程序的跳转路径
target 幻灯片链接打开方式 int 1-(PC统一新窗口打开)(APP内部打开) 2-(PC无)(APP外部浏览器打开) 3-直接打开资讯详情,4-跳转会议详情,5-跳转服务详情,6-视频资讯,7-音频专题,8-音频资讯 20-小程序
description 幻灯片描述 string
unique_code 唯一编码 string
position 位置信息 string
wx_info 微信配置 Object 当target == 20 时此处包含小程序信息 其他情况则为空对象

WxInfo Object

Response Data

Title Description Type Tips
app_id 小程序APPID string
wechat_id 小程序原始ID string

Log

日期 作者 内容
2021/12/13 朱思嘉 新增
2023/07/28 朱思嘉 新增小程序跳转配置

峰会宝相关接口

获取峰会扩展信息

GET: api/summit/index

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 10, "name": "主办单位", "is_open": 1, "details": "<p>[\"中国半导体投资联盟\",\"手机中国联盟\",\"厦门市工信局\",\"厦门市海沧区政府\",\"厦门火炬高新区\"]</p>", "sort": 0, "label": "index", "picture": "https://s.laoyaoba.com/jwImg/summitCover/2022/05/13/16524271626755.png", "meeting_id": 259 }, { "id": 11, "name": "承办单位", "is_open": 1, "details": "<p>[\"爱集微\",\"厦门半导体投资集团\"]</p>", "sort": 0, "label": "index", "picture": "https://s.laoyaoba.com/jwImg/summitCover/2022/05/13/16524271626755.png", "meeting_id": 259 } ], "timestamp": 1652423834, "logId": 4254170164 }

HTTP Request

api/summit/index

Request Parameters

Parameter Description Type Required Explain
meeting_id 峰会ID int
label 标识 string
Copy to Clipboard
参数说明: meeting_id 会议ID 2022峰会 259 label 标识 限制 index 首页 2022峰会宝 guide 会议指南 2022峰会宝 live 直播分会 2022峰会宝

Response Data

Title Description Type Tips
id ID int
name 名称 string
is_open 是否开启 int 1:显示;0:隐藏
details 详情 string
sort 序号 int
label 表识 string
picture 图片 string
meeting_id 会议ID int

Log

日期 作者 内容
2021/05/13 朱思嘉 新增

获取峰会扩展信息详情

GET: api/summit/details

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 10, "name": "主办单位", "is_open": 1, "details": "<p>[&quot;中国半导体投资联盟&quot;,&quot;手机中国联盟&quot;,&quot;厦门市工信局&quot;,&quot;厦门市海沧区政府&quot;,&quot;厦门火炬高新区&quot;]</p>", "sort": 0, "label": "index", "picture": "https://s.laoyaoba.com/jwImg/summitCover/2022/05/13/16524271626755.png", "meeting_id": 259 }, "timestamp": 1652424190, "logId": 4289761311 }

HTTP Request

api/summit/details

Request Parameters

Parameter Description Type Required Explain
id 扩展信息列表ID int

Response Data

Title Description Type Tips
id ID int
name 名称 string
is_open 是否开启 int 1:显示;0:隐藏
details 详情 string
sort 序号 int
label 表识 string
picture 图片 string
meeting_id 会议ID int

Log

日期 作者 内容
2021/05/13 朱思嘉 新增

获取VIP列表用户信息

GET: api/summit/viplist

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "朱思嘉", "company": "爱集微", "mobile": "18434819933", "school": "山西大学", "job": "PHP工程师", "qrcode": "https://s.laoyaoba.com/jwImg/newsCover/2024/05/31/17171230725958.jpeg", "wechat_account": "18434819907", "company_desc": "公司介绍", "product_desc": "爱集微产品介绍", "sort": 0.9, "remark": "" } ], "timestamp": 1715825532, "logId": 2904757648 }

HTTP Request

api/summit/viplist

Request Parameters

Parameter Description Type Required Explain
source 来源 string
meeting_id 会议ID int
after_id 加载更多 int
token 用户凭据 string
search 检索用户姓名及公司 string
limit 个数 int default=20

Response Data

Title Description Type Tips
id 用户ID int
name 用户姓名 string
company 公司名称 string
mobile 手机号码 string
school 学校名称 string
job 职位 string
qrcode 二维码 string
wechat_account 微信账号 string
company_desc 公司介绍 string 公司的简要介绍
product_desc 产品介绍 string 公司产品的简要介绍
sort 排序值 float 用于排序的值
remark 备注 string 额外备注信息

Log

日期 作者 内容
2024/05/16 朱思嘉 新增

峰会宝聚合查询

GET: api/summit/order

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "name": "晚风", "is_review": 0, "is_payment": 0, "type": "UP", "token": "eyJ0b2tlbiI6ImRiMjkwMjJlNzUzYzM3NDgwYzVkMWEyMjU5ZGMxM2NlIiwic2VjcmV0IjoiZThmODdjNzM3ZWExYmM4MmNkZjc0ODQwNDI3NmMzZTEifQ==", "pop": true, "pop_url": "https:ijiwei.com/activity/meetsider/index?meeting_id=316&location=6", "order_num": "", "buttons": [ { "name": "报名分析师大会现场票", "location": 1, "extra": { "order": { "order_num": "240516428553802336", "sku_id": 981, "is_payment": 1, "is_review": 0 } } }, { "name": "报名分析师大会现场票(套票)", "location": 2, "extra": { "order": { "order_num": "240515551857396968", "sku_id": 982, "is_payment": 1, "is_review": 0 } } }, { "name": "返回首页", "location": 3, "extra": {} } ] }, "timestamp": 1715851722, "logId": 3376291473 }

HTTP Request

api/summit/order

Request Parameters

Parameter Description Type Required Explain
source 来源 string
meeting_id 会议ID int
mobile 用户手机号 string
name 用户名称 string
code 验证码 string
type 操作资源类型 string CHECK-登陆 UP-报名 QUERY-查询

Response Data

Title Description Type Tips
name 姓名 string
is_review 是否审核 int 0表示未审核,1表示已审核
is_payment 是否付款 int 0表示未付款,1表示已付款
type 类型 string CHECK-登陆 UP-报名 QUERY-查询
token 令牌 string
pop 弹窗显示 bool true表示显示弹窗,false表示不显示
pop_url 弹窗链接 string 弹窗点击后跳转的链接
order_num 订单号 string
buttons 按钮列表 array 包含按钮信息的数组

Button Object

Title Description Type Tips
name 按钮名称 string
location 按钮位置 int 1-分析师大会,2-分析师大会套票,3-返回首页
extra 额外信息 object 包含附加信息的对象
Order Object (extra.order)
Title Description Type Tips
order_num 订单号 string
sku_id SKU ID int
is_payment 是否付款 int 0表示未付款,1表示已付款
is_review 是否审核 int 0表示未审核,1表示已审核

Log

日期 作者 内容
2024/05/16 朱思嘉 新增

礼品

礼品数据列表

获取指定类型礼品数据

GET: api/gift/giftlist

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "gift_name": "陶瓷杯", "texture": "陶瓷", "gift_plan": "好的", "gift_pic": [ "www.baidu.com", "www.bilibili.com" ] }, { "id": 2, "gift_name": "地球仪", "texture": "塑料", "gift_plan": "地球仪" }, { "id": 3, "gift_name": "八音盒", "texture": "塑料", "gift_plan": "八音盒" }, { "id": 4, "gift_name": "招财摆设", "texture": "瓷", "gift_plan": "招财摆设" } ], "timestamp": 1617266331, "logId": -360357863 }

HTTP Request

/api/gift/giftlist

Request Parameters

Parameter Description Type Required Explain
source 来源 String
classify 所属分类id int
use_class 所属首页分类或快速搜索id int

Response Data

Title Description Type Tips
id Gift ID Int
gift_name 礼品名 String
texture 材质 String
gift_pic 礼品图片地址 String
gift_plan 礼品定制方案 String

Log

日期 作者 内容
2021/03/30 张宏伟 新增

礼品分类数据

获取礼品分类数据

GET: /api/gift/giftclassify

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "class_name": "INS" }, { "id": 2, "class_name": "复古" }, { "id": 3, "class_name": "时尚潮流" }, { "id": 4, "class_name": "小清新" } ], "timestamp": 1617096893, "logId": -124301125 }
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 12, "class_name": "礼品类", "gift_pic": "www.bilibili.com" }, { "id": 13, "class_name": "企宣类" }, { "id": 14, "class_name": "活动用品" }, { "id": 15, "class_name": "展会用品" } ], "timestamp": 1617176535, "logId": -750036591 }

HTTP Request

/api/gift/giftclassify

Request Parameters

Parameter Description Type Required Explain
source 来源 String
is_fast 是否首页和快速匹配 2-否 1-是 Int

Response Data

Live

Title Description Type Tips
id Classify ID Int
class_name 分类名 String
gift_pic 图片地址 String

Log

日期 作者 内容
2021/03/30 张宏伟 新增

获取礼品详情

获取礼品详情数据

GET: /api/gift/giftdetails?gift_id=1&source=h5

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "gift_name": "马克杯", "gift_pic_url": "https//:www.baidu.com", "texture": "陶瓷", "gift_details": "好的" } ], "timestamp": 1617097931, "logId": -20523678 }

HTTP Request

/api/gift/giftdetails

Request Parameters

Parameter Description Type Required Explain
source 来源 String
gift_id 礼品id Int

Response Data

Title Description Type Tips
id 礼品id int
gift_name 礼品名 String
gift_pic_url 礼品展示图片路径 String
texture 材质 String
gift_details 详情介绍 String

Log

日期 作者 内容
2021/03/30 张宏伟 新增

获取图片及幻灯片数据

获取列表数据

GET: /api/gift/giftslide?source=h5&is_place=3

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "pic_url": "www.baidu.com" }, { "id": 2, "pic_url": "www.bilibili.com" } ], "timestamp": 1617176704, "logId": -733191007 }

HTTP Request

/api/gift/giftslide

Request Parameters

Parameter Description Type Required Explain
source 来源 String
is_place 图片位置 1-礼品图 2-轮播图 3-首页 4-详情页顶部 Int

Response Data

Title Description Type Tips
id 礼品id int
pic_url 图片地址 String

Log

日期 作者 内容
2021/03/31 张宏伟 新增

会议相关 meeting

销售邀请报名接口

给一个嘉宾加入邀请名单

GET: api/meeting/invite

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1617266331, "logId": -360357863 }

HTTP Request

api/meeting/invite

Request Parameters

Parameter Description Type Required Explain
source 来源 String
name 姓名 String
phone 手机号 String
company 公司 String
position 职位 String
inviter 销售 String
meeting_id 会议ID int
company_type 单位类型 string
is_school 是否参加校友会 int 1参加 0 不参加
school_name 学校 string
start_school 入学时间 string
department 专业 string
email 邮箱 string
wechat 微信 string

Response Data

Log

日期 作者 内容
2021/05/24 易初 新增

查询报名信息

查询姓名XXX手机号13944842612的用户在1985会议的报名记录信息

GET: /api/meeting/visitorinfo?

curl --request POST \ --url http://jiwei-service.test/api/meeting/visitorinfo \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data meeting_id=1985 \ --data mobile=13944842612 \ --data 'name=XXX' \ --data code=919552

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "meeting_info": { "title": "2021年峰会会议", "cover": "http:\/\/s.laoyaoba.com\/jwImg\/meeting\/2021\/05\/25\/16219331826591.jpeg", "intro": "2021年峰会会议", "start_time": 1621933117000, "address": "和平里", "meeting_status": 3, "sponsor_nickname": "小小小小小小小小小小小小小小啊" }, "attendee_options": [ { "title": "邮箱", "value": "13944842612@163.com" }, { "title": "姓名", "value": "班师" }, { "title": "手机号", "value": "13944842612" }, { "title": "微信", "value": "" }, { "title": "公司", "value": "集微网" }, { "title": "职位", "value": "前端开发工程师" }, { "title": "是否参加校友会", "value": "否" }, { "title": "毕业学校", "value": "0" }, { "title": "入学时间", "value": "2001" }, { "title": "院系", "value": "计算机" }, { "title": "单位类型", "value": "0" } ], "other_options": [ { "title": "事宜", "value": "坐着就好" } ], "order_num": "210526910869576340", "price": 0 }, "timestamp": 1622186620, "logId": -105243756 }

HTTP Request

/api/meeting/visitorinfo

Request Parameters

Parameter Description Type Required Explain
source 来源 String
name 姓名 String
mobile 手机号 String
meeting_id 会议ID int
code 验证码 int

Response Data

Title Description Type Tips
meeting_info.title 会议标题 String
meeting_info.cover 会议图片 String
meeting_info.intro 会议介绍 String
meeting_info.start_time 会议开始时间 String
meeting_info.address 会议地址 String
meeting_info.city 会议城市 String
meeting_info.meeting_status 会议标题 String 1-审核中 2-进行中 3-已结束 4-立即报名 5-已售尽 6-草稿箱 7-审核失败
meeting_info.sponsor_nickname 主办方 String
order_num 订单号 String
price 付款价格(分) Int
attendee_options 报名基础属性 array
other_options 额外属性 array

option

Title Description Type Tips
title 属性标题 String
value 属性值 String

Log

日期 作者 内容
2021/05/28 易初 新增

学术会议论文上传报名接口

GET: api/meeting/meetingpush

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1617266331, "logId": -360357863 }

HTTP Request

api/meeting/meetingpush

Request Parameters

Parameter Description Type Required Explain
source 来源 String
name 姓名 String
phone 手机号 String
schoolOrCompany 学校or单位 String
title 标题 String
keyword 关键词 String
meeting_id 会议ID int
abstract 摘要 string
type 类型 string
status 身份 string 0学生 1企业
email 邮箱 string
token 用户信息token string
file 所上传的论文地址 string
id 当前数据记录id int 更新数据时必传,新增时不穿
language 论文模版类型 string 0英文 1中文

Response Data

Log

日期 作者 内容
2022/03/01 张宏伟 新增
2022/07/21 朱思嘉 修改

查询当前会议议程

查询当前会议议程

GET: /api/meeting/agendameeting

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "05-13": { "PM": [ { "start_date": "2022-05-13", "start_time": "14:00", "end_time": "19:00", "title": "2022 三安·集微射频前端生态伙伴大会", "address": "华邑-厦门厅1+2", "remarks": "normal", "label": "邀请制", } ] }, "05-15": { "AM": [ { "start_date": "2022-05-15", "start_time": "09:00", "end_time": "12:00", "title": "集微半导体峰会", "address": "华邑-厦门厅1+2", "remarks": "normal", "label": "收费制", }, { "start_date": "2022-05-15", "start_time": "09:30", "end_time": "16:30", "title": "董事长面对面-邀请制", "address": "华邑-厦门厅1+2", "remarks": "normal", "label": "收费制" } ], "PM": [ { "start_date": "2022-05-15", "start_time": "13:30", "end_time": "17:00", "title": "微电子学院校企合作论坛-邀请制", "address": "华邑-厦门厅1+2", "remarks": "normal", "label": "收费制" }, { "start_date": "2022-05-15", "start_time": "18:00", "end_time": "20:00", "title": "清华校友论坛", "address": "华邑-厦门厅2", "remarks": "alumn", "label": "收费制" }, ] } }, "timestamp": 1648623230, "logId": 2150908215 }

HTTP Request

/api/meeting/agendameeting

Request Parameters

Parameter Description Type Required Explain
source 来源 String
meeting_id 会议id int

Response Data

Title Description Type Tips
start_date 开始日期 String
title 标题 String
start_time 开始时间 String
end_time 结束时间 String
address 议程地址 String
remarks 议程备注 String 针对峰会 normal为正常数据 alumn为校友会
label 议程标签 String

Log

日期 作者 内容
2022/03/01 张宏伟 新增
2022/03/30 朱思嘉 修改
2022/05/24 朱思嘉 修改

显示学术会议投稿

推送中台论文上传

GET: /api/meeting/meetingpush

Copy to Clipboard
{ "language" : 0, "meeting_id": "2049", "name": "阿仕顿", "schoolOrCompany": "北京大学", "phone": "17695666730", "email": "1234455667@qq.com", "title": "显示学术论文", "keyword": [ "显示", "叙述", "论文" ], "abstract": "无", "type": { "id": 1, "value": "显示会议" }, "status": "0", "file": "http://s.laoyaoba.com/jwImg/1117e7dfe3876826510.jpg", "user_info": { "user_id": 5181678, "mobile": "15133971604", "email": "", "nickname": "zhw", "avatar": "http://s.laoyaoba.com/" } }

HTTP Request

/api/meeting/meetingpush

Request Parameters

Parameter Description Type Required Explain
name 姓名 String
phone 手机号 String
schoolOrCompany 学校or单位 String
title 标题 String
keyword 关键词 array
meeting_id 会议ID int
abstract 摘要 string
type 类型 array
status 身份 string 0学生 1企业
email 邮箱 string
file 所上传的论文地址 string
user_info 用户信息
user_id 用户id int
mobile 手机号 string
email 邮箱 string
nickname 昵称 string
avatar 头像 string
language 论文模版类型 int 0中文 1英文

Log

日期 作者 内容
2022/03/04 张宏伟 新增
2022/07/21 朱思嘉 修改

显示学术会议查询投稿详情及最近投稿记录

查询当前会议议程

GET: /api/meeting/meetingform

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "data": { "id": 1, "name": "阿仕顿", "status": 0, "status_name": "北京大学", "meeting_id": 2049, "user_id": 5181678, "phone": "17695666730", "email": "1234455667@qq.com", "title": "显示学术论文", "keyword": "显示,叙述,论文", "abstract": "无", "type": "1", "file": "http://s.laoyaoba.com/jwImg/1117e7dfe3876826510.jpg", "file_type": 1, "language"0, "created_at": "2022-03-04 15:17:45", "updated_at": "2022-03-04 15:37:16" } }, "timestamp": 1646617350, "logId": -868535116 }

HTTP Request

/api/meeting/meetingform

Request Parameters

Parameter Description Type Required Explain
source 来源 String
meeting_id 会议id int
token 登录用户token String
status 论文投稿类型 int 0学生 1企业 默认0学生
learnging_id 投稿ID int 获取特定投稿记录的内容

Response Data

Title Description Type Tips
id 当前数据记录id int
name 姓名 String
status 来源类型 0学生 1企业 String
status_name 来源名 学校或单位名称 String
meeting_id 关联的会议id int
user_id 关联的用户id int
phone 手机号 String
email 邮箱 String
title 标题 String
keyword 关键词 String
abstract 摘要 String
type 类型 String
file 论文附件地址 String
file_type 论文修改状态 0-未修改 1-已修改 int
language 论文模版类型 0-中文 1-英文 int
created_at 添加时间
updated_at 修改时间

Log

日期 作者 内容
2022/03/08 张宏伟 新增
2022/07/21 朱思嘉 修改
2022/07/22 朱思嘉 修改

显示学术会议投稿记录

推送中台论文上传

GET: /api/meeting/meetinglearning

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current_page": 1, "last_page": 42, "per_page": 1, "total": 42, "data": [ { "id": 223, "titile": "朱思嘉-en", "status": 0, "status_name": "爱集微厦门", "phone": "18434819907", "email": "1527543657@qq.com", "title": "title", "type": { "id": "5", "value": "虚拟现实显示技术" }, "file": { "name": "" }, "language": 1 } ] }, "timestamp": 1658733675, "logId": 3878071157 }

HTTP Request

/api/meeting/meetinglearning

Request Parameters

Parameter Description Type Required Explain
token 用户凭证 String
meeting_id 会议ID int
source 请求来源 String
page 页码 int default-1
limit 个数 int default-10

Response Data

Title Description Type Tips
current_page 当前页码 int
last_page 最后页码 int
per_page 每页条数 int
total 总数 int
data 总数 Object

Data Object

Title Description Type Tips
id 当前数据记录id int
name 姓名 String
status 来源类型 0学生 1企业 String
status_name 来源名 学校或单位名称 String
phone 手机号 String
email 邮箱 String
title 标题 String
type 类型 Object
file 论文附件地址 Object
language 论文模版类型 0-中文 1-英文 int
created_at 添加时间
updated_at 修改时间

Type Object

Title Description Type Tips
id 类型ID int
value 类型名称 String

File Object

Title Description Type Tips
name 文件名称 String
size 文件大小 String

Log

日期 作者 内容
2022/07/25 朱思嘉 新增

查询我的会议

获取我的会议数据

HTTP Request

/api/user/usermeeting

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 38681, "order_num": "220316125655785791", "meeting_id": 5268, "total": 0, "price": 0, "num": 1, "sku_id": 694, "status": 1, "is_review": 0, "is_vip": 0, "meeting_info": { "id": 5268, "meeting_title": "测试会议发票选项", "meeting_cover": "http://s.laoyaoba.com/jwImg/meeting/2022/03/08/16467261786057.jpg", "province_name": "北京市", "city_name": "北京", "county_name": "海淀区", "start_time": 1646721760000, "end_time": 1836196960000, "is_live": 1, "is_trial": 1, "live_id": 147, "live_info": { "id": 147, "live_name": "小凯001", "live_src": "https://www.baidu.com/s?wd=%E5%A4%96%E4%BA%A4%E9%83%A8%EF%BC%9A%E6%89%93%E5%8F%B0%E6%B9%BE%E7%89%8C%E5%A6%82%E5%90%8C%E6%8A%B1%E8%96%AA%E7%8E%A9%E7%81%AB&amp;sa=fyb_n_homepage&amp;rsv_dl=fyb_n_homepage&amp;from=super&amp;cl=3&amp;tn=baidutop10&amp;fr=top1", "live_start_time": 1647324540, "live_type": 1, "live_status": 3, "live_end_time": 1647335340 } }, "sku_title": "免费票价", "page": 0, "notice": "", "meeting_site": [ { "meetingplace": "是否参加大咖1V1", "site": "参加" }, { "meetingplace": "是否参加园区面对面", "site": "参加" }, { "meetingplace": "是否参加校友会", "site": "参加" }, { "meetingplace": "桌位", "site": "109" }, { "meetingplace": "座位", "site": "113" } ], "attendee_tags": [ { "id": 99, "name": "大咖面对面(免费)", "active": false }, { "id": 106, "name": "园区面对面(免费)", "active": false }, { "id": 111, "name": "校友论坛(免费)", "active": false }, { "id": 116, "name": "分析师大会(付费)", "active": false } ], "buttons": [ { "name": "分析师大会报名", "location": 1, "url": "http://jiweidev.jiweinet.com/activity/meetsider/890005" }, { "name": "开具发票", "location": 2, "url": "" }, { "name": "修改信息", "location": 3, "url": "" } ] } ], "timestamp": 1647416365, "logId": 3871004586 }
Copy to Clipboard
curl --location --request GET '/api/live/user/usermeeting?source=app&status=1&token=eyJ0b2tlbiI6'

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
status 状态 int status=1-全部 2-待参加 3-待支付 4-退票 5-待评价
after_id down 数据(传递页面最后一条数据的id,如果没有返回数据说明已经翻到最后一页且后面没有数据了) int after_id=123123
before_id pull 数据(传递页面第一条数据的id,如果没有返回数据说明目前已经是最新的数据,数据没有更新) int before_id=32141
token 身份验证码 int token="589a5d93ceab4b959820b9e6d980be6f"
page 分页页数 int page=1
limit 每页展示多少条数据 int limit=20

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 订单ID int
order_num 订单号 string
meeting_id 会议ID int
total 总价 int
price 单价 int
num 数量 int
sku_id 票种id int
status 状态 int 状态 1-待参加 2-待支付 3-退票失败 4-已退票 5-退票中 6-待评价 7-已参加 8-已过期 9-支付已超时
is_review 状态 int 审核状态 0-无需审核 1-待审核 2-审核失败 3-审核通过
is_vip 状态 Int 是否是VIP (0: 不是 ,1 :是VIP)
meeting_info 会议信息 list:object
sku_title 票种名称 string
page 分页总页数 int
notice 提示 string (很抱歉,因人数、规模有限,您的报名未通过审核,感谢对集微峰会的支持)警告字段
meeting_site 地点信息及峰会相关数据 list:object
attendee_tags 票卷扩展信息 list:object
buttons 按钮信息 list:object

MeetingInfo Object

Title Description Type Tips
id 会议ID int
meeting_title 会议标题 string
province_name 举办省份 string
city_name 举办市区 string
county_name 举办县区 string
start_time 会议开始时间 int
end_time 会议结束时间 int
is_live 是否开启直播 int 0关闭 1开始
is_trial 是否开启试看 int 0关闭 1开始
live_id 直播ID int
live_info 直播信息 list:object is_live:0-数组为空 1-直播详情

LiveInfo Object

Title Description Type Tips
id 直播ID int
live_name 直播标题 string
live_src 直播地址 string
live_start_time 直播开始时间 int
live_end_time 直播结束时间 int
live_type 直播状态 int 0-未开启 1-开启
live_status 直播状态 int 1-预热中 2-直播中 3-已结束(回看) 4-未开始

MeetingSite Object

id Description int
meetingplace 会议名称 string
site 会议座位 string

AttendeeTags Object

id Description int
name 票卷扩展名称 string
active 状态 bool true 参加 false 不参加

Buttons Object

id Description int
name 按钮名称 string
location 跳转类型 int 1-分析师大会报名 2-开具发票 3-修改信息 4-套票升级
url 升级提示页面地址 string
extra 额外信息 object

Extra Object

id Description int
sku_id 票券ID int 套票升级情况使用
option_edit 是否补充选项信息 bool VIP票升级情况使用
price 票券价格 int VIP票升级情况使用
sku_title 票种名称 string VIP票升级情况使用
event 事件 string VIP票升级情况使用 link_pay-跳转支付

Log

日期 作者 内容
2022/04/07 朱思嘉 修改

查询会议详情

获取会议详情数据

HTTP Request

/api/meeting/meetingdetail

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 2086, "user_id": 5181754, "title": "测试会议桌位发短信", "intro": "", "cover": "http://s.laoyaoba.com/jwImg/meeting/2021/11/23/16376501368556.jpg", "start_time": 1637650049000, "end_time": 1637941832000, "start_sell_time": 1637650155000, "end_sell_time": 1637856000000, "longitude": "121.509736", "latitude": "31.242181", "province_name": "上海市", "city_name": "上海", "county_name": "浦东新区", "address": "陆家嘴", "plan_num": 100, "apply_num": 15, "category_id": 0, "view_num": 5, "collect_num": 0, "comment_num": 0, "top": 0, "is_hot": 2, "is_bird": 2, "is_invoice": 2, "is_refund": 1, "refund_content": "1、本次活动或会议由会议主办方委托【集微网】代为处理退款事宜<br>2、活动开始前24小时内不接受退款<br>3、退款时,将收取票价的10%作为手续费", "verifier_id": 720831, "published_time": "1637650223406", "search_tags": "", "industry": "半导体", "min_price": 0, "max_price": 0, "status": 5, "update_time": 2022000, "create_time": 1637650153000, "site_status": 1, "site_name": "晚宴座位,峰会座位,是否参加上汽", "is_synchro": 1, "is_vip": 0, "is_live": 1, "is_trial": 1, "live_id": 145, "sync_code": "", "is_sign_query": 0, "check_jiwei": 0, "check_third": 0, "is_follow": 2, "refine_status": 1, "meeting_status": 3, "sponsor_info": { "sponsor_id": 5181754, "sponsor_nickname": "月", "sponsor_cover": "http://s.laoyaoba.com/jwImg/avatar/2021/10/19/16346147827530.jpg", "sponsor_intro": "", "fans_num": 1, "meeting_num": 7, "is_sponsor": 0, "is_follow": 2 }, "category_info": {}, "detail_info": { "content": "<p>测试发短信</p>" }, "meeting_service": [ { "service_name": "退票保障", "refund_content": "主办方委托集微网退票" } ], "discount_info": [], "detail_url": "http://jiweidev.jiweinet.com/html/meeting/meetingdetail?source=h5&meeting_id=2086", "share_url": "http://jiweidev.jiweinet.com/m/Exhibition/meeting?id=2086", "live_info": { "id": 145, "live_name": "Moonlight♥", "live_src": "http://zb.laoyaoba.com/watch/10682186", "live_start_time": 1647402960, "live_type": 1, "live_status": 3, "live_end_time": 1647413760 } }, "timestamp": 1647416384, "logId": 3872832180 }
Copy to Clipboard
curl --location --request GET '/api/meeting/meetingdetail?source=pc&meeting_id=2086'
Copy to Clipboard
返回参数说明: 1.线上会议的判断 当(province_name、city_name、county_name)字段都为空时则此会议为线上会议 2.收费与免费会议的判断 当 (min_price、max_price) 字段都为0是则为免费会议、反之为收费会议 3.是否直播会议判断 is_live 0-否 1-是

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
meeting_id 会议ID int meeting_id=8026
token 身份验证码 int token="589a5d93ceab4b959820b9e6d980be6f"

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 会议ID int
user_id 用户ID int
title 会议标题 string
intro 会议简介 string
cover 会议封面 string
start_time 会议开始时间 int
end_time 会议结束时间 int
start_sell_time 售票开始时间 int
end_sell_time 售票结束时间 int
longitude 经度 string
latitude 纬度 string
province_name 省份 string
city_name 市区 string
county_name 县区 string
address 详细地址 string
plan_num 会议计划人数 int
apply_num 实际报名人数 int
category_id 分类id int
view_num 浏览量 int
collect_num 收藏量 int
comment_num 评论量 int
top 置顶等级 int
is_hot 是否热门 int 1-是2-不是
is_bird 是否早鸟特惠 int 1-是2-否
is_invoice 是否开具发票 int 默认1开 2不开
is_refund 是否允许退款 int 1允许,2不允许
refund_content 不允许退款原因 string
verifier_id 最后一次审核人id int
published_time 发布时间(微秒) string
search_tags 用于搜索的tag string
industry 行业 string
min_price 最低票价(单位:分) int
max_price 最高票价(单位:分) int
status 状态 int 0删除,1草稿,2待审核,3审核失败,4审核通过,5会议结束
update_time 更新时间 int
create_time 创建时间 int
site_status 是否启动座位编辑 int 0-不启用 1-启用
site_name 启用座位后,座位名 “,” 分割 string
is_synchro 是否开启同步数据 int 0-不启用 1-启用
is_vip 是否开启vip配置 int 0-不启用 1-启用
is_live 是否开启直播 int 0-不启用 1-启用
is_trial 是否开启试看 int 0-不开启 1-开启
live_id 直播ID 对应is_live int
sync_code 是否同步支付状态code确认码 string
is_sign_query 是否开启签到权限查询 int 0-不开启 1-开启
check_jiwei 是否开启集微报名检测 int
check_third 是否开启第三方报名信息检测 int
is_follow 是否关注主办方 int 1-已关注 2-未关注
refine_status 会议状态(包含票卷版) int 1-已开始且报名中 2-已开始 3-已开始且报名结束 4-已结束 已取消 5-已下架
meeting_status 会议状态 int 1-审核中 2-进行中 3-已结束 4-立即报名 5-已售尽 6-草稿箱 7-审核失败
sponsor_info 用户信息 list:object
category_info 分类信息 list:object
detail_info 详情信息 list:object
meeting_service 会议服务退票描述信息 list:object
discount_info 优惠信息 list:object
detail_url 会议详情H5URL地址 string
share_url 会议分享地址 string
live_info 直播详情 list:object is_live:0-数组为空 1-直播详情
sku_info 票券详情 object 如果传输了sku_id则返回票券信息 否则返回空对象

SponsorInfo Object

Title Description Type Tips
sponsor_id 用户id int
sponsor_nickname 用户昵称 string
sponsor_cover 用户头像 string
sponsor_intro 用户简介 string
fans_num 粉丝数 int
meeting_num 会议数 int
is_sponsor 是否主办方 int 0-不是 1-是
is_follow 是否关注 int 1-已关注 2-未关注

CategoryInfo Object

Title Description Type Tips
category_id 分类ID int
category_name 分类名称 string
cover 分类封面 string
intro 分类介绍 string

DetailInfo Object

Title Description Type Tips
content 详情内容 string

MeetingService Object

Title Description Type Tips
service_name 服务名称 string
refund_content 退票信息 string

Discount_info Object

Title Description Type Tips
discount_end_time 优惠结束时间 string
discount_type 优惠状态 string 1-折扣 2-减价
discount_range 优惠服务或价格 string
discount_name 优惠名称 string

LiveInfo Object

Title Description Type Tips
id 直播ID int
live_name 直播标题 string
live_src 直播地址 string
live_start_time 直播开始时间 int
live_end_time 直播结束时间 int
live_type 直播状态 int 0-未开启 1-开启
live_status 直播状态 int 1-预热中 2-直播中 3-已结束(回看) 4-未开始

SkuInfo Object

Title Description Type Tips
id 票券ID int
sku_title 票券标题 string
intro 票券说明 string
price 票券价格 int 单位/分

Log

日期 作者 内容
2022/03/16 朱思嘉 新增
2022/04/26 朱思嘉 修改

查询会议详情(内部使用)

获取会议详情数据(内部使用)

HTTP Request

/api/meeting/meetingdetailinside

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 2086, "user_id": 5181754, "title": "测试会议桌位发短信", "intro": "", "cover": "http://s.laoyaoba.com/jwImg/meeting/2021/11/23/16376501368556.jpg", "start_time": 1637650049000, "end_time": 1637941832000, "start_sell_time": 1637650155000, "end_sell_time": 1637856000000, "longitude": "121.509736", "latitude": "31.242181", "province_name": "上海市", "city_name": "上海", "county_name": "浦东新区", "address": "陆家嘴", "plan_num": 100, "apply_num": 15, "category_id": 0, "view_num": 5, "collect_num": 0, "comment_num": 0, "top": 0, "is_hot": 2, "is_bird": 2, "is_invoice": 2, "is_refund": 1, "refund_content": "1、本次活动或会议由会议主办方委托【集微网】代为处理退款事宜<br>2、活动开始前24小时内不接受退款<br>3、退款时,将收取票价的10%作为手续费", "verifier_id": 720831, "published_time": "1637650223406", "search_tags": "", "industry": "半导体", "min_price": 0, "max_price": 0, "status": 5, "update_time": 2022000, "create_time": 1637650153000, "site_status": 1, "site_name": "晚宴座位,峰会座位,是否参加上汽", "is_synchro": 1, "is_vip": 0, "is_live": 1, "is_trial": 1, "live_id": 145, "sync_code": "", "is_upgrade": 0 "check_jiwei": 0, "check_third": 0, "is_follow": 2, "refine_status": 1, "meeting_option": [ { "id": 1, "apply_name": "邮箱", "apply_intro": "常用邮箱", "type": 4, "option_info": "", "is_must": 1, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 2, "apply_name": "姓名", "apply_intro": "真实姓名", "type": 1, "option_info": "", "is_must": 1, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 3, "apply_name": "手机号", "apply_intro": "请填写您的手机号,方便我们联系", "type": 2, "option_info": "", "is_must": 1, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 8, "apply_name": "微信", "apply_intro": "微信号", "type": 1, "option_info": "", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 10, "apply_name": "职务", "apply_intro": "职务", "type": 1, "option_info": "", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 26, "apply_name": "单位类型", "apply_intro": "单位类型", "type": 8, "option_info": "企业,投资机构,园区/政府,科研院所,高校,券商,专家学者", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 99, "apply_name": "是否参加大咖面对面", "apply_intro": "大咖面对面", "type": 12, "option_info": "参加,不参加", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "/meeting/signupcelebrity" }, { "id": 102, "apply_name": "大咖面对面信息", "apply_intro": "存放大咖面对面信息", "type": 11, "option_info": "", "is_must": 0, "parent_id": 99, "belongs_to": 0, "third_option_src": "" }, { "id": 106, "apply_name": "是否参加园区面对面", "apply_intro": "园区面对面", "type": 12, "option_info": "参加,不参加", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "/meeting/signuppark" }, { "id": 107, "apply_name": "园区面对面信息", "apply_intro": "存放园区面对面信息", "type": 11, "option_info": "", "is_must": 0, "parent_id": 106, "belongs_to": 0, "third_option_src": "" }, { "id": 111, "apply_name": "是否参加校友论坛", "apply_intro": "校友论坛", "type": 12, "option_info": "参加,不参加", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "/meeting/signupalumni" }, { "id": 112, "apply_name": "校友论坛信息", "apply_intro": "存放校友论坛信息", "type": 11, "option_info": "", "is_must": 0, "parent_id": 111, "belongs_to": 0, "third_option_src": "" }, { "id": 115, "apply_name": "企业名称", "apply_intro": "企业名称", "type": 18, "option_info": "", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "" }, { "id": 116, "apply_name": "是否参加分析师大会", "apply_intro": "是否参加分析师大会", "type": 8, "option_info": "是,否", "is_must": 0, "parent_id": 0, "belongs_to": 0, "third_option_src": "" } ], "meeting_status": 3, "sponsor_info": { "sponsor_id": 5181754, "sponsor_nickname": "月", "sponsor_cover": "http://s.laoyaoba.com/jwImg/avatar/2021/10/19/16346147827530.jpg", "sponsor_intro": "", "fans_num": 1, "meeting_num": 7, "is_sponsor": 0, "is_follow": 2 }, "category_info": {}, "detail_info": { "content": "<p>测试发短信</p>" }, "meeting_service": [ { "service_name": "退票保障", "refund_content": "主办方委托集微网退票" } ], "discount_info": [], "detail_url": "http://jiweidev.jiweinet.com/html/meeting/meetingdetail?source=h5&meeting_id=2086", "share_url": "http://jiweidev.jiweinet.com/m/Exhibition/meeting?id=2086", "live_info": { "id": 145, "live_name": "Moonlight♥", "live_src": "http://zb.laoyaoba.com/watch/10682186", "live_start_time": 1647402960, "live_type": 1, "live_status": 3, "live_end_time": 1647413760 } }, "timestamp": 1647416384, "logId": 3872832180 }
Copy to Clipboard
curl --location --request GET '/api/meeting/meetingdetail?source=pc&meeting_id=2086'
Copy to Clipboard
返回参数说明: 1.线上会议的判断 当(province_name、city_name、county_name)字段都为空时则此会议为线上会议 2.收费与免费会议的判断 当 (min_price、max_price) 字段都为0是则为免费会议、反之为收费会议 3.是否直播会议判断 is_live 0-否 1-是

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
meeting_id 会议ID int meeting_id=8026
token 身份验证码 int token="589a5d93ceab4b959820b9e6d980be6f"

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 会议ID int
user_id 用户ID int
title 会议标题 string
intro 会议简介 string
cover 会议封面 string
start_time 会议开始时间 int
end_time 会议结束时间 int
start_sell_time 售票开始时间 int
end_sell_time 售票结束时间 int
longitude 经度 string
latitude 纬度 string
province_name 省份 string
city_name 市区 string
county_name 县区 string
address 详细地址 string
plan_num 会议计划人数 int
apply_num 实际报名人数 int
category_id 分类id int
view_num 浏览量 int
collect_num 收藏量 int
comment_num 评论量 int
top 置顶等级 int
is_hot 是否热门 int 1-是2-不是
is_bird 是否早鸟特惠 int 1-是2-否
is_invoice 是否开具发票 int 默认1开 2不开
is_refund 是否允许退款 int 1允许,2不允许
refund_content 不允许退款原因 string
verifier_id 最后一次审核人id int
published_time 发布时间(微秒) string
search_tags 用于搜索的tag string
industry 行业 string
min_price 最低票价(单位:分) int
max_price 最高票价(单位:分) int
status 状态 int 0删除,1草稿,2待审核,3审核失败,4审核通过,5会议结束
update_time 更新时间 int
create_time 创建时间 int
site_status 是否启动座位编辑 int 0-不启用 1-启用
site_name 启用座位后,座位名 “,” 分割 string
is_synchro 是否开启同步数据 int 0-不启用 1-启用
is_vip 是否开启vip配置 int 0-不启用 1-启用
is_live 是否开启直播 int 0-不启用 1-启用
is_trial 是否开启试看 int 0-不开启 1-开启
live_id 直播ID 对应is_live int
sync_code 是否同步支付状态code确认码 string
is_upgrade 是否开启升级按钮 int 0-不开启 1-开启
check_jiwei 是否开启集微报名检测 int
check_third 是否开启第三方报名信息检测 int
is_follow 是否关注主办方 int 1-已关注 2-未关注
refine_status 会议状态 int 1-已开始且报名中 2-已开始 3-已开始且报名结束 4-已结束 已取消 已驳回 5-已下架 6-已删除 7-待审核
meeting_option 会议选项信息 list:object
meeting_status 会议状态 int 1-审核中 2-进行中 3-已结束 4-立即报名 5-已售尽 6-草稿箱 7-审核失败
sponsor_info 用户信息 list:object
category_info 分类信息 list:object
detail_info 详情信息 list:object
meeting_service 会议服务退票描述信息 list:object
discount_info 优惠信息 list:object
detail_url 会议详情H5URL地址 string
share_url 会议分享地址 string
live_info 直播详情 list:object is_live:0-数组为空 1-直播详情

MeetingOption Object

Title Description Type Tips
id 选项ID int
apply_name 选项名称 string
apply_intro 选项介绍 string
type 选项类型 int 类型(默认1单行文本,2数字输入框,3日期选择框,4邮箱输入框,5多行文本,6单选按钮,7多选按钮,8下拉选择框,9上传按钮 10 隐藏类型,11 集合报名项,12 点击跳转第二页,18 外部源下拉框)
option_info 下拉框选项(中间逗号隔开)二级联动时否在前 string
is_must 是否必填 int (0不必填,1必填)
parent_id 报名选项父极id int
belongs_to int 依赖于集合报名项,集合报名项无实际提交内容
third_option_src 第三方来源选项的地址 string

SponsorInfo Object

Title Description Type Tips
sponsor_id 用户id int
sponsor_nickname 用户昵称 string
sponsor_cover 用户头像 string
sponsor_intro 用户简介 string
fans_num 粉丝数 int
meeting_num 会议数 int
is_sponsor 是否主办方 int 0-不是 1-是
is_follow 是否关注 int 1-已关注 2-未关注

CategoryInfo Object

Title Description Type Tips
category_id 分类ID int
category_name 分类名称 string
cover 分类封面 string
intro 分类介绍 string

DetailInfo Object

Title Description Type Tips
content 详情内容 string

MeetingService Object

Title Description Type Tips
service_name 服务名称 string
refund_content 退票信息 string

Discount_info Object

Title Description Type Tips
discount_end_time 优惠结束时间 string
discount_type 优惠状态 string 1-折扣 2-减价
discount_range 优惠服务或价格 string
discount_name 优惠名称 string

LiveInfo Object

Title Description Type Tips
id 直播ID int
live_name 直播标题 string
live_src 直播地址 string
live_start_time 直播开始时间 int
live_end_time 直播结束时间 int
live_type 直播状态 int 0-未开启 1-开启
live_status 直播状态 int 1-预热中 2-直播中 3-已结束(回看) 4-未开始

Log

日期 作者 内容
2022/05/13 朱思嘉 新增

获取票卷信息

获取票卷信息

HTTP Request

/api/user/userrelease

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "220402030890899061", "valid_time": 1648541036000, "invalid_time": 1650459600000, "qr_str": "jiweinet_eyJvcmRlcl9udW0iOiIyMjA0MDIwMzA4OTA4OTkwNjEifQ==", "sku_title": "集微主峰会", "sku_price": 0, "name": "爱仕达多", "phone": "17695666730", "is_refund": 1, "total": 0, "coupon_info": [ { "coupon_code": "220402030892537955" } ], "num": 1, "site": [ { "meetingplace": "峰会座位", "site": "12" }, { "meetingplace": "宴会座位", "site": "13" } ], "is_review": { "status": 3, "notice": "" }, "is_live": 1, "is_trial": 1, "live_id": 150, "live_info": { "id": 150, "live_name": "2022/3/21测试直播付费于斌(勿动)", "live_src": "http://zb.laoyaoba.com/watch/10314860", "live_start_time": 1648195560, "live_type": 1, "live_status": 3, "live_end_time": 1648206360 } }, "timestamp": 1649320018, "logId": -1184750829 }
Copy to Clipboard
curl --location --request GET '/api/user/userrelease?source=app&token=eyJ0byOG&order_num=220316125655785791'

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
order_num 订单号 int order_num=220316125655785791
token 身份验证码 int token="589a5d93ceab4b959820b9e6d980be6f"

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 string
valid_time 有效开始日期 int
invalid_time 失效日期 int
qr_str 需要生成二维码的字符串 string
sku_title 票种标题 string
sku_price 票种价格 int
name 姓名 string
phone 手机号 string
is_refund 是否允许退款 int 1-允许 2-不允许
total 总价 int
coupon_info 票卷信息 list:object
num 数量 int
is_review 审核信息 list:object
is_live 是否开启直播 int 0-不启用 1-启用
is_trial 是否开启试看 int 0-不开启 1-开启
live_id 直播ID 对应is_live int
live_info 直播信息 list:object
site 座位信息 list:object
is_vip 是否VIP int
is_wx_follow 是否开启微信关注弹窗 int 0-不启用 1-启用
wx_info 微信配置 Object is_wx_follow == 1 时此处包含小程序信息 其他情况则为空对象

WxInfo Object

Response Data

Title Description Type Tips
app_id 小程序APPID string
wechat_id 小程序原始ID string
path 小程序跳转路径 string

CouponInfo Object

Title Description Type Tips
coupon_code 票券号 string
passport 会议信息 string 会议ID:256850388 密码:654321

IsReview Object

Title Description Type Tips
status 审核状态 int 1-审核中 2-审核失败 3-审核成功
notice 审核提示 string 审核结果将以邮件和短信的方式通知,请注意查收

LiveInfo Object

Title Description Type Tips
id 直播ID int
live_name 直播标题 string
live_src 直播地址 string
live_start_time 直播开始时间 int
live_end_time 直播结束时间 int
live_type 直播状态 int 0-未开启 1-开启
live_status 直播状态 int 1-预热中 2-直播中 3-已结束(回看) 4-未开始

Log

日期 作者 内容
2022/03/16 朱思嘉 新增
2023/07/28 朱思嘉 新增小程序配置

获取发票表单信息

获取发票表单信息

HTTP Request

/api/apply/getinvoiceinfo

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "invoice_time": 1649433600000, "invoice_type": 2, "ordinary_data": { "is_vat": { "apply_name": "电子普通发票", "value": 0, "field_name": "is_vat", "tips": "电子发票与纸质发票具有同等法律效力,可支持报销入账" }, "invoice_option": [ { "apply_name": "个人", "value": 1, "field_name": "invoice_option", "tips": "" }, { "apply_name": "企业", "value": 2, "field_name": "invoice_option", "tips": "" } ], "invoice_info": { "personal": [ { "apply_name": "发票抬头", "is_must": 1, "field_name": "invoice_title", "tips": "请输入发票抬头", "type": 1 }, { "apply_name": "发票内容", "is_must": 2, "field_name": "服务费", "tips": "服务费", "type": 5 }, { "apply_name": "联系人", "is_must": 1, "field_name": "vat_name", "tips": "请输入联系人姓名", "type": 1 }, { "apply_name": "联系人电话", "is_must": 1, "field_name": "vat_telphone", "tips": "请输入联系人电话", "type": 2 }, { "apply_name": "邮箱地址", "is_must": 1, "field_name": "vat_mail_address", "tips": "请输入邮箱地址", "type": 3 } ], "increment": [ { "apply_name": "发票抬头", "is_must": 1, "field_name": "invoice_title", "tips": "请输入发票抬头", "type": 4 }, { "apply_name": "纳税人识别号", "is_must": 1, "field_name": "invoice_tax_num", "tips": "请输入纳税人识别号", "type": 1 }, { "apply_name": "发票内容", "is_must": 2, "field_name": "服务费", "tips": "服务费", "type": 5 }, { "apply_name": "联系人", "is_must": 1, "field_name": "vat_name", "tips": "请输入联系人姓名", "type": 1 }, { "apply_name": "联系人电话", "is_must": 1, "field_name": "vat_telphone", "tips": "请输入联系人电话", "type": 2 }, { "apply_name": "邮箱地址", "is_must": 1, "field_name": "vat_mail_address", "tips": "请输入邮箱地址", "type": 3 }, { "apply_name": "公司地址", "is_must": 0, "field_name": "vat_company_address", "tips": "请输入公司地址(选填)", "type": 1 }, { "apply_name": "电话号码", "is_must": 0, "field_name": "vat_company_mobile", "tips": "请输入电话号码(选填)", "type": 1 }, { "apply_name": "开户银行", "is_must": 0, "field_name": "vat_bank_name", "tips": "请输入开户银行(选填)", "type": 1 }, { "apply_name": "银行帐号", "is_must": 0, "field_name": "vat_bank_accoun", "tips": "请输入银行账户(选填)", "type": 1 } ] } }, "increment_data": { "is_vat": { "apply_name": "增值税专用发票", "value": 1, "field_name": "is_vat", "tips": "" }, "invoice_option": [], "invoice_info": { "increment": [ { "apply_name": "发票抬头", "is_must": 1, "field_name": "invoice_title", "tips": "请输入发票抬头", "type": 4 }, { "apply_name": "纳税人识别号", "is_must": 1, "field_name": "invoice_tax_num", "tips": "请输入纳税人识别号", "type": 1 }, { "apply_name": "发票内容", "is_must": 2, "field_name": "服务费", "tips": "服务费", "type": 5 }, { "apply_name": "联系人", "is_must": 1, "field_name": "vat_name", "tips": "请输入联系人姓名", "type": 1 }, { "apply_name": "联系人电话", "is_must": 1, "field_name": "vat_telphone", "tips": "请输入联系人电话", "type": 2 }, { "apply_name": "邮箱地址", "is_must": 1, "field_name": "vat_mail_address", "tips": "请输入邮箱地址", "type": 3 }, { "apply_name": "公司名称", "is_must": 1, "field_name": "vat_company_name", "tips": "请输入公司名称", "type": 1 }, { "apply_name": "注册地址", "is_must": 1, "field_name": "vat_company_address", "tips": "请输入注册地址", "type": 1 }, { "apply_name": "注册电话", "is_must": 1, "field_name": "vat_company_mobile", "tips": "请输入注册电话", "type": 1 }, { "apply_name": "开户银行", "is_must": 1, "field_name": "vat_bank_name", "tips": "请输入开户银行", "type": 1 }, { "apply_name": "银行账户", "is_must": 1, "field_name": "vat_bank_accoun", "tips": "请输入银行账户", "type": 1 } ] } } }, "timestamp": 1649744491, "logId": 2607869888 }
Copy to Clipboard
curl --location --request GET '/api/apply/getinvoiceinfo?source=pc&meeting_id=5286'

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
meeting_id 会议ID int meeting_id=5286

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
invoice_time 开票时间 int
invoice_type 开票类型 int 发票类型 0-普通发票 1-增值税发票 2-均可
ordinary_data 普通发票信息 list:object
increment_data 增值发票信息 list:object

OrdinaryData Object AND IncrementData Object

Title Description Type Tips
is_vat 发票类型 list:object
invoice_option 发票类型 list:object
invoice_info 字段名称 list:object

IsVat Object AND InvoiceOption Object

Title Description Type Tips
apply_name 展示名称 string 个人|企业
value int 0\
field_name 字段名称 string
tips 提示信息 string

InvoiceInfo Object

Title Description Type Tips
personal 个人发票信息 list:object 个人发票信息
increment 企业发票信息 list:object 企业发票信息

Personal Object AND Increment Object

Title Description Type Tips
apply_name 展示名称 string 个人发票信息
is_must 必须状态 int 0 非必选 1必选 2只读(展示)
field_name 字段名称 string
tips 提示语 string
type 输入规则 int 1-文本 2-手机号 3-邮箱 4-下拉选择 5-只读(禁止输入)

Log

日期 作者 内容
2022/04/12 朱思嘉 新增

生成会议订单

生成会议订单

HTTP Request

/api/order/confirm

Response Body :

Copy to Clipboard
{ "errno":0, "errmsg":"SUCCESS", "userInfo":null, "data":{ "order_num":"220325794822586485", "is_payment":1, "is_review":0 }, "timestamp":1648179482, "logId":2873206585 }
Copy to Clipboard
curl --location --request GET '/api/apply/getinvoiceinfo?source=pc&meeting_id=5286'

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string pc h5 app guest
token 用户签名 string
num 购票数量 int
price 购票价格 int
sku_id 票种ID int
meeting_id 会议ID int
apply_json 购票用户信息 list:object {"2":"朱思嘉","3":"18434819907","8":"","9":"111","127":"DM厂商"}
invoice_json 购票发票信息 list:object {"invoice_title":"test","invoice_tax_num":"123123"}

ApplyJson Data

Parameter Description Type Required Explain
key 表单ID string 请求《查询会议报名项》下发的key
value string 用户输入的值

InvoiceJson Data

Parameter Description Type Required Explain
key 表单ID string 请求《获取发票表单信息》下发的key
value string 用户输入的值

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 int
is_payment 是否需要支付 int 0-不需要支付 1-需要支付
is_review 是否需要审核 list:object 0-不需要 1-需要

Log

日期 作者 内容
2022/03/25 朱思嘉 新增

修改会议报名信息接口

修改会议报名信息

GET: api/meeting/meetingalterup

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "order_num":"220402030890899061" ],, "timestamp": 1649303425, "logId": -696573748 }

HTTP Request

api/meeting/meetingalterup

Request Parameters

Parameter Description Type Required Explain
source 来源 String
meeting_id 会议id int
order_num 订单 String
apply_json 报名信息 string

Response Data

Log

日期 作者 内容
2022/04/07 张宏伟 新增

我的会议页提交发票

我的会议页提交发票

HTTP Request

/api/order/orderinvoice

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "order_num":"220402030890899061" ], "timestamp": 1649326819, "logId": -504637309 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string pc h5 app guest
token 用户签名 string
order_num 订单号 int
meeting_id 会议ID int
invoice_json 购票发票信息 list:object {"invoice_title":"test","invoice_tax_num":"123123"}

Log

日期 作者 内容
2022/04/07 张宏伟 新增

分析师会议报名

分析师会议报名接口

HTTP Request

/api/order/suborder

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "220407123273572057", "is_payment": 1, "is_review": 0 }, "timestamp": 1649312326, "logId": 2340997378 }
Copy to Clipboard
curl --location --request GET '/api/order/suborder?source=app&token=eyJ0b=&order_num=20797&meeting_id=890005'

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string pc h5 app guest
token 用户签名 string
order_num 当前订单号 string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 int
is_payment 是否需要支付 int 0-不需要支付 1-需要支付
is_review 是否需要审核 list:object 0-不需要 1-需要

Log

日期 作者 内容
2022/04/07 朱思嘉 新增

峰会宝(查询/报名)接口

峰会宝(查询/报名)接口

HTTP Request

/api/meeting/meetingsummit

Response Body :

type:query

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "name": "zhusj", "order_num": "220516847502728096", "token": "eyJ0b2tlbiI6IjQ3YmI5ZmEyOTIzMmFjNjgyNDM3ZjNiYjc2Mjk0YWM5Iiwic2VjcmV0IjoiZmE0YTkxYjQwYTJmNWFmMjgwZDc5ZTc1MzQ4NDdkMGIifQ==" }, "timestamp": 1653024894, "logId": 4230687383 }

type:sign

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "220518571975749635", "is_payment": 1, "is_review": 0, "token": "eyJ0b2tlbiI6IjQ3YmI5ZmEyOTIzMmFjNjgyNDM3ZjNiYjc2Mjk0YWM5Iiwic2VjcmV0IjoiZmE0YTkxYjQwYTJmNWFmMjgwZDc5ZTc1MzQ4NDdkMGIifQ==" }, "timestamp": 1652857195, "logId": 2493158669 }
Copy to Clipboard
curl --location --request GET '/api/meeting/meetingsummit?meeting_id=890005&mobile=18434819907&name=zhusj&code=692943&type=xx'

Request Parameters

Parameter Description Type Required Explain
meeting_id 会议ID int
mobile 手机号 string
name 姓名 string
code 验证码 string
type 类型 string query-查询权限信息 sign-分析师大会报名

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

type:query

Title Description Type Tips
name 用户名称 string
order_num 订单号 string
token 用户token string

type:sign

Title Description Type Tips
order_num 订单号 string
is_payment 是否需要支付 int 0-不需要支付 1-需要支付
is_review 状态 int 审核状态 0-无需审核 1-待审核 2-审核失败 3-审核通过
token 用户token string

Errors

Copy to Clipboard
{ "errno": 990016, "errmsg": "您未参加峰会,无法查询信息。若参加请点击下方按钮进行报名。", "userInfo": null, "data": {}, "timestamp": 1682665852, "logId": 2651538546 }

Log

日期 作者 内容
2022/05/18 朱思嘉 新增
2023/04/28 朱思嘉 新增

峰会宝查询展厅权限

峰会宝查询展厅权限接口

HTTP Request

api/meeting/meetingschedule

Response Body :

type:query

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "220516847502728096", "is_sign": 0, "exhibition": [ { "hold_day": "05月07日", "info": [ { "id": 202, "name": "展厅1", "label": "2022 三安·集微射频前端生态伙伴大会", "start_time": 1651856400, "end_time": 1651935600, "opening_time": "01:00-23:00", "hold_day": "05月07日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 } ] }, { "hold_day": "05月08日", "info": [ { "id": 204, "name": "展厅3", "label": "集微EDA IP峰会", "start_time": 1651942800, "end_time": 1652022000, "opening_time": "01:00-23:00", "hold_day": "05月08日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 206, "name": "展厅5", "label": "知识产权论坛暨手机中国联盟年会", "start_time": 1651942800, "end_time": 1652022000, "opening_time": "01:00-23:00", "hold_day": "05月08日", "cover_type": "邀请展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 207, "name": "展厅6", "label": "第五届集微政策峰会", "start_time": 1651942800, "end_time": 1652022000, "opening_time": "01:00-23:00", "hold_day": "05月08日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 210, "name": "展厅9", "label": "集微之夜", "start_time": 1652011200, "end_time": 1652022000, "opening_time": "20:00-23:00", "hold_day": "05月08日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 } ] }, { "hold_day": "05月09日", "info": [ { "id": 211, "name": "展厅1", "label": "集微半导体峰会", "start_time": 1652029200, "end_time": 1652108400, "opening_time": "01:00-23:00", "hold_day": "05月09日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 218, "name": "展厅8", "label": "集微半导体人力资源大会", "start_time": 1652029200, "end_time": 1652108400, "opening_time": "01:00-23:00", "hold_day": "05月09日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 219, "name": "展厅9", "label": "清华校友论坛", "start_time": 1652029200, "end_time": 1652108400, "opening_time": "01:00-23:00", "hold_day": "05月09日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 222, "name": "展厅3", "label": "浙大校友论坛", "start_time": 1652029200, "end_time": 1652108400, "opening_time": "01:00-23:00", "hold_day": "05月09日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 224, "name": "展厅5", "label": "东南大学校友论坛", "start_time": 1652029200, "end_time": 1652108400, "opening_time": "01:00-23:00", "hold_day": "05月09日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 223, "name": "展厅4", "label": "复旦校友论坛", "start_time": 1652029200, "end_time": 1652109180, "opening_time": "01:00-23:13", "hold_day": "05月09日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 216, "name": "展厅6", "label": "半导体设备材料论坛", "start_time": 1652029200, "end_time": 1652109360, "opening_time": "01:00-23:16", "hold_day": "05月09日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 220, "name": "展厅1", "label": "科大校友论坛", "start_time": 1652032800, "end_time": 1652108400, "opening_time": "02:00-23:00", "hold_day": "05月09日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 215, "name": "展厅5", "label": "高端通用芯片生态论坛", "start_time": 1652036400, "end_time": 1652108400, "opening_time": "03:00-23:00", "hold_day": "05月09日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 }, { "id": 221, "name": "展厅2", "label": "西电校友论坛", "start_time": 1652036400, "end_time": 1652108400, "opening_time": "03:00-23:00", "hold_day": "05月09日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 214, "name": "展厅4", "label": "投融资论坛", "start_time": 1652050800, "end_time": 1652108400, "opening_time": "07:00-23:00", "hold_day": "05月09日", "cover_type": "普通展厅", "extra": "参加", "allow_entry": true, "is_invoice": 0 } ] }, { "hold_day": "05月10日", "info": [ { "id": 231, "name": "展厅6", "label": "北大校友论坛", "start_time": 1652115600, "end_time": 1652194800, "opening_time": "01:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 232, "name": "展厅7", "label": "北航校友论坛", "start_time": 1652115600, "end_time": 1652194800, "opening_time": "01:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 234, "name": "展厅9", "label": "厦大校友论坛", "start_time": 1652115600, "end_time": 1652194800, "opening_time": "01:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 235, "name": "展厅1", "label": "成电校友论坛", "start_time": 1652115600, "end_time": 1652194800, "opening_time": "01:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 236, "name": "展厅2", "label": "武汉大学校友论坛", "start_time": 1652115600, "end_time": 1652194800, "opening_time": "01:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 239, "name": "展厅5", "label": "福州大学校友论坛", "start_time": 1652115600, "end_time": 1652194800, "opening_time": "01:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 237, "name": "展厅3", "label": "天津大学校友论坛", "start_time": 1652126400, "end_time": 1652194800, "opening_time": "04:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 238, "name": "展厅4", "label": "华中科技大学校友论坛", "start_time": 1652126400, "end_time": 1652194800, "opening_time": "04:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 }, { "id": 233, "name": "展厅8", "label": "上海交大校友论坛", "start_time": 1652140800, "end_time": 1652194800, "opening_time": "08:00-23:00", "hold_day": "05月10日", "cover_type": "校友会", "extra": "出席", "allow_entry": true, "is_invoice": 0 } ] } ] }, "timestamp": 1653025147, "logId": 4255969603 }
Copy to Clipboard
curl --location --request GET 'api/meeting/meetingschedule?order_num=220516847502728096&token=eyJ0b2tlbiI'

Request Parameters

Parameter Description Type Required Explain
order_num 订单号 string
meeting_id 会议ID int
token 用户凭证 string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 string
is_sign 是否参加分析师大会 int 1-是 0-否
exhibition 展厅权限信息 list:object

Exhibition Object

Title Description Type Tips
hold_day 日期 string
info 会议详情 list:object

Info Object

Title Description Type Tips
id 展厅会议id int
name 展厅名称 string
label 会议名称 string
start_time 展厅会议举办开始日期 int
end_time 展厅会议举办结束日期 int
opening_time 展厅会议举办间隔日期 string
hold_day 展厅会议所属日 string
cover_type 展厅会议类型 string
extra 事宜 string
allow_entry 是否拥有权限 bool true 拥有 false 未拥有
is_invoice 发票状态 int 0不展示 1开发票 2已开票

Log

日期 作者 内容
2022/05/18 朱思嘉 新增

防疫承诺书提交接口

提交用户签名的防疫承诺书,用户每天可以无限修改,只保存最后提交的数据。

HTTP Request

/api/meeting/commintment

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "name": "易初1", "mobile": "13332323232", "address": "桑婆ing", "cert_num": "qw123232", "format_date": "2022-10-25", "signnature_src": "http:\/\/s.laoyaoba.com\/signature\/2022\/10\/25\/16666929674962", "new_signature": 1 }, "timestamp": 1666692967, "logId": 3090786578 }
Copy to Clipboard
curl --location --request GET '/api/meeting/commitment'

Request Parameters

Parameter Description Type Required Explain
name 姓名 string
mobile 手机号 string
address 地址 string
cert 身份证号 string
code 微信Code string
paper 签名图片base64 string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
name 姓名 string
mobile 手机号 string
address 地址 string
cert_num 身份证号 string
format_date 格式化的时间 string
signnature_src 签名图片地址 string
new_signature 新增成功 1 更新成功 0 int 每个open_id的用户 每天的第一次为新增,后续都是更新

Log

日期 作者 内容
2022/10/26 易初 新增

防疫承诺书检查

查询当日的用户是否签名防疫承诺书

HTTP Request

/api/meeting/checkcommitted

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "name": "阿里支持", "phone": "11332323232", "address": "请问23", "cert_num": "00000000", "commit_at": 1666779511, "signnature_src": "http:\/\/s.laoyaoba.com\/signature\/2022\/10\/26\/16667795118540" }, "timestamp": 1666779645, "logId": 3168709126 }

若没有签名则返回空对象

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { }, "timestamp": 1666779645, "logId": 3168709126 }
Copy to Clipboard
curl --location --request GET '/api/meeting/checkcommitted'

Request Parameters

Parameter Description Type Required Explain
code 微信Code string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
name 姓名 string
mobile 手机号 string
address 地址 string
cert_num 身份证号 string
format_date 格式化的时间 string
signnature_src 签名图片地址 string

Log

日期 作者 内容
2022/10/26 易初 新增

资讯改版-会议资源获取

新版获取会议资源信息

HTTP Request

/api/meeting/meetingfeedv1

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 2590070, "title": "工作人员专用会议(勿动)", "cover": "https://s.laoyaoba.com/jwImg/meeting/coverdefaultcover.png", "start_time": 1667707521, "end_time": 1951877121, "start_sell_time": 1667707617, "end_sell_time": 1920124800, "type": 0, "current_status": 1, "min_price": 0, "max_price": 0, "sponsor": "", "address":"北京市海淀区", "user_info": { "user_id": 5181911, "nickname": "账号已注销", "avatar": "", "intro": "", "is_sponsor": 0 } } ], "timestamp": 1670824843, "logId": 3961545609 }
Copy to Clipboard
curl --location --request GET '/api/meeting/meetingfeedv1'

Request Parameters

Parameter Description Type Required Explain
source 来源 string
industry 行业区间 int 此处的值对应获取栏目接口api中的value
time 时间区间 int 此处的值对应获取栏目接口api中的value
status 会议状态 int 此处的值对应获取栏目接口api中的value
query 搜索关键词 string 搜索
after_id 加载更多ID int
limit 个数 int 默认:10

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 会议ID int
title 会议标题 string
cover 缩略图 string
start_time 开始时间 int
end_time 结束时间 int
start_sell_time 开始售票时间 int
end_sell_time 结束售票时间 int
type 会议类型 int 0-线下 1-线上
current_status 会议当前状态 int 1-会议中 2-报名中 3-未开始 4-已结束
min_price 售票最小价格 int
max_price 售票最大价格 int
sponsor 主办方 string
address 地址 string
user_info 用户信息 Object

UserInfo Object

Title Description Type Tips
user_id 用户ID int
nickname 昵称 string
avatar 头像 string
intro 介绍 int
is_sponsor 0-普通用户,1-主办方,2-供稿人 int

Log

日期 作者 内容
2022/12/12 朱思嘉 新增
2023/06/14 朱思嘉 增加用户信息

2023全球半导体产业策略论坛销售报名接口

给一个普通嘉宾加入参会名单

GET: api/meeting/sellword?name=朱思嘉&position=一般工程师&company=爱集微&superior=小居&email=akajuhh@qq.com&company_type=其他&rank=其他

给一个国际嘉宾加入参会名单

GET: api/meeting/sellword?name=ju&position=other&company=apple&superior=小居&email=akaju@qq.com&company_type=other&rank=other&source=en

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "202302021675326301" }, "timestamp": 1675326300, "logId": 3135751248 }

HTTP Request

api/meeting/sellword

Request Parameters

Parameter Description Type Required Explain
source 来源 String 允许值 en-国际嘉宾报名 sale-国内嘉宾报名(default)
name 姓名 String
mobile 手机号 String
email 邮箱 String
company 公司 String
company_type 公司类型 String
position 职位名称 String
rank 职位职级 String
superior 销售名称 String

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data object

Data Object

Title Description Type Tips
order_num 订单号 string

Error

Copy to Clipboard
{ "errno": 71, "errmsg": "PARAM 'position' REQUIRED", "userInfo": null, "data": {}, "timestamp": 1675324682, "logId": 2973922997 }
Copy to Clipboard
{ "errno": 970004, "errmsg": "您已报名成功,请勿重复提交。信息审核中,请耐心等待。", "userInfo": null, "data": {}, "timestamp": 1675324665, "logId": 2972212558 }

Log

日期 作者 内容
2023/02/02 朱思嘉 新增

会议票种权益升级

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "240327255430555121", "is_payment": 1, "is_review": 0 }, "timestamp": 1711525541, "logId": 2402420315 }

HTTP Request

api/order/powerup

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户凭证 String
order_num 当前订单号 String
sku_id 票种ID String 如果接口下发了此API 大部分情况会自动携带此值

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 int
is_payment 是否需要支付 int 0-不需要支付 1-需要支付
is_review 是否需要审核 list:object 0-不需要 1-需要

Log

日期 作者 内容
2024/03/27 朱思嘉 新增

会议VIP票种升级

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "240327255430555121", "is_payment": 1, "is_review": 0 }, "timestamp": 1711525541, "logId": 2402420315 }

HTTP Request

api/order/vipup

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户凭证 String
order_num 当前订单号 String
sku_id 票种ID String 如果接口下发了此API 大部分情况会自动携带此值

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 int
is_payment 是否需要支付 int 0-不需要支付 1-需要支付
is_review 是否需要审核 list:object 0-不需要 1-需要

Log

日期 作者 内容
2024/04/12 朱思嘉 新增

会议场次升级

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "240327255430555121", "is_payment": 1, "is_review": 0 }, "timestamp": 1711525541, "logId": 2402420315 }

HTTP Request

api/order/extraup

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 用户凭证 String
order_num 当前订单号 String
apply_extra 追加场次 String {"179": "参加","180": "参加","182": "参加"}

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单号 int
is_payment 是否需要支付 int 0-不需要支付 1-需要支付
is_review 是否需要审核 list:object 0-不需要 1-需要

Log

日期 作者 内容
2025/05/20 易初 新增

会议报名选项相关

第三方报名表单的数据接口

GET: api/apply/getapplythird

Copy to Clipboard
搜索公司接口返回数据 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "name": "爱集微咨询(厦门)有限公司", "tax_number": "91350200MA2YC2UA52" }, { "name": "北京百悟科技有限公司", "tax_number": "9111010155855263XP" }, { "name": "爱集微信息技术(上海)有限公司", "tax_number": "91310115MA1K4K8A6M" }, { "name": "北京集微科技有限公司", "tax_number": "91110108MA01ALL62Q" }, { "name": "深圳市嘉德知识产权服务有限公司", "tax_number": "91440300335145586J" } ], "timestamp": 1648466851, "logId": -602150054 }
Copy to Clipboard
搜索公司高管返回数据 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "name": "李彦宏", "type_join": [ "执行董事" ], "type": 2 }, { "name": "梁志祥", "type_join": [ "经理" ], "type": 2 }, { "name": "崔珊珊", "type_join": [ "监事" ], "type": 2 }, { "name": "其他", "type_join": [], "type": 0 } ], "timestamp": 1648434564, "logId": -1683305610 }

HTTP Request

api/apply/getapplythird

Request Parameters

Parameter Description Type Required Explain
source 来源 String
route 请求分类 String person-大佬 company-公司
search 公司名or大佬名 String 所搜大佬时,公司名必须为全称

Response Data

Title Description Type Tips
name 公司名或高管名 String
type_join 职位 array
tax_number 税号 String

Log

日期 作者 内容
2022/03/18 张宏伟 新增

查询会议的报名项

查询会议的报名项

GET: /api/apply/getapply

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 3462, "apply_id": 1, "is_must": 1, "tips": "常用邮箱", "list_order": 1, "intro": "", "apply_name": "邮箱", "apply_intro": "常用邮箱", "meeting_apply_id": 3462, "type": 4, "option_info": [], "default_value": "", "is_delete": 1, "parent_id": 0, "third_option_src": "", "son_id": 0 }, { "id": 3463, "apply_id": 2, "is_must": 1, "tips": "真实姓名", "list_order": 2, "intro": "", "apply_name": "姓名", "apply_intro": "真实姓名", "meeting_apply_id": 3463, "type": 1, "option_info": [], "default_value": "", "is_delete": 1, "parent_id": 0, "third_option_src": "", "son_id": 0 }, { "id": 3464, "apply_id": 3, "is_must": 1, "tips": "请填写您的手机号,方便我们联系", "list_order": 3, "intro": "", "apply_name": "手机号", "apply_intro": "请填写您的手机号,方便我们联系", "meeting_apply_id": 3464, "type": 2, "option_info": [], "default_value": "15846200417", "is_delete": 1, "parent_id": 0, "third_option_src": "", "son_id": 0 }, { "id": 3465, "apply_id": 99, "is_must": 0, "tips": "若想面对大佬们,请填写", "list_order": 4, "intro": "", "apply_name": "是否参加面对面活动", "apply_intro": "若想面对大佬们,请填写", "meeting_apply_id": 3465, "type": 6, "option_info": [ "是", "否" ], "default_value": "", "is_delete": 0, "parent_id": 0, "third_option_src": "", "son_id": 102 }, { "id": 3466, "apply_id": 102, "is_must": 0, "tips": "存放面对面信息", "list_order": 5, "intro": "", "apply_name": "面对面信息", "apply_intro": "存放面对面信息", "meeting_apply_id": 3466, "type": 11, "option_info": [], "default_value": "", "is_delete": 0, "parent_id": 99, "third_option_src": "", "son_id": 0 }, { "id": 3470, "apply_id": 11, "is_must": 0, "tips": "会面原因", "list_order": 9, "intro": "", "apply_name": "是否参加校友会", "apply_intro": "", "meeting_apply_id": 3470, "type": 6, "option_info": [ "是", "否" ], "default_value": "", "is_delete": 0, "parent_id": 0, "third_option_src": "", "son_id": 12 }, { "id": 3471, "apply_id": 12, "is_must": 0, "tips": "所在学校", "list_order": 10, "intro": "", "apply_name": "学校", "apply_intro": "所在学校", "meeting_apply_id": 3471, "type": 8, "option_info": [ "清华", "西电", "中科大" ], "default_value": "", "is_delete": 0, "parent_id": 11, "third_option_src": "", "son_id": 0 } ], "timestamp": 1647854579, "logId": -1699761275 }

TYPE 传输规范

Copy to Clipboard
{ "1" : "文本信息:用户输入文本信息", "2": "数字:用户输入数字信息", "3": "日期:2020-07-29", "4": "邮箱:ju@ijiwie.com", "5": "多行文本:用户输入文本信息", "6": "单选按钮: 是|否", "7": "多选按钮: 需要用英文,拼接; 例:校友会,分析师大会", "8": "下拉框选择: 传入用户选择信息即可; 例:芯片厂商(EDA IP、设计、制造、封测)", "9": "上传:图片地址; 例:Jiwei/2023/a.png 上传:api/user/setavatar接口 type=4 ", "10": "隐藏类型:", "11": "集合报名项:", "12": "跳转第二页", "18": "外部源下拉框", "19": "外部多选框:将数据用英文,拼接即可", "20": "外部源下拉框及额外开关按钮", "21": "人脸信息采集框:图片地址; 例:Jiwei/2023/a.png 上传:api/user/setavatar接口 type=8 " }

TYPE 20

Copy to Clipboard
[ { "school": "云南大学", //高校名称 "className": "1601", //所在班级 "alumni": 1 //是否参加校友会 1-是 0-否 }, { "school": "南开大学", "className": "1701", "alumni": 0 } ]

提交报名时belongs_to选项的格式为:

GET: /api/apply/confirm Attrubute: apply_json :

Copy to Clipboard
{ "1" : "易初", "99": "是", "102" : [ { "103": "腾讯", "104": "马化腾", "105": "一起吃顿饭" }, { "103": "百度", "104": "XXX", "105": "聊聊" }, ], "10": "8888@88.com" }

HTTP Request

/api/apply/getapply

Request Parameters

Parameter Description Type Required Explain
source 来源 String
meeting_id 会议id int
sku_id 票种ID int 某种业务场景根据票种ID下发特定选项信息
token 登录用户token String
apply_id 请求第二页报名项的子项id int 只有在请求第二页报名项数据时传参

Response Data

Title Description Type Tips
id 关系ID Int
apply_id 表单ID Int
apply_name 名称 String
apply_intro 简介 String
is_must 是否是每场会议必带的报名项 Int
tips 提示信息 String
type 类型 见下表 Int
option_info 下拉框选择用 String
meeting_apply_id 会议报名项ID Int
is_delete 是否可以删除 PC修改使用 Int
list_order 排序之 Int
intro 字段描述 String
max_length 字段长度限制 Int 0-不限制 大于0则进行长度限制
parent_id 所属的父报名项 Int
default_value 默认值 string
son_id 子项id Int 当前项的子项id
third_option_keyword 第三方数据来源关键词 String 第三方报名表单的数据接口传递的route name

Type

TYPE_ID Description
1 文本输入
2 数字输入
3 日期选择框
4 邮箱输入框
5 多行文本
6 单选按钮
7 多选按钮
8 下拉选择
9 上传按钮
11 数据项集合(不展示为表单元素)
12 点击跳转第二页
18 外部源下拉框
19 外部多选框(APP、H5) 多选框平铺(PC。与Type为7的情况一致)
20 外部源下拉框及额外开关按钮(APP、H5) 多个input框及额外开关按钮(PC)
21 人脸信息采集框 (PC不下发此项)
22 级联选择框
23 外部级联选择框
24 开关单选

| 待定 | |

Log

日期 作者 内容
2022/03/18 谢宇轩 修改添加支持新峰会
2023/02/28 朱思嘉 修改添加支持第七届新峰会

园区报名表单数据接口

GET: api/apply/getapplypark

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "mark": 1, "name": "厦门海沧/厦门火炬" }, { "mark": 2, "name": "上海临港" }, { "mark": 3, "name": "上海张江" }, { "mark": 4, "name": "佛山南海" }, { "mark": 5, "name": "武汉东湖" }, { "mark": 6, "name": "深圳南山" }, { "mark": 7, "name": "成都高新" }, { "mark": 8, "name": "北京IC PARK" }, { "mark": 9, "name": "无锡高新" }, { "mark": 10, "name": "合肥经开/合肥高新" }, { "mark": 11, "name": "苏州工业园/苏州相城/苏州高新" }, { "mark": 12, "name": "青岛崂山/青岛上合" }, { "mark": 13, "name": "重庆西永/重庆两江" }, { "mark": 14, "name": "绍兴滨海" }, { "mark": 15, "name": "泉州芯谷" }, { "mark": 16, "name": "深圳坪山" }, { "mark": 17, "name": "南京浦口" }, { "mark": 18, "name": "马鞍山郑蒲港新区" }, { "mark": 19, "name": "珠海高新" }, { "mark": 20, "name": "西安高新/西安经开" }, { "mark": 21, "name": "上海漕河泾" }, { "mark": 22, "name": "四川天府新区" }, { "mark": 23, "name": "常州高新" } ], "timestamp": 1647945195, "logId": -1228127415 } 园区内容返回 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "mark": 1, "name": "企业项目落地" }, { "mark": 2, "name": "机构投资落地" }, { "mark": 3, "name": "园区其他合作" } ], "timestamp": 1648191053, "logId": -264618077 }

HTTP Request

api/apply/getapplypark

Request Parameters

Parameter Description Type Required Explain
source 来源 String
list_name 区分请求 String cont-园区内容 park-园区列表

Response Data

Title Description Type Tips
mark id int
name 园区名 string

Log

日期 作者 内容
2022/03/22 张宏伟 新增

学校报名表单数据接口

GET: api/apply/getapplyschool

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "result_list": [ { "mark": 1, "name": "天津大学" }, { "mark": 2, "name": "东南大学" }, { "mark": 3, "name": "武汉大学" }, { "mark": 4, "name": "华中科技大学" }, { "mark": 5, "name": "吉林大学" }, { "mark": 6, "name": "厦门大学" }, { "mark": 7, "name": "山东大学" }, { "mark": 8, "name": "中国海洋大学" }, { "mark": 9, "name": "湖南大学" }, { "mark": 10, "name": "中南大学" }, { "mark": 11, "name": "大连理工大学" }, { "mark": 12, "name": "北京航空航天大学" }, { "mark": 13, "name": "重庆大学" }, { "mark": 14, "name": "四川大学" }, { "mark": 15, "name": "电子科技大学" }, { "mark": 16, "name": "中山大学" }, { "mark": 17, "name": "华南理工大学" }, { "mark": 18, "name": "兰州大学" }, { "mark": 19, "name": "西北工业大学" }, { "mark": 20, "name": "东北大学" }, { "mark": 21, "name": "同济大学" }, { "mark": 22, "name": "北京师范大学" }, { "mark": 23, "name": "中国人民大学" }, { "mark": 24, "name": "中国农业大学" }, { "mark": 25, "name": "国防科技大学" }, { "mark": 26, "name": "中央民族大学" }, { "mark": 27, "name": "华东师范大学" }, { "mark": 28, "name": "西北农林科技大学" }, { "mark": 29, "name": "中国科学技术大学" }, { "mark": 30, "name": "合肥工业大学" }, { "mark": 31, "name": "安徽大学" }, { "mark": 32, "name": "清华大学" }, { "mark": 33, "name": "北京大学" }, { "mark": 34, "name": "中央财经大学" }, { "mark": 35, "name": "对外经济贸易大学" }, { "mark": 36, "name": "北京理工大学" }, { "mark": 37, "name": "北京外国语大学" }, { "mark": 38, "name": "中国政法大学" }, { "mark": 39, "name": "北京邮电大学" }, { "mark": 40, "name": "中国传媒大学" }, { "mark": 41, "name": "北京科技大学" }, { "mark": 42, "name": "北京交通大学" }, { "mark": 43, "name": "华北电力大学" }, { "mark": 44, "name": "北京中医药大学" }, { "mark": 45, "name": "北京林业大学" }, { "mark": 46, "name": "北京工业大学" }, { "mark": 47, "name": "北京化工大学" }, { "mark": 48, "name": "中国地质大学(北京)" }, { "mark": 49, "name": "中国矿业大学(北京)" }, { "mark": 50, "name": "北京体育大学" }, { "mark": 51, "name": "中国石油大学(北京)" }, { "mark": 52, "name": "中央音乐学院" }, { "mark": 53, "name": "福州大学" }, { "mark": 54, "name": "暨南大学" }, { "mark": 55, "name": "华南师范大学" }, { "mark": 56, "name": "广西大学" }, { "mark": 57, "name": "贵州大学" }, { "mark": 58, "name": "海南大学" }, { "mark": 59, "name": "河北工业大学" }, { "mark": 60, "name": "郑州大学" }, { "mark": 61, "name": "哈尔滨工业大学" }, { "mark": 62, "name": "哈尔滨工程大学" }, { "mark": 63, "name": "东北林业大学" }, { "mark": 64, "name": "东北农业大学" }, { "mark": 65, "name": "中南财经政法大学" }, { "mark": 66, "name": "华中师范大学" }, { "mark": 67, "name": "武汉理工大学" }, { "mark": 68, "name": "中国地质大学(武汉)" }, { "mark": 69, "name": "华中农业大学" }, { "mark": 70, "name": "湖南师范大学" }, { "mark": 71, "name": "东北师范大学" }, { "mark": 72, "name": "延边大学" }, { "mark": 73, "name": "南京大学" }, { "mark": 74, "name": "南京航空航天大学" }, { "mark": 75, "name": "南京理工大学" }, { "mark": 76, "name": "苏州大学" }, { "mark": 77, "name": "中国药科大学" }, { "mark": 78, "name": "河海大学" }, { "mark": 79, "name": "江南大学" }, { "mark": 80, "name": "南京师范大学" }, { "mark": 81, "name": "南京农业大学" }, { "mark": 82, "name": "中国矿业大学" }, { "mark": 83, "name": "南昌大学" }, { "mark": 84, "name": "大连海事大学" }, { "mark": 85, "name": "辽宁大学" }, { "mark": 86, "name": "内蒙古大学" }, { "mark": 87, "name": "宁夏大学" }, { "mark": 88, "name": "青海大学" }, { "mark": 89, "name": "中国石油大学(华东)" }, { "mark": 90, "name": "太原理工大学" }, { "mark": 91, "name": "西安交通大学" }, { "mark": 92, "name": "西安电子科技大学" }, { "mark": 93, "name": "西北大学" }, { "mark": 94, "name": "长安大学" }, { "mark": 95, "name": "陕西师范大学" }, { "mark": 96, "name": "第四军医大学" }, { "mark": 97, "name": "复旦大学" }, { "mark": 98, "name": "上海交通大学" }, { "mark": 99, "name": "上海财经大学" }, { "mark": 100, "name": "上海外国语大学" }, { "mark": 101, "name": "华东理工大学" }, { "mark": 102, "name": "东华大学" }, { "mark": 103, "name": "上海大学" }, { "mark": 104, "name": "第二军医大学" }, { "mark": 105, "name": "西南财经大学" }, { "mark": 106, "name": "西南交通大学" }, { "mark": 107, "name": "四川农业大学" }, { "mark": 108, "name": "南开大学" }, { "mark": 109, "name": "天津医科大学" }, { "mark": 110, "name": "西藏大学" }, { "mark": 111, "name": "新疆大学" }, { "mark": 112, "name": "石河子大学" }, { "mark": 113, "name": "云南大学" }, { "mark": 114, "name": "浙江大学" }, { "mark": 115, "name": "西南大学" } ] }, "timestamp": 1648108995, "logId": -2027986566 }

HTTP Request

api/apply/getapplyschool

Request Parameters

Parameter Description Type Required Explain
source 来源 String

Response Data

Title Description Type Tips
mark id int
name 学校名 string

Log

日期 作者 内容
2022/03/24 张宏伟 新增

报名表单数据接口

GET: api/apply/getforminfo

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 51, "name": "企业项目落地", "type": 3 }, { "id": 52, "name": "机构投资落地", "type": 3 }, { "id": 53, "name": "园区其他合作", "type": 3 } ], "timestamp": 1648797086, "logId": -1938399913 }

HTTP Request

api/apply/getforminfo

Request Parameters

Parameter Description Type Required Explain
source 来源 String
type 请求类型 int 类型 0-园区 1-学校 2-公司(暂未使用) 3-园区选项 4-公司高管名(暂未使用)
name 名称 String
limit 显示条数 int 默认5条

Response Data

Title Description Type Tips
id id int
name 园区名 string

Log

日期 作者 内容
2022/04/01 张宏伟 新增

编辑时查询会议的报名项

查询会议的报名项

GET: /api/meeting/meetingenroll

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 3550, "apply_id": 2, "tips": "真实姓名", "is_must": 1, "meeting_id": 890000, "list_order": 1, "son_id": 0, "apply_name": "姓名", "option_info": [ "" ], "disable": 0, "third_option_src": "", "parent_id": 0, "belongs_to": 0, "type": 1, "default_value": "爱仕达多" }, { "id": 3553, "apply_id": 26, "tips": "单位类型", "is_must": 1, "meeting_id": 890000, "list_order": 2, "son_id": 0, "apply_name": "单位类型", "option_info": [ "企业", "投资机构", "园区/政府", "科研院所", "高校", "券商", "专家学者" ], "disable": 0, "third_option_src": "", "parent_id": 0, "belongs_to": 0, "type": 8, "default_value": "园区/政府" }, { "id": 3555, "apply_id": 115, "tips": "企业名称", "is_must": 1, "meeting_id": 890000, "list_order": 3, "son_id": 0, "apply_name": "企业名称", "option_info": [ "" ], "disable": 0, "third_option_src": "", "parent_id": 0, "belongs_to": 0, "type": 18, "default_value": "广州阿萨德科技有限公司" }, { "id": 3552, "apply_id": 10, "tips": "职务", "is_must": 1, "meeting_id": 890000, "list_order": 4, "son_id": 0, "apply_name": "职务", "option_info": [ "" ], "disable": 0, "third_option_src": "", "parent_id": 0, "belongs_to": 0, "type": 1, "default_value": "阿萨德" }, { "id": 3551, "apply_id": 3, "tips": "请填写您的手机号,方便我们联系", "is_must": 1, "meeting_id": 890000, "list_order": 5, "son_id": 0, "apply_name": "手机号", "option_info": [ "" ], "disable": 0, "third_option_src": "", "parent_id": 0, "belongs_to": 0, "type": 2, "default_value": "17695666730" }, { "id": 3557, "apply_id": 99, "tips": "默认为不参加", "is_must": 0, "meeting_id": 890000, "list_order": 8, "son_id": 102, "apply_name": "是否参加大咖面对面", "option_info": [ "参加", "不参加" ], "disable": 1, "third_option_src": "/meeting/signupcelebrity", "parent_id": 0, "belongs_to": 0, "type": 12, "default_value": "参加" }, { "id": 3558, "apply_id": 102, "tips": "存放大咖面对面信息", "is_must": 0, "meeting_id": 890000, "list_order": 9, "son_id": 0, "apply_name": "大咖面对面信息", "option_info": [ "" ], "disable": 1, "third_option_src": "", "parent_id": 99, "belongs_to": 0, "type": 11, "default_value": [ { "company": "北京百度网讯科技有限公司", "person": "李彦宏", "reason": "我去" } ] }, { "id": 3562, "apply_id": 106, "tips": "默认为不参加", "is_must": 0, "meeting_id": 890000, "list_order": 13, "son_id": 107, "apply_name": "是否参加园区面对面", "option_info": [ "参加", "不参加" ], "disable": 1, "third_option_src": "/meeting/signuppark", "parent_id": 0, "belongs_to": 0, "type": 12, "default_value": "参加" }, { "id": 3563, "apply_id": 107, "tips": "存放园区面对面信息", "is_must": 0, "meeting_id": 890000, "list_order": 14, "son_id": 0, "apply_name": "园区面对面信息", "option_info": [ "" ], "disable": 1, "third_option_src": "", "parent_id": 106, "belongs_to": 0, "type": 11, "default_value": [ { "park": "厦门海沧", "content": "机构投资落地,园区其他合作,企业项目落地" } ] }, { "id": 3566, "apply_id": 111, "tips": "默认为不参加", "is_must": 0, "meeting_id": 890000, "list_order": 18, "son_id": 112, "apply_name": "是否参加校友论坛", "option_info": [ "参加", "不参加" ], "disable": 1, "third_option_src": "/meeting/signupalumni", "parent_id": 0, "belongs_to": 0, "type": 12, "default_value": "参加" }, { "id": 3567, "apply_id": 112, "tips": "存放校友会信息", "is_must": 0, "meeting_id": 890000, "list_order": 19, "son_id": 0, "apply_name": "校友论坛信息", "option_info": [ "" ], "disable": 1, "third_option_src": "", "parent_id": 111, "belongs_to": 0, "type": 11, "default_value": [ { "school": "天津大学", "className": "0404" } ] }, { "id": 3570, "apply_id": 116, "tips": "是否参加分析师大会", "is_must": 0, "meeting_id": 890000, "list_order": 22, "son_id": 0, "apply_name": "是否参加分析师大会", "option_info": [ "是", "否" ], "disable": 0, "third_option_src": "", "parent_id": 0, "belongs_to": 0, "type": 8, "default_value": "否" } ], "timestamp": 1649304222, "logId": -616873433 }

提交报名时的格式同报名页提交格式

HTTP Request

/api/meeting/meetingenroll

Request Parameters

Parameter Description Type Required Explain
source 来源 String
meeting_id 会议id int
sku_id 票种ID int 某种业务场景根据票种ID下发特定选项信息
order_num 用户订单号 String

Response Data

Title Description Type Tips
id 关系ID Int
apply_id 表单ID Int
apply_name 名称 String
is_must 是否是每场会议必带的报名项 Int
tips 提示信息 String
type 类型 见下表 Int
option_info 下拉框选择用 string
list_order 排序之 Int
parent_id 所属的父报名项 Int
default_value 默认值 string\ obj
show_value 展示值 string type=21时 会下发此字段信息用来展示嘉宾身份的图片
son_id 子项id Int 当前项的子项id
third_option_keyword 第三方数据来源关键词 String 第三方报名表单的数据接口传递的route name
disable 是否可编辑 Int 1-不可编辑 0-可以编辑
max_length 字段长度限制 Int 0-不限制 大于0则进行长度限制

Type

TYPE_ID Description
1 文本输入
2 数字输入
3 日期选择框
4 邮箱输入框
5 多行文本
6 单选按钮
7 多选按钮
8 下拉选择
9 上传按钮
11 数据项集合(不展示为表单元素)
12 点击跳转第二页
18 外部源下拉框
19 外部多选框(APP、H5) 多选框平铺(PC。与Type为7的情况一致)
20 外部源下拉框及额外开关按钮(APP、H5) 多个input框及额外开关按钮(PC)
21 人脸信息采集框 (PC不下发此项)
待定

Log

日期 作者 内容
2022/04/06 张宏伟 修改添加支持新峰会
2023/03/03 朱思嘉 第七届峰会支持

许愿墙相关

许愿墙基础信息接口

获取许愿墙的信息

GET: api/weixin/wishboard

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "count": 9 }, "timestamp": 1628673289, "logId": -2125866455 }

HTTP Request

api/weixin/wishboard

Request Parameters

Parameter Description Type Required Explain
secret 获取密钥 String 其他接口非页面调用时,无法用js生成密钥,可以通过这个接口获取一下

Response Data

Title Description Type Tips
count 祝福数量 Int
secret 密钥(前端不使用,仅测试用) String

Log

日期 作者 内容
2021/08/11 易初 新增

已发布祝福列表接口

从id为18的数据后,加载更多的8条信息

GET: /api/weixin/wishlist?limit=8&after_id=18

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 19, "form": "我8", "to": "你", "content": "好啊后的", "date": "2021-08-11", "like": 0 }, { "id": 18, "form": "我7", "to": "你", "content": "好啊后的", "date": "2021-08-11", "like": 0 }, { "id": 17, "form": "我6", "to": "你", "content": "好啊后的", "date": "2021-08-11", "like": 0 }, { "id": 16, "form": "我2", "to": "你", "content": "好啊后的", "date": "2021-08-11", "like": 0 }, { "id": 15, "form": "我1", "to": "你", "content": "好啊后的", "date": "2021-08-11", "like": 0 } ], "timestamp": 1628673782, "logId": -2076575429 }

HTTP Request

/api/weixin/wishlist

Request Parameters

Parameter Description Type Required Explain
source 来源 String
limit 每页数量 Int
after_id 加载更多 Int

Response Data

Title Description Type Tips
id ID Int
from 发布人 String
to 接收人 String
content 内容 String
date 时间 String
like 点赞次数 Int

Log

日期 作者 内容
2021/08/11 易初 新增

许愿墙发布信息接口

发布一条消息

GET: /api/weixin/pushwish?from=asdqwe1231&to=%E4%BD%A0&content=%E5%A5%BD%E5%95%8A%E5%90%8E%E7%9A%84&secret=0zp9RjOhRhmLuLZktWZCkTq8zZcHzmj7%5C%2Fy88EA2KerQ%3D

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": 23, "timestamp": 1628674212, "logId": -2033605712 }

HTTP Request

api/weixin/pushwish

Request Parameters

Parameter Description Type Required Explain
secret 密钥 String 其他接口非页面调用时,无法用js生成密钥,可以通过wishboard接口获取一下
from 发布人 String
to 接收人 String
content 内容 String

Response Data

Title Description Type Tips
data 祝福ID Int

Log

日期 作者 内容
2021/08/11 易初 新增

许愿墙点赞信息接口

点赞ID为21的信息

GET: /api/weixin/likewish?wish_id=21&secret=VqKW3xE5zo1swH5r94SthXB1eq%5C%2FOO9BFxruVbQ7QU2E%3D

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": 1, "timestamp": 1628674638, "logId": -1991010714 }

HTTP Request

api/weixin/likewish

Request Parameters

Parameter Description Type Required Explain
secret 密钥 String 其他接口非页面调用时,无法用js生成密钥,可以通过wishboard接口获取一下
wish_id 祝福ID Int

Response Data

Log

日期 作者 内容
2021/08/11 易初 新增

概念股相关接口

公司详情页数据流接口

HTTP Request

/api/stock/listfeedstream

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "news_id": 769180, "category_id": 117, "sub_category_id": 0, "user_id": 1, "author2": 0, "promulgator_id": 720831, "published_id": 1, "source_author": 1, "news_type": 1, "news_title": "咨询标题(YSQ测试)", "subtitle": "咨询短标题(YSQ测试)", "intro": "资讯摘要(YSQ测试)", "published_time": "1629354600", "last_comment_time": 0, "view_num": 199, "like_num": 0, "unlike_num": 0, "comment_num": 0, "collect_num": 0, "news_top": 1, "news_essence": 1, "allow_comment": 1, "cover": "http://s.laoyaoba.com/jwImg/newsCover/2021/08/19/16293544848116.jpeg?imageView2/1/w/270/h/180", "status": 5, "update_time": "1629354600", "create_time": "1629354600", "news_source": 1, "reprint_source": "", "name_source": "", "is_extra_link": 0, "extra_link": "", "search_tags": "ysq,豪森股份", "micro_time": 1629354600, "refresh_time": "1629354600", "is_rss": 2, "is_wx": 0, "is_project": 0, "project_id": 0, "project_category_id": 0, "video_info": null, "has_tts": 0, "show_audio": 0, "audio_info": null, "is_vip": 0, "vip_view_num": 44, "language_type": 1, "seo_intro": "SEO简介(YSQ测试)", "seo_keywords": "SEO关键词(YSQ测试)", "show_author": 0, "price": 0, "share_url": "http://jiweidev.jiweinet.com/html/share/news?source=pc&news_id=769180", "user_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "tag_list": [ { "id": 1018860, "tag_name": "YSQ", "news_id": 769180 }, { "id": 1018861, "tag_name": "豪森股份", "news_id": 769180 } ], "category_name": "概念股", "category_list": [ { "news_id": 769180, "category_id": 117, "category_name": "概念股" } ], "news_images": { "news_id": 769180, "attachment_content": "[]" }, "promulgator_info": { "nickname": "vera", "id": 720831, "avatar": "http://s.laoyaoba.com/jwImg/slideItem/2019/03/13/15524440769398.jpg?imageView2/2/w/90/h/90", "intro": "" }, "published_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "is_advert": 0, "is_top": false, "is_buy": false, "is_liked": 0, "is_follow": 0, "is_attention": 0, "is_unlike": 0, "unique_code": "210922974596271499", }, { "news_id": 769176, "category_id": 117, "sub_category_id": 0, "user_id": 1, "author2": 0, "promulgator_id": 720831, "published_id": 1, "source_author": 1, "news_type": 1, "news_title": "概念股置顶测试", "subtitle": "测试测试测试测试测试测试", "intro": "", "published_time": "1629354600", "last_comment_time": 0, "view_num": 145, "like_num": 0, "unlike_num": 0, "comment_num": 0, "collect_num": 0, "news_top": 1, "news_essence": 0, "allow_comment": 1, "cover": "http://s.laoyaoba.com/jwImg/gallery/2018/11/16/15423076892831.jpeg?imageView2/1/w/270/h/180", "status": 5, "update_time": "1629354600", "create_time": "1629354600", "news_source": 1, "reprint_source": "", "name_source": "", "is_extra_link": 0, "extra_link": "", "search_tags": "华润微", "micro_time": 1629354600, "refresh_time": "1629354600", "is_rss": 2, "is_wx": 0, "is_project": 0, "project_id": 0, "project_category_id": 0, "video_info": null, "has_tts": 0, "show_audio": 0, "audio_info": null, "is_vip": 0, "vip_view_num": 46, "language_type": 1, "seo_intro": "", "seo_keywords": "", "show_author": 1, "price": 0, "share_url": "http://jiweidev.jiweinet.com/html/share/news?source=pc&news_id=769176", "user_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "tag_list": [ { "id": 1018856, "tag_name": "华润微", "news_id": 769176 } ], "category_name": "概念股", "category_list": [ { "news_id": 769176, "category_id": 117, "category_name": "概念股" } ], "news_images": { "news_id": 769176, "attachment_content": "[]" }, "promulgator_info": { "nickname": "vera", "id": 720831, "avatar": "http://s.laoyaoba.com/jwImg/slideItem/2019/03/13/15524440769398.jpg?imageView2/2/w/90/h/90", "intro": "" }, "published_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "is_advert": 0, "is_top": false, "is_buy": false, "is_liked": 0, "is_follow": 0, "is_attention": 0, "is_unlike": 0, "unique_code": "210922986251929776" }, { "news_id": 769139, "category_id": 117, "sub_category_id": 372, "user_id": 1, "author2": 0, "promulgator_id": 720831, "published_id": 1, "source_author": 1, "news_type": 1, "news_title": "原标题:习近平将出席全球健康峰会(vip新)", "subtitle": "原标题:习近平将出席全球健康峰会(vip新)", "intro": "新vip资讯", "published_time": "1629354600", "last_comment_time": 0, "view_num": 805, "like_num": 4, "unlike_num": 0, "comment_num": 0, "collect_num": 1, "news_top": 0, "news_essence": 0, "allow_comment": 1, "cover": "http://s.laoyaoba.com/jwImg/gallery/2018/11/08/1541677754876.jpeg?imageView2/1/w/270/h/180", "status": 5, "update_time": "1629354600", "create_time": "1629354600", "news_source": 1, "reprint_source": "", "name_source": "", "is_extra_link": 0, "extra_link": "", "search_tags": "测试,华峰测控", "micro_time": 1629354600, "refresh_time": "1629354600", "is_rss": 2, "is_wx": 0, "is_project": 0, "project_id": 0, "project_category_id": 0, "video_info": null, "has_tts": 0, "show_audio": 0, "audio_info": null, "is_vip": 1, "vip_view_num": 20, "language_type": 1, "seo_intro": "", "seo_keywords": "", "show_author": 0, "price": 0, "share_url": "http://jiweidev.jiweinet.com/html/share/news?source=pc&news_id=769139", "user_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "tag_list": [ { "id": 1018788, "tag_name": "测试", "news_id": 769139 }, { "id": 1018835, "tag_name": "华峰测控", "news_id": 769139 } ], "category_name": "概念股", "category_list": [ { "news_id": 769139, "category_id": 117, "category_name": "概念股" }, { "news_id": 769139, "category_id": 372, "category_name": "中信证券" } ], "news_images": { "news_id": 769139, "attachment_content": "[\"http:\\/\\/s.laoyaoba.com\\/jwImg\\/third\\/2021\\/05\\/20\\/16214927307827.jpg?imageView2\\/1\\/w\\/270\\/h\\/180\"]" }, "promulgator_info": { "nickname": "vera", "id": 720831, "avatar": "http://s.laoyaoba.com/jwImg/slideItem/2019/03/13/15524440769398.jpg?imageView2/2/w/90/h/90", "intro": "" }, "published_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "is_advert": 0, "is_top": false, "is_buy": false, "is_liked": 0, "is_follow": 0, "is_attention": 0, "is_unlike": 0, "unique_code": "210922986252083073" }, { "news_id": 682185, "category_id": 117, "sub_category_id": 386, "user_id": 1, "author2": 0, "promulgator_id": 720831, "published_id": 1, "source_author": 1, "news_type": 0, "news_title": "测试标签数量", "subtitle": "测试标签数量", "intro": "", "published_time": "1629354600", "last_comment_time": 0, "view_num": 5, "like_num": 0, "unlike_num": 0, "comment_num": 0, "collect_num": 0, "news_top": 0, "news_essence": 0, "allow_comment": 1, "cover": "", "status": 5, "update_time": "1629354600", "create_time": "1629354600", "news_source": 1, "reprint_source": "", "name_source": "", "is_extra_link": 0, "extra_link": "", "search_tags": "测试,测试,测试,测试,测试", "micro_time": 1629354600, "refresh_time": "1629354600", "is_rss": 2, "is_wx": 0, "is_project": 0, "project_id": 0, "project_category_id": 0, "video_info": null, "has_tts": 0, "show_audio": 0, "audio_info": null, "is_vip": 0, "vip_view_num": 13, "language_type": 1, "seo_intro": "", "seo_keywords": "", "show_author": 0, "price": 0, "share_url": "http://jiweidev.jiweinet.com/html/share/news?source=pc&news_id=682185", "user_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "tag_list": [ { "id": 1017954, "tag_name": "测试", "news_id": 682185 }, { "id": 1017957, "tag_name": "测试", "news_id": 682185 }, { "id": 1017960, "tag_name": "测试", "news_id": 682185 }, { "id": 1017963, "tag_name": "测试", "news_id": 682185 }, { "id": 1017975, "tag_name": "测试", "news_id": 682185 } ], "category_name": "概念股", "category_list": [ { "news_id": 682185, "category_id": 117, "category_name": "概念股" }, { "news_id": 682185, "category_id": 386, "category_name": "兴业证券" } ], "news_images": { "news_id": 682185, "attachment_content": "[]" }, "promulgator_info": { "nickname": "vera", "id": 720831, "avatar": "http://s.laoyaoba.com/jwImg/slideItem/2019/03/13/15524440769398.jpg?imageView2/2/w/90/h/90", "intro": "" }, "published_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "is_advert": 0, "is_top": false, "is_buy": false, "is_liked": 0, "is_follow": 0, "is_attention": 0, "is_unlike": 0, "unique_code": "210922986252230115" } ], "timestamp": 1608197744, "logId": 3925387744 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
company_id 公司Id int 公司ID
status_id 状态ID int 状态ID
limit 每页展示多少条数据 int limit=20
token 用户信息 string token=ssjlljlll123%%
page 资讯列表前端下拉加载更多时,计算page参数,后端用于分发广告数据 int page=1(第一页传1)

Response Data

Title Description Type Tips
new_id 资讯ID int 资讯id
category_id 资讯主分类id int 资讯主分类id
sub_category_id 副栏目id int 副栏目id
user_id 作者id int 作者id
author2 第二供稿人 string 第二供稿人
promulgator_id 添加资讯者id int 添加资讯者id
published_id 责编ID int 责编ID
source_author 供稿人id int 供稿人id
news_type 资讯类型,默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告 int 资讯类型,默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
news_title 标题 string 标题
subtitle 副标题 string 副标题
intro 资讯介绍 string 资讯介绍
published_time 发布时间 string 发布时间
last_comment_time 最后评论时间 string 最后评论时间
view_num 查看数量 int 查看数量
like_num 点赞数量(顶) int 点赞数量(顶)
unlike_num 踩的数量 int 踩的数量
comment_num 评论数量 int 评论数量
collect_num 收藏量 int 收藏量
news_top 置顶等级(默认0,1,2,3,4) int 置顶等级(默认0,1,2,3,4)
news_essence 精华等级(默认0,1,2,3,4) int 精华等级(默认0,1,2,3,4)
allow_comment 是否允许评论,1-允许,0-不允许 int 是否允许评论,1-允许,0-不允许
cover 主封面 string 主封面
status 状态,1-编辑中,2-草稿箱,3-待审,4-资源库,5-已发布,0-删除 int 状态,1-编辑中,2-草稿箱,3-待审,4-资源库,5-已发布,0-删除
update_time 最后更新时间 string 最后更新时间
create_time 创建时间 string 创建时间
news_source 来源,1-原创,2-转载 int 来源,1-原创,2-转载
reprint_source 转载来源地址(兼专题视频链接)string 转载来源地址(兼专题视频链接)
name_source 转载来源名称(专题极光推送链接) string 转载来源名称(专题极光推送链接)
is_extra_link 是否站外链接,默认0为否,1-站外链接 int 是否站外链接,默认0为否,1-站外链接
extra_link 站外链接地址(兼专题视频封面图) string 站外链接地址(兼专题视频封面图)
search_tags 用于搜索的tag,小写逗号分割 string 用于搜索的tag,小写逗号分割
micro_time 编辑自定义的发布时间戳 string 编辑自定义的发布时间戳
refresh_time 刷新时间(前台按此字段排序) string 刷新时间(前台按此字段排序)
is_rss 是否允许RSS订阅1-允许 2-不允许 int 是否允许RSS订阅1-允许 2-不允许
is_wx 是否展示到小程序(默认0不展示,1展示) int 是否展示到小程序(默认0不展示,1展示)
is_project 是否是专题资讯,0否,1是 int 是否是专题资讯,0否,1是
project_id 所属父极专题资讯id int 所属父极专题资讯id
project_category_id 资讯所属专题的子分类 int 资讯所属专题的子分类
video_info 视频信息json string 视频信息json
has_tts 是否转换语音 0 未 1 转换 int 是否转换语音 0 未 1 转换
show_audio 音频开关 0 关 1 开 int 音频开关 0 关 1 开
audio_info 音频信息(兼容新版专题头图) string 音频信息(兼容新版专题头图)
is_vip 是否VIP,0否,1是 int 是否VIP,0否,1是
vip_view_num vip阅读量 int vip阅读量
language_type 语言类型:默认1中文,2英文 int 语言类型:默认1中文,2英文
seo_intro seo简介 string seo简介
seo_keywords seo关键词 string seo关键词
show_author 0展示作者,1展示第一二供稿人 string 0展示作者,1展示第一二供稿人
price 价格单位分 int 价格单位分
share_url 专题分享链接 string 专题分享链接
user_info 用户详情 user_info:Object 用户详情
tag_list 标签列表 list:Array 标签列表
category_name 分类名称 string category_name
category_list 分类列表 list:Array 分类列表
news_images 图片列表 news_images:Object 图片列表
promulgator_info 发布者信息,一维数组 promulgator_info:Object 发布者信息,一维数组
published_info 责编相关信息 published_info:Object 责编相关信息
is_advert 是否是广告,1是,0否, int 是否是广告,1是,0否,
is_top true展示置顶样式,false否 boolan true展示置顶样式,false否
is_buy "true已购,false否" boolan "true已购,false否"
is_liked "是否点赞,1-是,0否" int "是否点赞,1-是,0否"
is_follow 是否收藏,1-是,0否 int 是否收藏,1-是,0否
is_attention 是否关注,1-是,0否 int 是否关注,1-是,0否
is_unlike 是否踩,1-是,0否 int 是否踩,1-是,0否
unique_code 唯一编码 int 唯一编码

user_info Object

Title Description Type Tips
nickname 作者 string 作者
id 作者ID int 作者ID
avatar 头像 string 作者头像
intro 简介 string 简介

tag_list Array

Title Description Type Tips
id 标签ID int 标签ID
tag_name 标签名称 string 标签名称
news_id 资讯ID int 资讯ID

category_list Array

Title Description Type Tips
news_id int 资讯ID
category_id 分类id int 分类id
category_name 分类名称 string 分类名称

news_images Object

Title Description Type Tips
news_id int 资讯ID
attachment_content 列表 string [\"http:\/\/s.laoyaoba.com\/jwImg\/third\/2021\/05\/20\/16214927307827.jpg?imageView2\/1\/w\/270\/h\/180\"]

promulgator_info Object

Title Description Type Tips
nickname 名称 string 名称
id 发布者ID int 发布者ID
avatar 头像 string 头像
intro 简介 string 简介

published_info Object

Title Description Type Tips
nickname 名称 string 名称
id 责编ID int 责编ID
avatar 头像 string 头像
intro 简介 string 简介

Log

日期 作者 内容
2021/09/17 李世星 新增

获取概念股IPO募资状态列表

HTTP Request

/api/stock/companystatus

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "notListed": [ { "id": -1, "name": "全部" }, { "id": 1, "name": "辅导", "is_listed": 0, "label": "faaas", "color": "#00d7d7" }, { "id": 2, "name": "受理", "is_listed": 0, "label": null, "color": "#0096d7" }, { "id": 3, "name": "问询", "is_listed": 0, "label": null, "color": "#0096d7" }, { "id": 4, "name": "上会", "is_listed": 0, "label": null, "color": "#0096d7" }, { "id": 5, "name": "注册", "is_listed": 0, "label": null, "color": "#0096d7" }, { "id": 6, "name": "上市", "is_listed": 0, "label": null, "color": "#0096d7" } ], "Listed": [ { "id": -1, "name": "全部" }, { "id": 7, "name": "申报", "is_listed": 1, "label": null, "color": "#0096d7" }, { "id": 8, "name": "受理", "is_listed": 1, "label": null, "color": "#0096d7" }, { "id": 9, "name": "问询", "is_listed": 1, "label": null, "color": "#0096d7" }, { "id": 10, "name": "审议", "is_listed": 1, "label": null, "color": "#0096d7" }, { "id": 11, "name": "注册", "is_listed": 1, "label": null, "color": "#0096d7" }, { "id": 12, "name": "定增", "is_listed": 1, "label": null, "color": "#0096d7" } ] }, "timestamp": 1632637416, "logId": -850180660 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc

Response Data

Title Description Type Tips
lists 状态列表 Array 上市状态列表
notListed 状态列表 Array 未上市状态列表

notListed Array

Title Description Type Tips
notListed 状态类型 string 未上市
Listed 状态类型 string 上市

Listed Array

Title Description Type Tips
id 状态ID int
name 状态名称 string
is_listed 是否上市 tinyint 0未上市 1上市
label 注释 string 注释
color 颜色 string 状态代表颜色#FFFFFF

Log

日期 作者 内容
2021/09/17 李世星 新增
2021/09/23 张宏伟 修改
2021/09/26 张宏伟 添加全部字段

获取公司IPO和上市募资列表

HTTP Request

/api/stock/companylist

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 39, "is_listed": 0, "company_id": 58, "created_at": "2021-09-27 11:31:32", "stock_name": "深圳机场", "stock_num": "sz000089", "stock_code": "000089.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "", "addtime": "2020-11-05 15:15:35", "is_down": 1, "accepted_time": 1632713492, "news_id": 769173, "news_title": "新添加竖屏视频", "status_id": 1, "status_name": "辅导", "status_color": "#00d7d7" }, { "id": 11, "is_listed": 0, "company_id": 34, "created_at": "2021-09-26 15:31:19", "stock_name": "深大通", "stock_num": "sz000038", "stock_code": "000038.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "", "addtime": "2020-11-05 15:15:30", "is_down": 1, "accepted_time": 1632641208, "news_id": 769178, "news_title": "新加增信", "status_id": 3, "status_name": "问询", "status_color": "#0096d7" }, { "id": 10, "is_listed": 0, "company_id": 33, "created_at": "2021-09-26 15:29:53", "stock_name": "深南电A", "stock_num": "sz000037", "stock_code": "000037.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "", "addtime": "2020-11-05 15:15:30", "is_down": 1, "accepted_time": 1632638897, "news_id": 49, "news_title": "绿色高通和华为平组织5gxg", "status_id": 3, "status_name": "问询", "status_color": "#0096d7" }, { "id": 5, "is_listed": 0, "company_id": 4, "created_at": "2021-09-26 14:44:33", "stock_name": "平安银行", "stock_num": "sz000001", "stock_code": "000001.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "", "addtime": "2020-11-05 15:15:25", "is_down": 1, "accepted_time": 1632638725, "news_id": 54, "news_title": "中国最早雕刻艺术品在河南被发现", "status_id": 4, "status_name": "上会", "status_color": "#0096d7" }, { "id": 3, "is_listed": 0, "company_id": 3, "created_at": "2021-09-18 17:28:33", "stock_name": "上证指数", "stock_num": "sh000001", "stock_code": "000001.SH", "stock_area": "上海", "stock_type": 2, "stock_number": "", "addtime": "2020-10-28 17:42:35", "is_down": 1, "accepted_time": 1632637987, "news_id": 60, "news_title": "青海人体造型古陶器 具有非常高的文物价值(图)", "status_id": 1, "status_name": "辅导", "status_color": "#00d7d7" }, { "id": 2, "is_listed": 0, "company_id": 2, "created_at": "2021-09-18 17:28:18", "stock_name": "深证成指", "stock_num": "sz399001", "stock_code": "399001.SZ", "stock_area": "深圳", "stock_type": 2, "stock_number": "", "addtime": "2020-10-28 18:55:20", "is_down": 1, "accepted_time": 1631959069, "news_id": 57, "news_title": "南京有望新增200国宝 4万余文物将接受定级(图)", "status_id": 1, "status_name": "辅导", "status_color": "#00d7d7" }, { "id": 6, "is_listed": 0, "company_id": 5, "created_at": "2021-09-26 14:44:57", "stock_name": "万科A", "stock_num": "sz000002", "stock_code": "000002.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "12", "add_time": "2020-11-05 15:15:25", "is_down": 1, "accepted_time": 0, "news_id": 0, "news_title": null, "status_id": 5, "status_name": "注册", "status_color": "#0096d7" }, { "id": 12, "is_listed": 0, "company_id": 13, "created_at": "2021-09-26 15:31:28", "stock_name": "深物业A", "stock_num": "sz000011", "stock_code": "000011.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "", "add_time": "2020-11-05 15:15:27", "is_down": 1, "accepted_time": 0, "news_id": 0, "news_title": null, "status_id": 4, "status_name": "上会", "status_color": "#0096d7" }, { "id": 13, "is_listed": 0, "company_id": 24, "created_at": "2021-09-26 15:31:49", "stock_name": "深圳能源", "stock_num": "sz000027", "stock_code": "000027.SZ", "stock_area": "深圳", "stock_type": 0, "stock_number": "", "add_time": "2020-11-05 15:15:29", "is_down": 1, "accepted_time": 0, "news_id": 0, "news_title": null, "status_id": 6, "status_name": "上市", "status_color": "#0096d7" } ], "timestamp": 1632726829, "logId": -498801362 }

Request Parameters

Parameter Description Type Required Explain
source 来源 string
stock_status 是否上市 int 是否上市 0未上市/1上市
listed_status IPO、上市募资状态ID int
limit 每页展示条数 int 概念股入口页参数传3,列表页按正常展示条数传参
page 页码 int

Response Data

Title Description Type Tips
id 记录ID int 相关咨询记录ID
is_listed 是否上市 int 是否上市 0未上市/1上市
company_id 公司ID int 公司ID
created_at 添加时间 timestamp 添加时间
stock_name 公司名称 string 公司名称
stock_num 股票编号 string 股票编号
stock_code 股票代码 string 股票代码
stock_area 股票地区 string 股市地区(上海、深圳、香港)
stock_type 股票类型 int '0:普通股票 1:集微指数 2:大盘股'
stock_number 股权数 string 股权数(单位:个)
add_time 股票公司创建时间 timestamp 股票公司创建时间
is_down 公司股票是否拉取过数据 int 公司股票是否拉取过数据 0-否 1-是
accepted_time 受理时间 string 当前状态受理时间 字段为 0 代表为空
news_id 新闻资讯id int 新闻资讯id 字段为 0 代表为空
news_title 新闻资讯标题 string 新闻资讯标题
status_id 状态id int 状态id 字段为 0 代表为空
status_name 状态名 string 状态名
status_color 状态展示颜色 string 状态展示颜色

Log

日期 作者 内容
2021/09/17 李世星 新增
2021/09/23 张宏伟 修改
2021/09/27 张宏伟 修改整体逻辑,新增股票代码字段

获取指定公司的IPO状态和上市募资的详情

HTTP Request

/api/stock/listedprocess

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "辅导", "is_complete": 1 }, { "id": 2, "name": "受理", "is_complete": 1 }, { "id": 3, "name": "问询", "is_complete": 1 }, { "id": 4, "name": "上会", "is_complete": 0 }, { "id": 5, "name": "注册", "is_complete": 0 }, { "id": 6, "name": "上市", "is_complete": 0 } ], "timestamp": 1608197744, "logId": -980950898 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
company_id 公司ID int

Response Data

Title Description Type Tips
id 状态ID int IPO和募资相关ID
name 状态 string 当前状态名称
is_complete 是否已经完成 int 是否已经完成当前状态

Log

日期 作者 内容
2021/09/17 李世星 新增

首页相关数据

HTTP Request

/api/stock/entrancenews

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "news_id": 213, "is_listed": 0, "news_title": "新闻标题", "news_create_time": "1243483821", "news_publish_time": "1243483821", "news_view_num": 36800, "news_cover": "http://xxx.com.cn/ss6/attachments/2009/06/1_200906020637391SYmq.jpg" "company_id": 145, "company_name": "思尔芯", "company_stock_num": "sz399001" }, { "news_id": 214, "is_listed": 0, "news_title": "新闻标题", "news_create_time": "1243483821", "news_publish_time": "1243483821", "news_viewNum": 2121, "news_cover": "http://xxx.com.cn/ss6/attachments/2009/06/1_200906020637391SYmq.jpg" "company_id": 146, "company_name": "卡莱特", "company_stock_num": "sz399001" }, { "news_id": 216, "is_listed": 1, "news_title": "新闻标题", "news_create_time": "1243483821", "news_publish_time": "1243483821", "news_view_num": 36800, "newsCover": "http://xxx.com.cn/ss6/attachments/2009/06/1_200906020637391SYmq.jpg" "company_id": 148, "company_name": "拓荆科技", "company_stock_num": "sz399001" }, { "news_id": 217, "is_listed": 1, "news_title": "新闻标题", "news_create_time": "1243483821", "news_publish_time": "1243483821", "news_view_num": 2121, "news_cover": "http://xxx.com.cn/ss6/attachments/2009/06/1_200906020637391SYmq.jpg" "company_id": 147, "company_name": "小皮", "company_stock_num": "sz399001" } ], "timestamp": 1608197744, "logId": -980950898 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
limit 每页数据 int 默认 4条
page 当前页数 int 默认 1

Response Data

Title Description Type Tips
news_id 资讯ID int 本条信息资讯ID
is_listed 是否上市 int 是否上市 0未上市/1上市
news_title 资讯标题 string 本条资讯标题
news_create_time 资讯添加时间 string 资讯添加时间
news_publish_time 咨询发布时间 string 咨询发布时间
news_view_num 资讯观看人数 int 本条资讯观看人数
news_cover 咨询cover图 string 本条资讯cover图
company_id 公司ID int 相关公司公司ID
company_name 公司名称 string 相关公司名称
company_stock_num 相关公司股票编码 string 相关公司股票编码
company_stock_code 相关公司股票代码 string 相关公司股票代码
company_stock_area 相关公司地区 string 相关公司地区

Log

日期 作者 内容
2021/09/17 李世星 新增

股票搜索接口

HTTP Request

/api/stock/search

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "id": 1, "stock_code": "00700.HK", "stock_area": "香港", "stock_name": "腾讯控股", "is_own": false, "is_listed": 1, "stock_num": "hk00700", } ], }, "timestamp": 1527151917, "logId": 3334620831 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
query 搜索词 int query=‘上证指数’
token 用户信息 int token=sdsdsdsfds
type 类型 int type=1热门推荐
limit 条数 int 默认 10
page 页数 int 默认 1

Response Data

Title Description Type Tips
id 股票主键id int 股票主键id
stock_code 股票代码 string 股票代码
stock_area 股票地区 string 股票地区
stock_name 股票名称 string 股票名称
is_listed 是否上市 int 0 为未上市 1 为上市
is_own 咨询发布时间 boolan 是否已拥有:true是,false否
stock_num 用于新浪接口请求 string 用于新浪接口请求

Log

日期 作者 内容
2020/10/28 eric 新增
2021/09/26 李世星 修改

首页专题、直播、会议模块排序接口

HTTP Request

/api/message/modelsort

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "model_name": "重磅专题", "model_type": "special" }, { "model_name": "视频直播", "model_type": "video" }, { "model_name": "会议活动", "model_type": "meeting" }, { "model_name": "集微洞察", "model_type": "stock" } ] }, "timestamp": 1632646881, "logId": 2243814724 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
version 版本信息 int 新版使用 68

Response Data

Title Description Type Tips
model_name 模块名称 string 模块名称
model_type 模块类型 string 模块类型

Log

日期 作者 内容
2020/12/29 Eric 新增
2021/09/26 李世星 修改

微信相关接口

获取小程序登录后sessionKey

获取小程序登录后sessionKey

GET: api/weixin/wxxcxtoken

HTTP Request

api/weixin/wxxcxtoken

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "成功", "data": { "open_id": "tiihtNczf5", "session_key": "tiihtNczf5v6AKRyjwEUhQ==" }, "timestamp": 1468412111, "logid": "0911796446" }

Request Parameters

Parameter Description Type Required Explain
source 来源 String
code 微信或小程序登录后返回用户登录凭证 String

Response Data

Title Description Type Tips
open_id 用户唯一标识 string
session_key 会话密钥 string

Log

日期 作者 内容
2021/11/17 lisx 新增
2021/11/24 lisx 修改新增openid参数返回

解密微信敏感信息

解密微信敏感信息

POST: api/weixin/wxdecryption

HTTP Request

api/weixin/wxdecryption

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "成功", "data": { "purePhoneNumber": "13580006666", "countryCode": "86" }, "timestamp": 1468412111, "logid": "0911796446" }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 String 票选应传 weixin_piaoxuan
sessionKey 身份验证 String encodeURIComponent编码
iv 加密算法的初始向量 String encodeURIComponent编码
encryptedData 密文 String encodeURIComponent编码

Response Data

Title Description Type Tips
phoneNumber 手机号 string
countryCode 区号

Log

日期 作者 内容
2019/07/10 曹征 新增

获取微信相关配置信息

获取微信相关配置信息

GET: api/weixin/config

HTTP Request

api/weixin/config

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "app_id": "wx5ce45ed87xxxxx", "wechat_id": "gh_ac1555ec7xxx", "path": "pages/serviceaccount/code?source=app_ios_3.7.3_scene" }, "timestamp": 1696729491, "logId": 2413620359 }
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "app_id": "wxc97be07d22a3eeea" }, "timestamp": 1696730412, "logId": 2505769919 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 String
scene 场景 String information-舆情 场景会回调拼接至小程序path路径中
type 微信平台类型 String default=xcx sub-订阅号 service-服务号 xcx-小程序

Response Data

Title Description Type Tips
app_id 微信appid string
wechat_id 微信账户ID string type=xcx时返回此字段信息
path 小程序跳转路径 string type=xcx时返回此字段信息

Log

日期 作者 内容
2023/10/08 朱思嘉 新增

票选

获取投票者信息

获取投票者信息

GET: api/vote/numberinfo

HTTP Request

api/vote/numberinfo

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "number_id": 576 }, "timestamp": 1637204093, "logId": 2698496295 }

Request Parameters

Parameter Description Type Required Explain
code 身份验证码 String code=8J+QtiDwn5Cw8J+QsPCfkLY= 如果不是 微信小程序的话 那么就给我传 'getUserIp' 这个字符串,我会去检测请求的IP通过IP来判断参与者 ,会根据IP返回给你一个number_id
party_id 活动id Int 活动id
mobile 手机号 String 手机号

Response Data

Title Description Type Tips
number_id 用户ID Int

Log

日期 作者 内容
2019/11/26 Eric 新增
2021/11/18 lisx 修改

获取活动的信息

获取活动的信息

GET: /api/vote/votedetail

请求实例url

/api/vote/votedetail?party_id=1

HTTP Request

api/vote/votedetail

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "party_name": "测试活动", "start_time": "2019-12-18 11:48:00", "end_time": "2019-12-25 14:33:00", "prizes": [ { "id": 6, "prize_name": "企业奖项", "prize_overview": "1111", "prize_type": 2, "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/19/15767238363882.jpeg", "nominee_count": 2, "list_order": 6 }, { "id": 1, "prize_name": "最厉害奖", "prize_overview": "这个奖是个最厉害的人的", "prize_type": 2, "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766389192003.jpeg", "nominee_count": 6, "list_order": 5 }, { "id": 5, "prize_name": "最大", "prize_overview": "11", "prize_type": 1, "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766421692750.jpeg", "nominee_count": 0, "list_order": 4 }, { "id": 3, "prize_name": "嘿嘿嘿!13", "prize_overview": "!111", "prize_type": 2, "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766357565288.jpeg", "nominee_count": 0, "list_order": 3 }, { "id": 4, "prize_name": "哈啥哈", "prize_overview": "阿斯顿吖试点单位", "prize_type": 1, "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/17/15765760308648.jpeg", "nominee_count": 0, "list_order": 2 }, { "id": 2, "prize_name": "哈哈奖", "prize_overview": "111", "prize_type": 1, "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/17/15765746147320.jpeg", "nominee_count": 1, "list_order": 1 } ], "status": "进行中" }, "timestamp": 1576748083, "logId": 2263955240 }

Request Parameters

Parameter Description Type Required Explain
party_id 活动id Int 活动id
show_nominate 判断是否过滤掉没有提名的奖项 Int 0 为显示所有奖项 1为过滤掉没有提名奖项 默认为0

Response Data

data

Title Description Type Tips
party_name 活动名称 string
start_time 投票开始时间 string
end_time 投票结束时间 string
prizes 奖项列表 array
status 活动状态 string

prizes

Title Description Type Tips
id 奖项ID Int
prize_name 奖项名称 string
prize_overview 奖项简介 string
prize_type 奖项提名类型 Int 1个人 2企业
prize_image 奖项图片 string
nominee_count 提名人数 Int
list_order 奖项显示排名顺序 Int

Log

日期 作者 内容
2019/11/26 Eric 新增

获取奖项的提名信息

获取奖项的提名信息

GET: /api/vote/prizedetail

请求实例url

/api/vote/prizedetail?prize_id=1

HTTP Request

api/vote/prizedetail

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "prize_name": "最厉害奖", "prize_type": 2, "prize_overview": "这个奖是个最厉害的人的", "prize_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766389192003.jpeg", "nominee": [ { "id": 3, "nominee_name": "阿松大", "nominee_overview": "!!", "nominee_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766390107337.jpeg", "ticket_count": 0, "list_order": 5, "casted": false }, { "id": 4, "nominee_name": "阿里", "nominee_overview": "阿斯顿", "nominee_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/17/15765758238432.jpeg", "ticket_count": 0, "list_order": 4, "casted": false }, { "id": 2, "nominee_name": "德彪企业", "nominee_overview": "老舅", "nominee_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766403819566.jpeg", "ticket_count": 5, "list_order": 3, "casted": false }, { "id": 6, "nominee_name": "阿里!!!!", "nominee_overview": "阿斯顿!!!!", "nominee_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766471672983.jpeg", "ticket_count": 0, "list_order": 2, "casted": false }, { "id": 1, "nominee_name": "马大帅", "nominee_overview": "整挺厉害的", "nominee_image": "http://s.laoyaoba.com/jwImg/newsCover/2019/12/18/15766389441472.jpeg", "ticket_count": 3, "list_order": 1, "casted": false } ] }, "timestamp": 1576664658, "logId": -1783574977 }

Request Parameters

Parameter Description Type Required Explain
prize_id 活动id Int 活动id
number_id 参与者id Int number=1 如果不传number 则返回结果默认casted永远为false没投过票

Response Data

data

Title Description Type Tips
id 奖项ID Int
prize_name 奖项名称 string
prize_type 类型 Int 类型 2企业 1个人
prize_overview 奖项简介 array
prize_image 奖项图片 string 图片url
nominee 提名人列表 Array

nominee

Title Description Type Tips
id 提名人ID Int
nominee_name 奖项提名名称 string
nominee_overview 奖项提名简介 string
nominee_image 奖项提名图片 String 图片url
ticket_count 奖项提名票数 Int
list_order 奖项提名排序 Int
casted 是否投过票 bool false 未投票 true 已投票

Log

日期 作者 内容
2019/11/26 Eric 新增

投票接口

投票接口

GET: /api/vote/cast

请求实例url

/api/vote/cast?number_id=1&nominee_id=2

HTTP Request

api/vote/cast

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "ticket": 2, "firstCast": false }, "timestamp": 1576745840, "logId": -107833758 }

Request Parameters

Parameter Description Type Required Explain
nominee_id 提名选项ID Int 提名选项ID
number_id 参与者id Int 参与者ID

Response Data

data

Title Description Type Tips
ticket 剩余投票次数 Int
firstCast 是否是第一次投该提名 Bool true 第一次 false 为多次

Log

日期 作者 内容
2019/11/26 Eric 新增
2021/12/09 Lisx 修改新增 firstCast 是否是第一次投该提名

检测微信小程序是否授权

检测微信小程序是否授权

GET: /api/vote/checkempower

请求实例url

/api/vote/checkempower?open_id=tiihtNczf5&party_id=4

HTTP Request

api/vote/checkempower

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "mobile": "13810875748", "name": "微信用户", "name_code": "5b6u5L+h55So5oi3", "number_id": 588, "openid": "tiihtNczf5" }, "timestamp": 1637725880, "logId": 3337573497 }

Response error Body :

Copy to Clipboard
{ "errno": 100088, "errmsg": "暂未获取微信授权", "userInfo": null, "data": {}, "timestamp": 1637726203, "logId": 3369969545 }

Request Parameters

Parameter Description Type Required Explain
open_id 用户唯一标识 String 用户唯一标识
party_id 活动ID Int 活动ID

Response Data

data

Title Description Type Tips
mobile 手机号 String 手机号
name 名称 String 名称
name_code 名称Code String base64Code码
number_id 参与者ID Int 参与者ID
openid 微信用户唯一标号 String 微信用户唯一标号

Log

日期 作者 内容
2021/11/24 Lisx 新增

活动策划

表结构设计

API结构设计

接口设计

表结构设计

新闻水印

给新闻附件增加用户水印

给文件生成pdf水印

GET: api/watermark/produce

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "pdf_path": "http://s.laoyaoba.com/jiWei/waterPdf/1636688802910.pdf" }, "timestamp": 1636688874, "logId": 2716157851 }

HTTP Request

api/watermark/produce

Request Parameters

Parameter Description Type Required Explain
token 签名 String
news_id 新闻ID Int

Response Data

Copy to Clipboard
# 用户签名有误 { "errno": 2000003, "errmsg": "decryption failure", "userInfo": null, "data": {}, "timestamp": 1636689712, "logId": 2799979247 } #资讯不存在 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "errno": 500001, "errmsg": "资讯不存在", "userInfo": null, "data": {}, "timestamp": 1636689739, "logId": 2802701792 }, "timestamp": 1636689739, "logId": 2802701792 } #非VIP用户 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "errno": 6000046, "errmsg": "非VIP用户", "userInfo": null, "data": {}, "timestamp": 1636689739, "logId": 2802701792 }, "timestamp": 1636689739, "logId": 2802701792 } #PDF文件不存在 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "errno": 500001, "errmsg": "非VIP用户", "userInfo": null, "data": {}, "timestamp": 1636689739, "logId": 2802701792 }, "timestamp": 1636689739, "logId": 2802701792 } #用户昵称或手机号为空 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "errno": 9300205, "errmsg": "用户手机号或昵称为空,无法生成PDF水印", "userInfo": null, "data": {}, "timestamp": 1636689739, "logId": 2802701792 }, "timestamp": 1636689739, "logId": 2802701792 } #请求服务端失败 { "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "errno": 100085, "errmsg": "请求失败", "userInfo": null, "data": {}, "timestamp": 1636689739, "logId": 2802701792 }, "timestamp": 1636689739, "logId": 2802701792 }

Log

日期 作者 内容
2021/11/12 朱思嘉 新增

芯赛事评分

数据接口设计

API结构设计

数据表设计

表结构设计

七牛云相关

获取七牛token接口

获取七牛token的信息

GET: api/qiniu/qiniutoken

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "token": "99vFAJy1wVeXiJdSV2BB-VHqOhgKrdRZydXfUv58:drs9HAFxASPlwUYUGSCKErChAU4=:eyJpc1ByZWZpeGFsU2NvcGUiOjEsImluc2VydE9ubHkiOjEsImNhbGxiYWNrVXJsIjoiaHR0cHM6Ly9kZXZ3d3cubGFveWFvYmEuY29tL2FwaS9xaW5pdS9jYWxsYmFjayIsImNhbGxiYWNrSG9zdCI6ImRldnd3dy5sYW95YW9iYS5jb20iLCJjYWxsYmFja0JvZHkiOiJ7XCJmbmFtZVwiOlwiJChmbmFtZSlcIixcImZzaXplXCI6XCIkKGZzaXplKVwiLFwiZnByZWZpeFwiOlwiJChmcHJlZml4KVwiLFwibWltZV90eXBlXCI6XCIkKG1pbWVUeXBlKVwiLFwiZXh0XCI6XCIkKGV4dClcIixcImtleVwiOlwiJChrZXkpXCIsXCJoYXNoXCI6XCIkKGV0YWcpXCIsXCJ3XCI6XCIkKGltYWdlSW5mby53aWR0aClcIixcImhcIjpcIiQoaW1hZ2VJbmZvLmhlaWdodClcIixcImJvZHlfc2hhMVwiOlwiJChib2R5U2hhMSlcIixcImN1c3RvbWVyX3VuaXFfa2V5XCI6XCIkKHg6Y3VzdG9tZXJfdW5pcV9rZXkpXCIsXCJzY29wZVwiOlwiJCh4OnNjb3BlKVwiLFwic291cmNlXCI6XCIkKHg6c291cmNlKVwiLFwic2NlbmVcIjpcIiQoeDpzY2VuZSlcIixcImZpbGVfbmFtZVwiOlwiJCh4OmZpbGVfbmFtZSlcIn0iLCJjYWxsYmFja0JvZHlUeXBlIjoiYXBwbGljYXRpb24vanNvbiIsInNjb3BlIjoiaml3ZWktaW1hZ2VzOmpvYi91c2VyX3JlcG9ydC9kZXZlbG9wbWVudC8yMDIzMDUyNSIsImRlYWRsaW5lIjoxNjg1MDA2NzAwfQ==", "prefix": "job/user_report/development/20230525" }, "timestamp": 1685003100, "logId": 2300568201 }

HTTP Request

api/qiniu/qiniutoken

Request Parameters

Parameter Description Type Required Explain
source 来源 String
scope 哪个业务方上传的,如: job String
scene 场景: 如Feedback(用户反馈) String
token 用户信息 String
policy token策略 int 0默认策略、1使用callback策略(推荐)
private 是否私密 int 0默认否、1是

Response Data

Title Description Type Tips
token 七牛token String
prefix key前缀 String 文件key必须以此为前缀

Log

日期 作者 内容
2022/03/01 张宏伟 新增
2023/03/27 荀立强 修改
1、取消用户token校验(有些表单可能不需要登陆,可能需要一个有效性token,防止滥用)
2、新加token策略参数
2023/05/11 荀立强 新增
scope、scene 参数
2023/07/25 李晓东 新增
private 参数

上传文件到七牛

上传文件到七牛

参考七牛sdk

Copy to Clipboard
{ "data": { "customer_uniq_key": "123010112234812311", "file_name": "111", "fname": "18.jpg", "fsize": "962770", "key": "FjW7LxW1oDx8ARBWdcWjPvyaUsib", "link": "http://s.laoyaoba.com/FjW7LxW1oDx8ARBWdcWjPvyaUsib" }, "errmsg": "SUCCESS", "errno": 0, "logId": 4229600407, "timestamp": 1679911379, "userInfo": null }

HTTP Request

参考七牛sdk

Request Parameters

Parameter Description Type Required Explain
file 要上传的文件 String
key 文件key String 在七牛中不可以重复,所以不建议自定义 (由于某些业务需要指定上传目录,所以推荐key为: key = prefix/md5(x:customer_uniq_key))

1、如果获取token时没指定scene,则不限制key前缀
2、 如果只指定了scene,则key前缀必须为:{scene}/{env}/{date}。如:feedback/development/20230511
3、如果同时指定了scope和scene,则key前缀必须为: {scope}/{scene}/{env}/{date}.如:job/feedback/user_report/development/20230511
{env}:线上为:production,线下为:,development.
scopescene均为非必填参数,此举只为兼容老接口,强烈推荐同时设置这两个字段,方便做文件清理
token 用户信息 String 七牛上传token
x:customer_uniq_key 用户自定义唯一key String 用户自定义唯一key,用该key来获取文件信息,该key是针对文件的,不是针对组件
生成规则:base64encode($(unit_id)_$(is_login)_$(mirco)_$(index))
x:scope 所属业务 String 哪个业务方上传的 job
x:scene 业务场景 String
x:source 来源客户端 String 来源客户端 h5、pc、安卓、ios、小程序
x:file_name 自定义文件名 String

Response Data

Title Description Type Tips
errno 状态 int 0成功 1失败
data FileInfo Object

FileInfo

Title Description Type Tips
customer_uniq_key 用户自定义唯一key,用该key来获取文件信息 String
fname 原始文件名 String
file_name 自定义文件名 String 上传文件流时自定义的文件名,
fsize 文件大小 int
key 文件唯一标识 String
link 文件地址 String

Log

日期 作者 内容
2023/03/27 荀立强 新加

移除上传到七牛云文件

获取七牛token的信息

GET: api/qiniu/removefile

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "info": "delete file success" }, "timestamp": 1670914348, "logId": 2174679591 }

HTTP Request

api/qiniu/removefile

Request Parameters

Parameter Description Type Required Explain Version
source 来源 String 2022 10月 职场迭代
token 用户信息 String 2022 10月 职场迭代
filename 移除空间文件路径 String 2022 10月 职场迭代
soft 是否软删除 Bool true/false 2022 10月 职场迭代

Response Data

Title Description Type Tips
info 删除成功 String

Log

日期 作者 内容
2022/12/13 李世星 新增
2023/04/11 李晓东 新增请求字段

会议活动抽奖

获取会议的抽奖进度

获取投资联盟年会的抽奖进度

GET: api/award/awards?meeting_id=253

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 4, "finish": 0 }, { "id": 3, "finish": 0 }, { "id": 5, "finish": 0 }, { "id": 2, "finish": 0 }, { "id": 6, "finish": 0 }, { "id": 1, "finish": 0 } ], "timestamp": 1639016043, "logId": 3504836678 }

HTTP Request

api/award/awards

Request Parameters

Parameter Description Type Required Explain
meeting_id 活动的ID Int 投资联盟ID为253

Response Data

Title Description Type Tips
id 奖项ID Int
finish 是否完成 (0未完成 1已完成) int 需要定位准备抽取的奖项到列表中首个未完成的奖项上

Log

日期 作者 内容
2021/12/9 易初 新增

获取奖项的详情信息

获取按抽奖顺序排列的奖项1的下一个奖项信息

GET: /api/award/awardinfo?meeting_id=253&after_id=1

获取奖项3的信息

GET: /api/award/awardinfo?meeting_id=253&award_id=3

获取按抽奖顺序排列第一个的奖项

GET: /api/award/awardinfo?meeting_id=253

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "round": 1, "award_name": "一等奖", "level": 1, "name": "一等奖-1", "num": 3, "inventory": 3, "finish": 0, "gift_name": "iPhone 13 Pro Max", "gift_cover": "http:\/\/s.laoyaoba.com\/1.jpg", "gift_prize": "¥13000", "winner": [], "binder": [ "8015", "8019" ] }, "timestamp": 1639017766, "logId": 3677173686 }

HTTP Request

/api/award/awardinfo

Request Parameters

Parameter Description Type Required Explain
meeting_id 活动的ID Int
award_id 奖项ID Int
after_id 顺序排列中加载下一个的奖项ID Int

award_idafter_id都不传值,可以获取按抽奖顺序排列第一个的奖项的信息!

Response Data

Title Description Type Tips
id ID Int
round 奖项所属轮次 Int
award_name 奖品展示名称 String
level 奖项等级(0 特等奖 1 一等奖 2 二等奖以此类推) Int
name 奖项实际名称 一般为 X等奖-轮次 String 不展示本次字段
num 奖品数量 Int
inventory 剩余数量 Int
finish 是否抽取完毕 (0 为结束 1 结束) Int
gift_name 礼物名称 String
gift_cover 礼物图片 String
gift_prize 礼物价格 String
winner 获奖的奖券号码名单 Array 已经获奖的人被剥离抽奖资格仍会显示
binder 内定的得奖者 奖券号码名单 Array 但内定名单中的人被剥离抽奖资格就不会被抽中了,并会在本数组中消失

Log

日期 作者 内容
2021/12/9 易初 新增

生成获奖码接口

抽取奖项3的获奖人

GET: /api/award/yield?meeting_id=253&award_id=3

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "code": "8011", "current_award": { "id": 3, "round": 2, "award_name": "三等奖", "level": 3, "name": "三等奖-2", "num": 5, "inventory": 4, "finish": 0, "gift_name": "PS5", "gift_cover": "http:\/\/s.laoyaoba.com\/3.jpg", "gift_prize": "¥4500", "winner": [ "8011" ], "binder": [ "8016", "8029" ] } }, "timestamp": 1639019110, "logId": 3811597653 }

HTTP Request

/api/award/yield

Request Parameters

Parameter Description Type Required Explain
meeting_id 活动的ID Int
award_id 奖项ID Int
all_in 开启all_in模式 Int/String 开启后会一次性抽取全部的winners

Response Data

Parameter Description Type Explain
code 奖券号 String all_in模式下没有实际含义,为最后一个获奖人的code
current_award 当前奖项抽取后的状态信息 Object 可以使用finish字段进行判断 抽取后是否需要顺序切换到下一个奖项

Award

Title Description Type Tips
id ID Int
round 奖项所属轮次 Int
award_name 奖品展示名称 String
level 奖项等级(0 特等奖 1 一等奖 2 二等奖以此类推) Int
name 奖项实际名称 一般为 X等奖-轮次 String 不展示本次字段
num 奖品数量 Int
inventory 剩余数量 Int
finish 是否抽取完毕 (0 为结束 1 结束) Int
gift_name 礼物名称 String
gift_cover 礼物图片 String
gift_prize 礼物价格 String
winner 获奖的奖券号码名单 Array 已经获奖的人被剥离抽奖资格仍会显示
binder 内定的得奖者 奖券号码名单 Array 但内定名单中的人被剥离抽奖资格就不会被抽中了,并会在本数组中消失

Log

日期 作者 内容
2021/12/9 易初 新增
2023/1/5 易初 支持疯狂的一次性全部抽完功能

获取参与人的抽奖号码

获取抽奖号码

GET: api/award/number

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "number": "1232" } "timestamp": 1639016043, "logId": 3504836678 }

HTTP Request

api/award/number

Request Parameters

Parameter Description Type Required Explain
meeting_id 活动的ID Int 投资联盟ID为253
person 姓名 String
department 部门地区 String

Response Data

Title Description Type Tips
number 抽奖号 String

Log

日期 作者 内容
2023/1/9 易初 新增

爱集微英文官网接口

获取对应位置下的幻灯片

获取feed流接口

获取热门标签接口

获取资讯详情接口

资讯搜索接口

订阅接口

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "email": "1527543657@qq.com" }, "timestamp": 1640245247, "logId": 4018705904 } #邮箱格式有误 { "errno": 9500004, "errmsg": "Incorrect email format", "userInfo": null, "data": {}, "timestamp": 1640245755, "logId": 4069532419 } #已成功订阅。请检查邮箱激活 { "errno": 9500000, "errmsg": "Successfully subscribed. Please check the mailbox activation", "userInfo": null, "data": {}, "timestamp": 1640245373, "logId": 4031278244 } #此邮箱已订阅。请不要重复这个操作 { "errno": 9500001, "errmsg": "This mailbox has been subscribed. Please do not repeat the operation", "userInfo": null, "data": {}, "timestamp": 1640245432, "logId": 4037205667 } #请求次数超过限制 { "errno": 9500006, "errmsg": "Over-frequent input. Please try again later.", "userInfo": null, "data": {}, "timestamp": 1640245755, "logId": 4069532419 }

HTTP Request

/api/subscribe/order

Request Parameters

Parameter Description Type Required Explain
email 邮箱地址 String

Response Data

Title Description Type Tips
email 邮箱地址 String 请求验证成功时才会返回

Log

日期 作者 内容
2021/12/23 朱思嘉 新增

激活邮件

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "email": "1527543657@qq.com" }, "timestamp": 1640246494, "logId": 4143411522 } #邮箱格式有误 { "errno": 9500004, "errmsg": "Incorrect email format", "userInfo": null, "data": {}, "timestamp": 1640245755, "logId": 4069532419 } #签名错误 { "errno": 9500003, "errmsg": "Mailbox activation signature error", "userInfo": null, "data": {}, "timestamp": 1640246698, "logId": 4163827743 } #此邮箱已订阅。请不要重复这个操作 { "errno": 9500001, "errmsg": "This mailbox has been subscribed. Please do not repeat the operation", "userInfo": null, "data": {}, "timestamp": 1640246581, "logId": 4152146846 }

HTTP Request

/api/subscribe/active

Request Parameters

Parameter Description Type Required Explain
email 邮箱地址 String
code 签名 String

Response Data

Title Description Type Tips
email 邮箱地址 String 请求验证成功时才会返回

Log

日期 作者 内容
2021/12/23 朱思嘉 新增

取消订阅

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "email": "1527543657@qq.com" }, "timestamp": 1640246757, "logId": 4169694253 } #邮箱格式有误 { "errno": 9500004, "errmsg": "Incorrect email format", "userInfo": null, "data": {}, "timestamp": 1640245755, "logId": 4069532419 } #签名错误 { "errno": 9500003, "errmsg": "Mailbox activation signature error", "userInfo": null, "data": {}, "timestamp": 1640246698, "logId": 4163827743 } #此邮箱已取消订阅。请不要重复这个操作 { "errno": 9500005, "errmsg": "The subscription has been cancelled. Please do not repeat the operation", "userInfo": null, "data": {}, "timestamp": 1640246924, "logId": 4186365708 }

HTTP Request

/api/subscribe/cancel

Request Parameters

Parameter Description Type Required Explain
email 邮箱地址 String
code 签名 String
remarks 取消原因 String

Response Data

Title Description Type Tips
email 邮箱地址 String 请求验证成功时才会返回

Log

日期 作者 内容
2021/12/23 朱思嘉 新增

英文资讯Feed流接口

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 4, "list": [ { "news_id": 769424, "category_id": 228, "user_id": 1, "view_num": 397, "news_type": 1, "is_project": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/newsCover/2021/12/03/16385173255172.jpeg", "published_time": "1638430920", "news_title": "Listed auto braking system maker APG cooperates with AI startup Black Sesame in adopting more AI technologies", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 163851737267302208 }, { "sort": 769424 } ], "tag_list": [ { "tag_name": "xpeedic" } ], "tag_highlight": [], "title_highlight": "<span style='color: rgb(0, 119, 255)'>Listed</span> auto braking system maker APG cooperates with AI startup Black Sesame in adopting more AI technologies", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=769424", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" } }, { "news_id": 266172, "category_id": 2, "user_id": 45569, "view_num": 22, "news_type": 0, "is_project": 0, "show_audio": 0, "name_source": "eetimes", "cover": "", "published_time": "1320993956", "news_title": "Intel listed as ARM graphics partner", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 132099395600000000 }, { "sort": 266172 } ], "tag_list": [], "tag_highlight": [], "title_highlight": "Intel <span style='color: rgb(0, 119, 255)'>listed</span> as ARM graphics partner", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=266172", "is_follow": 0, "author_info": { "nickname": "腊梅", "id": 45569, "avatar": "", "intro": "" } }, { "news_id": 158140, "category_id": 2, "user_id": 3891, "view_num": 105, "news_type": 0, "is_project": 0, "show_audio": 0, "name_source": "cnanalyst", "cover": "", "published_time": "1294097497", "news_title": "Top 10 Best-Performing U.S.-Listed Chinese Stocks in 2010", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 129409749700000000 }, { "sort": 158140 } ], "tag_list": [], "tag_highlight": [], "title_highlight": "-<span style='color: rgb(0, 119, 255)'>Listed</span> Chinese Stocks in 2010", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=158140", "is_follow": 0, "author_info": { "nickname": "蓝天", "id": 3891, "avatar": "", "intro": "" } }, { "news_id": 155162, "category_id": 2, "user_id": 3891, "view_num": 88, "news_type": 0, "is_project": 0, "show_audio": 0, "name_source": "cnanalyst", "cover": "", "published_time": "1293200513", "news_title": "Top 10 Rebounding U.S.-Listed Chinese Stocks", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": 129320051300000000 }, { "sort": 155162 } ], "tag_list": [], "tag_highlight": [], "title_highlight": "-<span style='color: rgb(0, 119, 255)'>Listed</span> Chinese Stocks", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=155162", "is_follow": 0, "author_info": { "nickname": "蓝天", "id": 3891, "avatar": "", "intro": "" } } ] }, "timestamp": 1639446052, "logId": 3556125243 }

HTTP Request

/api/news/enfeedstream

Request Parameters

Parameter Description Type Required Explain
source 来源 string source=pc(为xcx时只搜非专题的,为special时只搜专题的)
query 搜索内容 string query=爱集微
limit 个数 int default=10
search_after 无页码分页 obj 将list中最后一条sort_list的值转成json传入即可
category_id 栏目ID string 栏目ID
video 资讯类型 int 获取资讯类型
month 月份 int 获取从当前时间开始前一个月资讯
host 排序 int 排序方式
Copy to Clipboard
参数说明: 获取分类中的资讯:category_id。英文资讯分类ID为228 获取固定个数的资讯:limit。 获取视频资讯:video = 1。 获取文章资讯:video = 2。 获取最近一个月的热门资讯:month = 1,host = 1。 获取热门资讯:host = 1。 搜索资讯:query = keyword 查看更多:search_after = [{"sort":164188361647182208},{"sort":769463}] #将列表数据中的sort转换为json传入即可

Response Data

Title Description Type Tips
total 资讯总数 string
list 资讯列表 obj
list 咨询列表 obj
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
tag_highlight 高亮标签 obj
Title Description Type Ti
tag_name 高亮标签 string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string

Log

日期 作者 内容
2021/12/14 朱思嘉 新增

英文咨询标签相关接口

获取所传条件指定数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 3, "list": [ { "news_id": 769523, "category_id": 228, "user_id": 5181325, "view_num": 148, "news_type": 1, "is_project": 0, "show_audio": 0, "name_source": "", "cover": "http://s.laoyaoba.com/jwImg/news/2022/02/10/164446482344.jpg", "published_time": "1644489463", "news_title": "Five Chinese companies make it into the world’s top 10 electric car battery makers list for 2021 with CATL the largest for the 5th year", "intro": "​Five Chinese companies make into the top ten of the world’s electric car battery maker list in 2021, with CATL(宁德时代) as the biggest for the consecutive fifth year, according to Korea’s SNE Research’s report.", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": "164448946393001376" }, { "sort": "769523" } ], "tag_list": [ { "tag_name": "catl" }, { "tag_name": "ev" }, { "tag_name": "battery" } ], "tag_highlight": [ { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>catl</span>" }, { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>ev</span>" }, { "tag_name": "<span style='color: rgb(0" }, { "tag_name": " 119" }, { "tag_name": " 255)'>battery</span>" } ], "title_highlight": "", "intro_highlight": "", "share_url": "http://jiweidev.jiweinet.com/html/share/news?news_id=769523", "is_follow": 0, "author_info": { "nickname": "虫二", "id": 5181325, "avatar": "", "intro": "" } } ] }, "timestamp": 1646904263, "logId": 4200367137 }

HTTP Request

/api/news/enrelevant

Request Parameters

Parameter Description Type Required Explain
source 来源 string source=pc(为xcx时只搜非专题的,为special时只搜专题的)
tag 标签内容 string query=catl,ev,battery
news_id 新闻ID int 当前新闻ID
video 资讯类型 int 获取资讯类型
limit 个数 int default=10
category_id 栏目ID string 栏目ID
Copy to Clipboard
参数说明: 获取分类中的资讯:category_id。英文资讯分类ID为228 获取固定个数的资讯:limit。 获取视频资讯:video = 1。 获取文章资讯:video = 2。 搜索标签相关资讯:query = catl,ev,battery

Response Data

Title Description Type Tips
total 资讯总数 string
list 资讯列表 obj
list 咨询列表 obj
Title Description Type Tips
news_id 资讯id int
category_id 资讯主分类id string
user_id 作者id int
view_num 查看数量 int
news_type 资讯类型 int 默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
is_project 是否是专题资讯 int 0否,1是
show_audio 音频开关 int 0 关 1 开
name_source 转载来源名称(专题极光推送链接) string
cover 主封面 string
published_time 微秒发布时间戳 int
news_title 标题 string
intro 资讯介绍 string
video_info 视频信息json string
audio_info 音频信息 string
is_vip 是否VIP int 0否,1是
sort_list 排序list obj
tag_highlight 高亮标签列表 obj
title_highlight 高亮标题 string
author_info 作者相关信息 obj
view_num 浏览量 int
sort_list 排序列表 obj
Title Description Type Tips
sort 排序值 int
tag_highlight 高亮标签 obj
Title Description Type Ti
tag_name 高亮标签 string
author_info 作者相关信息 obj
Title Description Type Ti
nickname 昵称 string
id 作者id int
avatar 头像 string
intro 介绍 string

Log

日期 作者 内容
2022/03/10 朱思嘉 新增

爱集微官网支持

获取分页格式的公司职位列表

获取分页格式的公司职位列表

GET: /api/position/companypositionlist?company=189

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "id": 350, "position_name": "测试2sxd", "company_id": 323, "company_name": "测试sxd", "city": "北京市", "years": "1~3年", "educ": "大专", "field": "互联网软件", "position": "php开发", "treatments": [ { "id": 15, "name": "定期体检" }, { "id": 16, "name": "弹性工作" }, { "id": 17, "name": "免费零食" }, { "id": 18, "name": "周末双休" } ], "company_logo": "http:\/\/s.laoyaoba.com\/jwImg\/97fadb87907da3c3.jpg", "capitalization": "A", "company_scale": "不限", "income_min": 12, "income_max": 21, "is_active": true, "is_push": false, "is_favourite": false, "campus": false, "update_time": 1640828026 } ], "total": 4, "limit": 11, "current_page": 1, "last_page": 1 }, "timestamp": 1644224623, "logId": -1770622006 }

HTTP Request

api/position/companypositionlist

Request Parameters

Parameter Description Type Required Explain
company 公司ID Int

Response Data

PAGE

Title Description Type Tips
total 总数 Int
limit 每页数量 Int
current_page 当前页数 Int
last_page 最后一页 Int
list 分页数据 Array Data

DATA

Title Description Type Tips
position_name 岗位名称 String
company_id 公司ID Int
company_name 公司名称 Int
city 城市 String
year 工龄 String
educ 教育程度 String
field 行业 String
position 职能 String
treatments 福利待遇 Array
position 职能 Int
company_logo 公司logo String
capitalization 融资阶段 String
company_scale 公司规模 String
income_min 最低收入 Int
income_max 最大收入 Int
is_active 是否可用 Bool
is_push 是否推送 Bool
is_favourite 是否收藏 Bool
campus 是否校园招聘 Bool
update_time 更新时间 Int

Log

日期 作者 内容
2022/02/07 易初 新增

获取分页格式的栏目咨询列表

获取分页格式的公司职位列表

GET: /api/news/pagestream?category_id=266

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "news_id": 680478, "category_id": 266, "user_id": 1, "view_num": 142, "news_type": 1, "is_project": 0, "show_audio": 0, "name_source": "集微网", "cover": "http:\/\/laoyaoba.com\/ss6\/attachments\/2018\/07\/3653656_201807222125151z810.png", "published_time": "1532265720", "news_title": "科技圈大佬评疫苗事件!刘强东:至少该判无期不得假释", "intro": "", "video_info": null, "audio_info": null, "is_vip": 0, "sort_list": [ { "sort": "153226572026063238" }, { "sort": "680478" } ], "tag_list": [ { "tag_name": "测试" } ], "tag_highlight": [], "title_highlight": "", "intro_highlight": "", "share_url": "http:\/\/jiweidev.jiweinet.com\/html\/share\/news?news_id=680478", "is_follow": 0, "author_info": { "nickname": "爱集微", "id": 1, "avatar": "http:\/\/s.laoyaoba.com\/jwImg\/avatar\/2020\/02\/28\/15828720842371blob?imageView2\/2\/w\/90\/h\/90", "intro": "作者简介" } } ], "total": 1, "current_page": 1, "last_page": 1, "limit": 10 }, "timestamp": 1644224411, "logId": 2503127093 }

HTTP Request

api/news/pagestream

Request Parameters

Parameter Description Type Required Explain
category_id 栏目ID Int

Response Data

PAGE

Title Description Type Tips
total 总数 Int
limit 每页数量 Int
current_page 当前页数 Int
last_page 最后一页 Int
list 分页数据 Array Data

DATA

同feed流接口

Log

日期 作者 内容
2022/02/07 易初 新增

知识付费

获取发票验证信息

获取发票表单信息

HTTP Request

/api/apply/getinvoiceinfo

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "invoice_type": 0, "invoice_time": 1656923366, "ordinary_data": { "is_vat": { "apply_name": "电子普通发票", "value": 0, "field_name": "is_vat", "tips": "电子发票与纸质发票具有同等法律效力,可支持报销入账" }, "invoice_option": [ { "apply_name": "个人", "value": 1, "field_name": "invoice_option", "tips": "" }, { "apply_name": "企业", "value": 2, "field_name": "invoice_option", "tips": "" } ], "invoice_info": { "personal": [ { "apply_name": "发票抬头", "is_must": 1, "field_name": "invoice_title", "tips": "请输入发票抬头", "type": 1 }, { "apply_name": "发票内容", "is_must": 2, "field_name": "集微报告", "tips": "集微报告", "type": 5 }, { "apply_name": "联系人", "is_must": 1, "field_name": "vat_name", "tips": "请输入联系人姓名", "type": 1 }, { "apply_name": "联系人电话", "is_must": 1, "field_name": "vat_telphone", "tips": "请输入联系人电话", "type": 2 }, { "apply_name": "邮箱地址", "is_must": 1, "field_name": "vat_mail_address", "tips": "请输入邮箱地址", "type": 3 } ], "increment": [ { "apply_name": "发票抬头", "is_must": 1, "field_name": "invoice_title", "tips": "请输入发票抬头", "type": 4 }, { "apply_name": "纳税人识别号", "is_must": 1, "field_name": "invoice_tax_num", "tips": "请输入纳税人识别号", "type": 1 }, { "apply_name": "发票内容", "is_must": 2, "field_name": "集微报告", "tips": "集微报告", "type": 5 }, { "apply_name": "联系人", "is_must": 1, "field_name": "vat_name", "tips": "请输入联系人姓名", "type": 1 }, { "apply_name": "联系人电话", "is_must": 1, "field_name": "vat_telphone", "tips": "请输入联系人电话", "type": 2 }, { "apply_name": "邮箱地址", "is_must": 1, "field_name": "vat_mail_address", "tips": "请输入邮箱地址", "type": 3 }, { "apply_name": "公司地址", "is_must": 0, "field_name": "vat_company_address", "tips": "请输入公司地址(选填)", "type": 1 }, { "apply_name": "电话号码", "is_must": 0, "field_name": "vat_company_mobile", "tips": "请输入电话号码(选填)", "type": 1 }, { "apply_name": "开户银行", "is_must": 0, "field_name": "vat_bank_name", "tips": "请输入开户银行(选填)", "type": 1 }, { "apply_name": "银行帐号", "is_must": 0, "field_name": "vat_bank_accoun", "tips": "请输入银行账户(选填)", "type": 1 } ] } }, "increment_data": {} }, "timestamp": 1656923366, "logId": 3235768140 }
Copy to Clipboard
curl --location --request GET '/api/apply/getinvoiceinfo?source=pc&meeting_id=5286'

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=pc
type 请求来源 string type=report

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
invoice_time 开票时间 int
invoice_type 开票类型 int 发票类型 0-普通发票
ordinary_data 普通发票信息 list:object
increment_data 增值发票信息 list:object

OrdinaryData Object AND IncrementData Object

Title Description Type Tips
is_vat 发票类型 list:object value-0-电子普通发票 value-1-增值税发票
invoice_option 发票类型 list:object value-1-个人 value-2-企业
invoice_info 字段名称 list:object

IsVat Object AND InvoiceOption Object

Title Description Type Tips
apply_name 展示名称 string 个人|企业
value int 0
field_name 字段名称 string
tips 提示信息 string

InvoiceInfo Object

Title Description Type Tips
personal 个人发票信息 list:object 个人发票信息
increment 企业发票信息 list:object 企业发票信息

Personal Object AND Increment Object

Title Description Type Tips
apply_name 展示名称 string 个人发票信息
is_must 必须状态 int 0 非必选 1必选 2只读(展示)
field_name 字段名称 string
tips 提示语 string
type 输入规则 int 1-文本 2-手机号 3-邮箱 4-下拉选择 5-只读(禁止输入)

Log

日期 作者 内容
2022/07/04 朱思嘉 新增

开具发票

提交发票信息

HTTP Request

/api/order/reportinvoice

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "order_num": "62070163661022300", "report_id": 1 }, "timestamp": 1657258700, "logId": 2409435480 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
order_num 订单号 int
invoice_json 购票发票信息 list:object {"invoice_title":"test","invoice_tax_num":"123123"}

invoiceJson Object

Copy to Clipboard
参数说明: 此处的json的key为<获取发票表单信息>接口返回信息中的field_name 例开具企业类型的电子普通发票的json: { "is_vat":0, // 0-电子普通发票 value-1-增值税发票 "invoice_option":2, // 1-个人 value-2-企业 "invoice_title":"爱集微咨询(厦门)有限公司", //抬头 "invoice_tax_num":"91350200MA2YC2UA52", //税号 "vat_name":"朱思嘉", //联系人 "vat_telphone":"18434819907", //电话 "vat_mail_address":"1527543657@qq.com", //邮箱 "vat_company_address":"集成电路设计业", //公司地址 "vat_company_mobile":"18434819907", //公司电话 "vat_bank_name":"中国银行", //开户行 "vat_bank_accoun":"6212260510001627080" //银行账号 }

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
order_num 订单编号 string
report_id 相关报告ID int

Log

日期 作者 内容
2022/07/04 朱思嘉 新增

获取报告列表

获取报告的列表数据,使用page来进行分页,可以通过search字段来进行标题的模糊搜索

HTTP Request

/api/report/searchreport

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current_page": 1, "last_page": 1, "per_page": 5, "total": 3, "list": [ { "id": 3, "title": "2022集微咨询显示周刊", "overview": "智能世界从这里起步", "cover": "http:\/\/s.laoyaoba.com\/20210108\/eep-pc3.jpg", "price": 4294967295, "times": 300, "sale_info": "42949672.95元\/300次", "publish_time": 1656991175, "own": false }, { "id": 5, "title": "2022全球半导体产业集微分析报告-测试", "overview": "简介", "cover": "http:\/\/s.laoyaoba.com\/20210108%3Aeep-h5-title.png", "price": 1, "times": 300, "sale_info": "0.01元\/300次", "publish_time": 1656547200, "own": false }, { "id": 6, "title": "123", "overview": "1", "cover": "http:\/\/s.laoyaoba.com\/http:\/\/rd1m57jav.hn-bkt.clouddn.com\/uploads\/640-320.webp", "price": 100, "times": 1, "sale_info": "1元\/1次", "publish_time": 1656994618, "own": false } ] }, "timestamp": 1657009674, "logId": 3276694880 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
page 页码 int
limit 分页数量 int 10
search 搜索条件

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 开票时间 int
title 报告标题 int
overview 报告简介 string 普通字符串 不是富文本
cover 封面图 string
price 价格(分) int 需要手动处理为元
times 售卖次数 int 可浏览次数
sale_info 销售信息 string 处理过的销售信息
publish_time 发布的时间 int 报告的发布时间
own 是否拥有查看权限 bool 决定是否显示查看按钮

Log

日期 作者 内容
2022/07/05 谢宇轩 新增

获取我的全部报告

获取我拥有的报告的列表数据,使用page来进行分页,可以通过type字段来进行是否失效有效的分类搜索

HTTP Request

/api/report/myreport

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current_page": 1, "last_page": 1, "per_page": 5, "total": 1, "list": [ { "id": 1, "title": "2022全球半导体产业集微分析报告", "overview": "<p>集微网消息,7月15-16日,“2022第六届集微半导体峰会”将在厦门举办,意见领袖、企业大咖、业界精英等将汇聚一堂,问道产业破局之路。本次峰会由中国半导体投资联盟、手机中国联盟、厦门市工信局、厦门市海沧区政府、厦门火炬高新区联合主办,爱集微、厦门半导体投资集团共同承办。<\/p ><p style=\"text-align: center;\"><a href=\" \" target=\"_self\" style=\"text-decoration: underline; font-size: 20px;\">", "cover": "http:\/\/s.laoyaoba.com\/20210108%3Aeep-h5-title.png", "price": "4294967295", "times": 300, "sale_info": "42949672.95元\/300次", "publish_time": 0, "order_count": 1, "report_order_items": [ { "item_id": 3, "effected_at": 1656663744, "total": 10000, "status": 1, "expend": 0 } ], "own": true } ] }, "timestamp": 1657001038, "logId": 2413052959 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
page 页码 int
limit 分页数量 int 10
type 类型 Int 默认 1 为生效 0 失效

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 开票时间 int
title 报告标题 int
overview 报告简介 string 普通字符串 不是富文本
cover 封面图 string
price 价格(分) int 需要手动处理为元
times 售卖次数 int 可浏览次数
sale_info 销售信息 string 处理过的销售信息
publish_time 发布的时间 int 报告的发布时间
own 是否拥有查看权限 bool 决定是否显示查看按钮
report_order_items 报告的产生的订阅 array 暂无用处
order_count 拥有订单数量 int 决定是否拥有查看订单按钮

Log

日期 作者 内容
2022/07/05 谢宇轩 新增

获取报告的详情

获取报告的详细信息

HTTP Request

/api/report/reportinfo

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 3, "title": "2022集微咨询显示周刊", "overview": "智能世界从这里起步", "notice": "<p>购买须知<\/p><p><img src=\"http:\/\/rd1m57jav.hn-bkt.clouddn.com\/images\/~^.jpg\"><\/p><p> <\/p><p><br><\/p>", "directory": "1.智能世界", "cover": "http:\/\/s.laoyaoba.com\/20210108\/eep-pc3.jpg", "price": "4294967295", "times": 300, "sale_info": "42949672.95元\/300次", "publish_time": 1656991175, "own": false }, "timestamp": 1657000060, "logId": 2315311454 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
report_id 报告id int

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 开票时间 int
title 报告标题 int
overview 报告简介 string 普通字符串 不是富文本
notice 报告的用户需知 string 富文本
directoty 报告目录 string 富文本
cover 封面图 string
price 价格(分) int 需要手动处理为元
times 售卖次数 int 可浏览次数
sale_info 销售信息 string 处理过的销售信息
publish_time 发布的时间 int 报告的发布时间
own 是否拥有查看权限 bool 决定是否显示查看按钮

Log

日期 作者 内容
2022/07/06 谢宇轩 新增

报告查阅密钥申请(剩余浏览次数查询)

获取报告的详细信息

HTTP Request

/api/report/usageofreport

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "title": "2022全球半导体产业集微分析报告", "times": 283, "event_tag": "OTA4NTI4ODU=.9FDI16cf3RbOEEq2ocWVq4U+FvR+paC24pudjEKTYRaKGEq65d6OeYUfEo7P7NIxXhfAOE\/93zeqSNkbnaIsipn2hbmdh3gVZiZ5DQAn4Ni3yFG3zSuV6VQ2e6ZcYr9x4Bpmo40UuXfJeqpWXPAPdEXjFdbcoKPl" }, "timestamp": 1657090851, "logId": 2804451275 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
report_id 报告id int

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 开票时间 int
title 报告标题 int
event_tag 查阅密钥 string 只能用一次,请珍贵保存!
times 售卖次数 int 可浏览次数

Log

日期 作者 内容
2022/07/06 谢宇轩 新增

报告PDF内容获取(使用密钥)

获取PDF的数据流

HTTP Request

/api/report/browsereport

Response Body :

暂无

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
event_tag 密钥 string

Response Data

PDF的Stream

Log

日期 作者 内容
2022/07/06 谢宇轩 新增

报告PDF的url获取(使用密钥)

通过下载凭证返回浏览报告url (80s 有效期)

HTTP Request

/api/report/browsereportbycredentials

Response Body :

暂无

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
event_tag 密钥 string

Response Data

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "downLoadUrl": "http://s.laoyaoba.com/uploads/1ed184186da717d1518edffe60f7ee87.pdf?e=1686706329&token=99vFAJy1wVeXiJdSV2BB-VHqOhgKrdRZydXfUv58:jrSU30F12jSckpVJix2YZyqPSsg=" }, "timestamp": 1686706249, "logId": 2964235109 }

Log

日期 作者 内容
2023/06/13 陈军舰 新增

生成报告订单

立即解锁时,用于生成或获取这个一个报告的订单

HTTP Request

/api/report/checkoutorder

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "is_pay": 1, "report_info": { "id": 5, "title": "2022全球半导体产业集微分析报告-测试", "overview": "购买须知1", "cover": "http:\/\/s.laoyaoba.com\/20210108%3Aeep-h5-title.png", "price": 1, "times": 300 }, "order_info": { "number": "62070677039980401", "detail": "2022全球半导体产业集微分析报告-测试", "total": 1, "source": "pc", "confirmed_time": 1657077039, "expire_time": 1657077939 } }, "timestamp": 1657077038, "logId": 3570646970 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
report_id 报告id int
check_source 下单渠道 emun int pc, h5, wx_h5, ios, android
confirm_time 下单时间 int 下单的unix时间戳

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
is_pay 是否需要支付 int 0-无需支付-1需支付
order_info 订单信息 object
report_info 报告信息 object

Report Object

Title Description Type Tips
id 开票时间 int
title 报告标题 int
overview 报告简介 string 普通字符串 不是富文本
cover 封面图 string
price 价格(分) int 需要手动处理为元
times 售卖次数 int 可浏览次数

Order Object

Title Description Type Tips
number 订单单号 string
detail 订单详情 string
total 订单金额 int
source 订单来源 string
confirmed_time 订单确实时间 int
expire_time 订单过期时间 int

Log

日期 作者 内容
2022/07/06 谢宇轩 新增
2022/07/12 朱思嘉 修改

报告订单付款

用于调起支付宝和微信的第三方支付SDK

HTTP Request

/api/order/reportpay

Response Body :

微信:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "wechat_pay_info": { "appid": "wxc06a0cd6e2ead657", "partnerid": "1570084311", "prepayid": "wx0514291341046404628eb7d0672fe00000", "noncestr": "JZCxludtcRihk9Ll", "timestamp": 1657002553, "package": "Sign=WXPay", "sign": "CD52632DD63C065AC5086BF41D624C24B27B709838BAB6F1B8FF662269955689", "packageValue": "Sign=WXPay", "order_num": "62070501642101698" } }, "timestamp": 1657002551, "logId": 2564402395 }

支付宝:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "alipay_pay_info": { "body": "0.01元\/300次", "subject": "2022全球半导体产业集微分析报告-测试", "out_trade_no": "62070501642101698", "timeout_express": "30m", "total_amount": "0.01", "product_code": "QUICK_MSECURITY_PAY", "ali_str": "alipay_sdk=alipay-sdk-php-20180705&app_id=2019010862840636&biz_content=%7B%22body%22%3A%220.01%E5%85%83%2F300%E6%AC%A1%22%2C%22subject%22%3A%222022%E5%85%A8%E7%90%83%E5%8D%8A%E5%AF%BC%E4%BD%93%E4%BA%A7%E4%B8%9A%E9%9B%86%E5%BE%AE%E5%88%86%E6%9E%90%E6%8A%A5%E5%91%8A-%E6%B5%8B%E8%AF%95%22%2C%22out_trade_no%22%3A%2262070501642101698%22%2C%22timeout_express%22%3A%2230m%22%2C%22total_amount%22%3A%220.01%22%2C%22product_code%22%3A%22QUICK_MSECURITY_PAY%22%7D&charset=UTF-8&format=json&method=alipay.trade.app.pay&notify_url=http%3A%2F%2Fjiweidev.jiweinet.com%2Fapi%2Forder%2Falipaynotify&sign_type=RSA2&timestamp=2022-07-05+14%3A30%3A56&version=1.0&sign=nhCpIcUWvFnuLcYdot0UiELfAKsSA0cnZEDnGmW0SKUo3hWPVAEb1cNjyXryDbI8pMmr2iImonab3rkMQcfInbCFgXEcUe61yq28fCthGg079%2BhKF7hK1rraOVEfJ56szd%2FTy6nTkVOTBKt0O952k1pa2lFiRnXBneDzfM8iL79YR8s8DzFoEtDzwmp8hWFl%2FPmNgB657R4%2BtS%2FbDQ4ZvaAWK3yQl8GNcEJiJPARWhBvZsRnMJDAVrF%2BIvrZigfcqdFm57%2BoiTa4oe4NNNrKXMep0Sq4ZvPMAs%2FC4IJnu547q66%2FgQ3WS%2F%2F8AzVsKcFba9CkLK4PbVOCTxCdm4IaUQ%3D%3D" } }, "timestamp": 1657002655, "logId": 2574723037 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
order_num 订单号 string
pay_source 下单渠道 emun int wechat & alipay

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
wechat_pay_info 微信支付对象信息 object
alipay_pay_info 支付宝支付信息 object

Log

日期 作者 内容
2022/07/06 谢宇轩 新增

获取某一个报告产生的全部订单

获取报告的的订单列表

HTTP Request

/api/report/ordersofreport

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current_page": 1, "last_page": 1, "per_page": 5, "total": 1, "list": [ { "id": 5, "number": "62070164597692551", "detail": "2022集微咨询显示周刊", "total": 1, "state": 3, "is_invoice": 1, "paid_at": 1656749462, "confirm_time": 1656664596, "usage": { "price": 1, "times": 300, "sale_info": "0.01元\/300次", "available_count": 286 }, "report_info": { "id": 3, "title": "2022集微咨询显示周刊", "overview": "<p>购买须知<\/p><p><img src=\"http:\/\/rd1m57jav.hn-bkt.clouddn.com\/images\/~^.jpg\"><\/p><p> <\/p><p><br><\/p>", "cover": "http:\/\/s.laoyaoba.com\/20210108\/eep-pc3.jpg" } } ] }, "timestamp": 1657016278, "logId": 3937085503 }

Request Parameters

Parameter Description Type Required Explain
token 用户签名 string
page 页码 int
limit 分页数量 int 10
report_id 报告id int

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data order:object

Order Object

Title Description Type Tips
id 订单id int
total 需支付金额 int 分 需要客户端自行处理
number 订单号 string
detail 订单购买详情 string
state 订单状态 int 订单状态 0-初始化 1-待支付 2-取消 3-完成 4-退款
is_invoice 是否开票 int 0 未开具 1 已开发票 2 无法开票
confirm_time 订单下单时间 int
paid_at 完成时间 int

Usage Object

Title Description Type Tips
price 购买时的价格 int
times 购买时的次数 int
sale_info 购买时的销售情况 string
available_count 可用次数 int

Report Object

Title Description Type Tips
id 报告id int
title 标题 string
overview 报告详情 string
cover 封面图 string

Log

日期 作者 内容
2022/07/06 谢宇轩 新增
2022/07/12 朱思嘉 修改

查看订单详情

获取报告的的订单的订单详情,也可用于轮循支付结果

HTTP Request

/api/report/reportorderdetail

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "detail": "2022集微咨询显示周刊", "state": 3, "payment_state": 2, "last_pay_channel": "微信", "last_pay_source": "android", "confirm_time": 1656664596, "expire_time": 1656665196, "last_paid_time": 1656664599, "fulfilled_time": 1656749462, "order_num": "62070164597692551", "out_trade_num": "4200001427202207017673708796", "total": 1, "usage": { "price": 1, "times": 300, "sale_info": "0.01元\/300次", "available_count": 286 }, "report_info": { "id": 3, "title": "2022集微咨询显示周刊", "overview": "智能世界从这里起步", "cover": "http:\/\/s.laoyaoba.com\/20210108\/eep-pc3.jpg" }, "invoice_info": { "is_invoice": 1, "amount_total": 0, "create_time": 1657014796, "invoice_type": "电子普通票", "title_type": "企业", "invoice_detail": "集微报告", "base_info": [ { "title": "抬头名称", "value": "测试" }, { "title": "企业税号", "value": "1231232132113" } ], "contact": [ { "title": "联系人", "value": "测试" }, { "title": "联系电话", "value": "18334786948" }, { "title": "邮箱地址", "value": "158565@163.com" } ] } }, "timestamp": 1657099280, "logId": 3647285746 }

轮循使用时

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "detail": "2022集微咨询显示周刊", "state": 3, "payment_state": 2, "last_pay_channel": "微信", "last_pay_source": "android", "confirm_time": 1656664596, "expire_time": 1656665196, "last_paid_time": 1656664599 }, "timestamp": 1657079535, "logId": 3820277341 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
order_num 单号 string
cycle 开启轮循模式 string 1 ok true都可以

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data order:object

Order Object

Title Description Type Tips
detail 订单购买详情 string
state 订单状态 int 订单状态 0-初始化 1-待支付 2-取消 3-完成 4-退款
payment_state 支付状态 int 支付状态 0-初始化 1-待支付 2-支付完成 3-支付取消 4-支付超时
last_pay_channel 最后支付的方式 string 微信 支付宝
last_pay_source 最后支付的来源 string
confirm_time 订单下单时间 int
expire_time 订单到期关闭时间 int
last_paid_time 最后一次发起支付的时间 int
fulfilled_time 支付完成时间 int
total 需支付金额 int 分 需要客户端自行处理
order_num 订单号 string
out_trade_num 第三方订单号 string

Usage Object

Title Description Type Tips
price 购买时的价格 int
times 购买时的次数 int
sale_info 购买时的销售情况 string
available_count 可用次数 int

Report Object

Title Description Type Tips
id 报告id int
title 标题 string
overview 报告详情 string
cover 封面图 string

Invoice Object

Title Description Type Tips
is_invoice 是否开具发票 int 0 未开具 1 已开发票 2 无法开票
amount_total 开票金额 int 单位是分
create_time 创建时间 int 时间戳
invoice_type 发票类型 string 电子普通票(固定)
title_type 抬头类型 string 企业 个人
invoice_detail 发票内容 string 集微报告
base_info 发票基础信息 array {title, value}
contact 发票联系人信息 array {title, value}

Log

日期 作者 内容
2022/07/05 谢宇轩 新增
2022/07/12 朱思嘉 修改

查看免费报告申请记录

获取免费报告的申请记录

HTTP Request

GET /api/report/messagerecord

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 4, "report_id": 174, "user_id": 5181749, "name": "朱思嘉", "mobile": "18434819909", "job": "PHP", "company": "爱集微", "created_at": "2023-12-19 11:10:37", "updated_at": "2023-12-19 11:10:37" } ], "timestamp": 1702955983, "logId": 2292531926 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
report_id 报告ID string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data order:object

Data Object

Title Description Type Tips
id 记录ID int
report_id 报告ID int
name 姓名 string
mobile 手机号 string
company 公司 string
job 职位 string
created_at string
updated_at string

Log

日期 作者 内容
2023/12/18 朱思嘉 新增

提交报告申请记录

提交免费报告的申请信息

HTTP Request

POST /api/report/baseinfo

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": "63121977611747577", "timestamp": 1702955966, "logId": 2290909088 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
name 姓名 string
mobile 手机号 string
company 公司 string
job 职务 string
report_id 报告ID string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data string 订单号

Log

日期 作者 内容
2023/12/18 朱思嘉 新增

聚合支付收银台

获取收银台的基础信息

可以获取到订单详情信息,包括支付状态和订单状态等, 可重复调用获取订单状态哦

HTTP Request

/api/order/checkinfo

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "detail": "2022全球半导体产业集微分析报告-测试", "total": "0.01", "state": 0, "payment_state": 0, "payment_channel": "wechat" }, "timestamp": 1657010869, "logId": 3396156522 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string source=report
out_trade_no 订单 string
token 用户token string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
detail 订单购买详情 string
total 需支付金额 int 分 需要客户端自行处理
state 订单状态 int 订单状态 0-初始化 1-待支付 2-取消 3-完成 4-退款
payment_state 支付状态 int 支付状态 0-初始化 1-待支付 2-支付完成 3-支付取消 4-支付超时
payment_channel 支付频道 string (图文报告) unkonwn wechat alipay (会议) pc h5

Log

日期 作者 内容
2022/07/05 谢宇轩 新增

收银台发起支付

当前收银台的支付,支持从PC端扫码进入的订单,也支持从手机浏览器,或者微信浏览器直接发起的支付。 共支付宝和微信支付可以使用,但对于支付宝来说,仅支持QUICK_WAP_WAY 这种支付方式 而对于微信支付来说,从PC端和扫码进入和微信浏览器的调起的支付,需要使用JS_API支付方式,对于从H5直接发起支付,则会使用MWEB的方式的微信支付,但是需要注意,微信的可能会出现

HTTP Request

/api/order/checkpay

Response Body :

QUICK_WAP_WAY 支付宝

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "trade_info": { "wechat_jspay_info": {}, "wechat_mwebpay_info": {}, "alipay_pay_info": { "ali_str": "<form id='alipaysubmit' name='alipaysubmit' action='https:\/\/openapi.alipay.com\/gateway.do?charset=UTF-8' method='POST'><input type='hidden' name='biz_content' value='{\"body\":\"0.01元\/300次\",\"subject\":\"2022全球半导体产业集微分析报告-测试\",\"out_trade_no\":\"62070677039980401\",\"timeout_express\":\"15m\",\"total_amount\":\"0.01\",\"product_code\":\"QUICK_WAP_WAY\"}'\/><input type='hidden' name='app_id' value='2019010862840636'\/><input type='hidden' name='version' value='1.0'\/><input type='hidden' name='format' value='json'\/><input type='hidden' name='sign_type' value='RSA2'\/><input type='hidden' name='method' value='alipay.trade.wap.pay'\/><input type='hidden' name='timestamp' value='2022-07-06 11:12:35'\/><input type='hidden' name='alipay_sdk' value='alipay-sdk-php-20180705'\/><input type='hidden' name='notify_url' value='http:\/\/jiweidev.jiweinet.com\/api\/order\/alipaynotify'\/><input type='hidden' name='return_url' value='\/api\/order\/checkpay???'\/><input type='hidden' name='charset' value='UTF-8'\/><input type='hidden' name='sign' value='gRjoTbkU5iB4VRmmtMIznH\/A7TkSPzfgAoZIJLBKigtMYEiwVQH4XGx1EEK6B1KfhyRNlAL73a98uuSoqXqA8TQq6xKEe+Uof+PB52N1DVR6W0nVMtOAL+ASQfP9v2Bgy0JF7FlQ1GCkpXdTj\/VejeiASkc8RvUq1wlZ1emZulVQLR77xF\/BOdt7K5C2gV+F6eDPAtk\/l897Mn\/MXcF7GTBqp04750dyeW+Gv18nKdEQXEWMNSuBvSf34713X3zjGWy0BtsJfke3hHZgryOcpppk5yYk+42GsZTCXky+1tw3\/da+C+zgKZi2Lhq0lFoj\/NwW9XVxt7o0Baw\/xjluXQ=='\/><input type='submit' value='ok' style='display:none;''><\/form><script>document.forms['alipaysubmit'].submit();<\/script>" } } }, "timestamp": 1657077153, "logId": 3582150496 }

MWEB 微信

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "trade_info": { "wechat_jspay_info": {}, "wechat_mwebpay_info": { "mweb_url": "https:\/\/wx.tenpay.com\/cgi-bin\/mmpayweb-bin\/checkmweb?prepay_id=wx06110959316467ce0729d182ad2d6d0000&package=2673961085", "order_num": "62070676850249569" }, "alipay_pay_info": {} } }, "timestamp": 1657076997, "logId": 3566550939 }

JSAPI 微信

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "trade_info": { "wechat_jspay_info": { "appId": "wxc97be07d22a3eeea", "nonceStr": "nrkcyxhrspzfkmfqafmaqng4vg9titrj", "package": "prepay_id=wx06111102720275cdb50d6c6c606d230000", "signType": "HMAC-SHA256", "timeStamp": "1657077062", "paySign": "D0465341D1380787AE534E3E45A56FDB79A49D2C00BABD140BF666957D4F53C9", "order_num": "62070677039980401", "prepayid": "wx06111102720275cdb50d6c6c606d230000" }, "wechat_mwebpay_info": {}, "alipay_pay_info": {} } }, "timestamp": 1657077061, "logId": 3572873113 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string 只支持h5, 不支持移动的APP和pc
out_trade_no 订单 string
token 用户token string
pay_method 支付方式 string alipay & wechat
pay_from 支付来源 string 实际来源可以用参数有 pc & h5 & wx_h5
open_id 微信用户标识 string 微信JSAPI支付需要使用
return_url 跳转路径 string 支付宝支付需使用

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
trade_info 交易信息 Object 不同的交易方式对应不同属性

trade info Object

Title Description Type Tips
wechat_jspay_info 微信jsapi交易信息 Object 需要使用prepare_id
wechat_mwebpay_info 微信H5交易信息 Object 需要使用mweb_url
alipay_pay_info 支付宝交易信息 Object 需要使用ali_str

Log

日期 作者 内容
2022/07/05 谢宇轩 新增
2022/07/06 谢宇轩 修改

视频报价相关接口

获取样片列表

获取样片列表

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "", "labels": [ { "id": 30, "name": "子分类一", "pull_name": "二级分类/子分类一", "parent_id": 29, "enable": true } ], "intro": "样片111111", "video_cover": "http://rd1m57jav.hn-bkt.clouddn.com/images/empty.png", "created_at": 1655697359, "grade": 35, "video_url": "/xxxx.mp4" } ], "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/samplelist

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
own_type_code 4a4c3e27 成功案例 b22c36e3 行业样片 String
token 如果行业样片时需要填写 登录token String
after_id 偏移id Int 第一次请求不填 加载更多 需要填写
label_id 分类id Int 分类ID
limit 展示数量 Int 默认 16条数据

Response Data

Title Description Type Tips
id sampleId Int 样片ID
name 样片名称 String
labels PDF访问地址 Array
intro 样片详情 String
video_cover 样片描述图 String
created_at 样片创建时间 String
grade 样片排序号 int
video_url 样片视频地址 String

Log

日期 作者 内容
2022/08/10 李世星 新增

获取样片TOP展示

获取样片TOP展示

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "", "labels": [ { "id": 30, "name": "子分类一", "pull_name": "二级分类/子分类一", "parent_id": 29, "enable": true } ], "intro": "样片111111", "video_cover": "http://rd1m57jav.hn-bkt.clouddn.com/images/empty.png", "created_at": 1655697359, "grade": 35, "video_url": "/xxxx.mp4" } ], "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/toplist

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
top 获取TOP的数量 Int 默认为3
own_type_code 4a4c3e27 成功案例 b22c36e3 行业样片 String

Response Data

Title Description Type Tips
id sampleId Int 样片ID
name 样片名称 String
labels PDF访问地址 Array
intro 样片详情 String
video_cover 样片描述图 String
created_at 样片创建时间 String
grade 样片排序号 int
video_url 样片视频地址 String

Log

日期 作者 内容
2022/08/10 李世星 新增

获取样片详情

获取样片详情

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "name": "", "labels": [ { "id": 30, "name": "子分类一", "pull_name": "二级分类/子分类一", "parent_id": 29, "enable": true } ], "intro": "样片111111", "video_cover": "http://rd1m57jav.hn-bkt.clouddn.com/images/empty.png", "created_at": 1655697359, "grade": 35, "video_url": "/xxxx.mp4" }, "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/sampleinfo

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
sample_id 样片Id Int
own_type_code 4a4c3e27 成功案例 b22c36e3 行业样片 String

Response Data

Title Description Type Tips
id sampleId Int 样片ID
name 样片名称 String
labels 分类 Array
intro 样片详情 String
video_cover 样片描述图 String
created_at 样片创建时间 String
grade 样片排序号 int
video_url 样片视频地址 String

Log

日期 作者 内容
2022/08/10 李世星 新增

获取样片分类

获取样片分类

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 114, "name": "专题片3", "grade": 114, "is_enable": 1, "bg_url": "http://rd1m57jav.hn-bkt.clouddn.com/images/2d2ce8c332fb0609b4dc51a5f44be8ad.jpeg", "created_at": 1655962902, "updated_at": 1655962929 } ], "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/samplelabels

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
own_type_code 4a4c3e27 成功案例 b22c36e3 行业样片 String
token 如果行业样片时需要填写 登录token String
model 获取数据类型 String 默认为 all 全部 simple 只下发一级分类

Response Data

Title Description Type Tips
id 样片类别id Int
name 类别名称 String
grade 类别排序 Int
bg_url 类别北京地址 String
created_at 类别创建时间 Int
updated_at 类别修改时间 Int
child_labels 子分类 Array

child_labels

Title Description Type Tips
id child ID Int
parent_id 父级别ID Int
pull_name 显示层级名称 String
name 分类名称 String
created_at 创建时间 Int

Log

日期 作者 内容
2022/08/10 李世星 新增

一键报价

一键报价

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 7 }, "timestamp": 1661415359, "logId": 3611032421 }

HTTP Request

/api/videoquote/offer

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
model 报价模式 int 1 一键报价 2 套餐咨询 3 成功案例咨询 4 右侧浮窗报价
company_name 公司名称 string
company_phone 联系电话 string
company_address 所在地区 string
sample_id 样片ID int
package_id 套餐ID int
labels 影片类别 string label_id,label_id
duration_id 影片时长 int
performer_id 演出人员 int
standard_id 制作标准 int

Response Data

Title Description Type Tips
id customer_id Int 报价成功后记录id

Log

日期 作者 内容
2022/08/10 李世星 新增
2022/09/2 李世星 修改labels参数为字符串

获取表单

获取表单

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "duration": [ { "id": 1, "name": "小于1分钟", "create_time": 1660128699, "is_active": 1 }, { "id": 2, "name": "1-3分钟", "create_time": 1660128699, "is_active": 1 } ], "performer": [ { "id": 1, "name": "刘德华", "create_time": 1660128699, "is_active": 1 }, { "id": 2, "name": "李连杰", "create_time": 1660128699, "is_active": 1 } ], "standard": [ { "id": 1, "name": "日常级", "create_time": 1660128699, "is_active": 1 } ] }, "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/formdata

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String

Response Data

Title Description Type Tips
duration 时长 Array
performer 演员阵容 Array
standard 级别 Array
Title Description Type Tips
id id Int
name 名字 String
create_time 创建时间 Int
is_active 是否是选中 Int

Log

日期 作者 内容
2022/08/10 李世星 新增

获取套餐列表

获取套餐列表

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "测试套餐1", "intro": "ffffffffff", "cover": "/xxxx/xxx.png", "price": 100, "notes": "fffff", "created_at": 1660110911 } ], "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/packagelist

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
after_id 偏移ID Int 非必填 需要偏移时填写
limit 数量 Int 默认 16条数据

Response Data

Title Description Type Tips
id sampleId Int 样片ID
name 套餐名称 String
intro 套餐描述 String
cover 套餐缩略图 String
price 套餐价格 Int
notes 套餐服务 String
created_at 创建时间 Int

Log

日期 作者 内容
2022/08/10 李世星 新增

套餐详情

套餐详情

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "name": "测试套餐1", "intro": "ffffffffff", "cover": "/xxxx/xxx.png", "price": 100, "notes": "fffff", "content": "sssffff", "created_at": 1660110911 }, "timestamp": 1612171020, "logId": 3357072989 }

HTTP Request

/api/videoquote/packageinfo

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
package_id 套餐Id Int

Response Data

Title Description Type Tips
id sampleId Int 样片ID
name 套餐名称 String
intro 套餐描述 String
cover 套餐缩略图 String
price 套餐价格 Int
notes 套餐服务 String
content 套餐详情 String
created_at 创建时间 Int

Log

日期 作者 内容
2022/08/10 李世星 新增

获取是否有查看行业样片权限

获取是否有查看行业样片权限

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "user_id": "5181777", "is_permission": false }, "timestamp": 1660718527, "logId": 2647381062 }

HTTP Request

/api/videoquote/permission

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
token 登录成功后 token String

Response Data

Title Description Type Tips
user_id 用户登录id Int
is_permission 是否有行业样片访问权限 bool true 可以访问 false 不能访问

Log

日期 作者 内容
2022/08/10 李世星 新增

获取视频咨询列表

获取视频咨询列表

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 64, "title": "测试12", "authors": [ { "id": 51, "name": "12" } ], "abstract": "2111", "cover": "http://mws.laoyaoba.com/images/16_9.png", "video_url": "", "created_at": 1661320782, "upload_time": 1661320782 } ], "timestamp": 1661410064, "logId": 3081632362 }

HTTP Request

/api/videoquote/videonewslist

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
after_id 偏移ID Int 非必填 需要偏移时填写
limit 数量 Int 默认 16条数据

Response Data

Title Description Type Tips
id 视频咨询id Int
title 咨询标题 Int
authors 咨询作者 Array authorObject
abstract 咨询摘要 String
cover 咨询封面图 String
video_url 咨询视频地址 String
created_at 咨询创建时间 int 10位时间戳
upload_time 咨询视频上传时间 int 10位时间戳

authors Item

Title Description Type Tips
id 作者id Int
name 作者名称 String

Log

日期 作者 内容
2022/08/10 李世星 新增

获取视频咨询详情

获取视频咨询详情

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 55, "title": "必量类不场出", "authors": [ { "id": 17, "name": "Duis ullamco velit" }, { "id": 18, "name": "in deserunt Duis pariatur" }, { "id": 19, "name": "dolor aliqua" }, { "id": 20, "name": "minim in pariatur non" }, { "id": 21, "name": "Ut nulla" } ], "abstract": "reprehenderit", "cover": "http://mws.laoyaoba.comDuis ut", "video_url": "http://mws.laoyaoba.comhttp://esqvvs.uk/tndcskn", "upload_time": 1661306611, "content": "nulla", "created_at": 1661306611, "updated_at": 1661306611 }, "timestamp": 1661409702, "logId": 3045358149 }

HTTP Request

/api/videoquote/videonewsinfo

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
news_id 咨询ID int

Response Data

| --------- | ----------- | ------ | ---------------------- | | id | 视频咨询id | Int | | | title | 咨询标题 | Int | | | authors | 咨询作者 | Array | authorObject | | abstract | 咨询摘要 | String | | | cover | 咨询封面图 | String | | | video_url | 咨询视频地址 | String | | | content | 咨询详情 | String | | | created_at | 咨询创建时间 | int | 10位时间戳 | | upload_time | 咨询视频上传时间 | int | 10位时间戳 |

authors Item

Title Description Type Tips
id 作者id Int
name 作者名称 String

Log

日期 作者 内容
2022/08/10 李世星 新增

芯力量

芯力量投资机构列表接口

芯力量投资机构列表接口

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 13, "per_page": "12", "current_page": 1, "last_page": 2, "next_page_url": "/api/investment/organizations?page=2", "prev_page_url": null, "from": 1, "to": 12, "data": [ { "id": 53, "name": "测试机构122", "short_name": "测试机构1", "overview": "测试机构,测试机构测试机构测试机构,测试机构测试机构测试机构", "focus_areas": "IC、ICC、ICCC", "logo": "http://s.laoyaoba.com/jwImg/vote/2022/09/23/16639028937387.jpg", "created_at": "2022-09-23 11:36:06", "updated_at": "2022-09-23 14:44:22", "news_title": "测试测试每日精选2", "news": [ { "news_id": 769431, "news_title": "测试测试每日精选2", "subtitle": "测试测试每日精选2", "intro": "测试测试每日精选", "status": 5, "published_time": "09-27 16:55", "pivot": { "organization_id": 53, "news_id": 769431 } } ] } ] }, "timestamp": 1664417466, "logId": 3174046889 }

HTTP Request

/api/investment/organizations

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
page 翻页数 Int 默认1
limit 展示数量 Int 默认 16条数据

Response Data

Title Description Type Tips
id 机构id Int 样片ID
name 机构名称 String
short_name 机构简称 String
overview 机构简介 String
focus_areas 关注领域 String
logo 企业logo String
created_at 创建时间 String 2022-09-23 11:36:06
updated_at 更新时间 String 2022-09-23 11:36:06
news_title 资讯标题 String
news array newsData Array

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
published_time 咨询发布时间 String "09-27 16:55" 小于当前年 "2021-12-09"
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量投资机构详情接口

获取芯力量投资机构详情

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 53, "name": "测试机构122", "short_name": "测试机构1", "overview": "测试机构,测试机构测试机构测试机构,测试机构测试机构测试机构", "focus_areas": "IC、ICC、ICCC", "logo": "http://s.laoyaoba.com/jwImg/vote/2022/09/23/16639028937387.jpg", "news_title": "测试测试每日精选2", "news": [ { "news_id": 769431, "news_title": "测试测试每日精选2", "subtitle": "测试测试每日精选2", "published_time": "2021-12-09", "intro": "测试测试每日精选", "status": 5, "pivot": { "organization_id": 53, "news_id": 769431 } } ], "email": "", "phone": "", "artical": [] }, "timestamp": 1664435406, "logId": 2820527022 }

HTTP Request

/api/investment/organizationinfo

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
org_id 机构id Int

Response Data

Title Description Type Tips
id 机构id Int 样片ID
name 机构名称 String
short_name 机构简称 String
overview 机构简介 String
focus_areas 关注领域 String
logo 企业logo String
created_at 创建时间 String 2022-09-23 11:36:06
updated_at 更新时间 String 2022-09-23 11:36:06
news_title 资讯标题 String
news array newsData Array

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
published_time 咨询发布时间 String "09-27 16:55" 小于当前年 "2021-12-09"
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量专题资讯

获取芯力量专题资讯

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "news_id": 769918, "category_id": 370, "sub_category_id": 0, "user_id": 1, "author2": 0, "promulgator_id": 720831, "published_id": 1, "source_author": 1, "news_type": 1, "news_title": "ijiijiz", "subtitle": "ijiijiz", "intro": "ijiijiz", "published_time": "20220927181257", "last_comment_time": 0, "view_num": 15, "like_num": 0, "unlike_num": 0, "comment_num": 0, "collect_num": 0, "news_top": 0, "news_essence": 0, "allow_comment": 1, "cover": "http://s.laoyaoba.com/jwImg/364350445468.60364.jpg", "status": 5, "update_time": "20220929115058", "create_time": "20220927181252", "news_source": 1, "reprint_source": "", "name_source": "", "is_extra_link": 0, "extra_link": "", "search_tags": "ijiijiz", "micro_time": 166427355410256031, "refresh_time": "20220927181257", "is_rss": 2, "is_wx": 0, "is_project": 0, "project_id": 706668, "project_category_id": 0, "has_tts": 0, "show_audio": 0, "is_vip": 0, "vip_view_num": 0, "language_type": 1, "seo_intro": "", "seo_keywords": "", "show_author": 1, "price": 0, "share_url": "http://jiweidev.jiweinet.com/html/share/news?source=pc&news_id=769918", "project_title": "ijiijiz", "user_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "tag_list": [ { "id": 1020547, "tag_name": "ijiijiz", "news_id": 769918 } ], "category_name": "专题", "category_list": [ { "news_id": 769918, "category_id": 370, "category_name": "专题" } ], "news_images": { "news_id": 769918, "attachment_content": "[]" }, "promulgator_info": { "nickname": "vera", "id": 720831, "avatar": "http://s.laoyaoba.com/jwImg/slideItem/2019/03/13/15524440769398.jpg?imageView2/2/w/90/h/90", "intro": "" }, "published_info": { "nickname": "爱集微", "id": 1, "avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "intro": "作者简介" }, "is_advert": 0, "is_top": false, "is_buy": false, "is_liked": 0, "is_follow": 0, "is_attention": 0, "is_unlike": 0, "unique_code": "220929378320298430" } ], "timestamp": 1664437829, "logId": 3062863914 }

HTTP Request

/api/investment/projectnews

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 请求源 Int pc
after_id 后偏移id Int 第一次请求不填 加载更多 需要填写
before_id 前偏移id Int
limit 展示数量 Int 默认 16条数据

Response Data

Title Description Type Tips
news_id 资讯id Int 资讯id
category_id 资讯主分类id Int 资讯id
category_name 资讯主分类名称 String
user_id 作者id Int
user_info 作者信息 user_info Object
promulgator_info 发布者信息 promulgator_info Object
news_type 资讯类型,0-默认无图,1-单图,2-多图,3-视频,4音频,5-软文广告,6图片广告 Int
news_title 标题 String
subtitle 副标题 String
intro 资讯介绍 String
published_time 发布时间 String
last_comment_time 最后评论时间 String
view_num 浏览量 Int
like_num 点赞量 Int
comment_num 评论量 Int
news_top 置顶等级 Int
news_essence 精华等级 Int
is_project 0-不是专题1-是专题 Int
allow_comment 是否允许评论,1-允许,0-不允许 Int
cover 主封面 String
status 文章状态 Int
update_time 数据库更新时间 String
create_time 数据库上传时间 String
category_name 主分类名 String
news_images 图片列表 news_images Object
news_source 来源,1-原创,2-转载 Int
reprint_source 转载来源地址 String
name_source 转载来源名称 String
is_extra_link 是否站外链接,1-站外链接 Int
is_liked 是否点赞,1-是,0否 Int
is_follow 是否收藏,1-是,0否 Int
is_unlike 是否踩,1-是,0否 Int
is_attention 是否关注,1-是,0否 Int
extra_link 站外连接地址 String
tag_list 标签列表 tag_list Array
category_list 分类列表 category_list Array
share_url 专题分享链接 String
unique_code 唯一编码 String
is_vip 是否是VIP资讯,1是,0否 Int
published_info 责编相关信息 published_info Object
language_type 语言类型:1是中文,2是英文 Int
refresh_time 更新排序时间 String
is_buy true已购,false否 Boolen
price 大于0则收费 Int

user_info Object

Title Description Type Tips
nickname 用户昵称 String
id id Int
avatar 头像地址 String
intro 用户简介 String

tag_list Item

Title Description Type Tips
id id Int
tag_name tag 名称 String
news_id 资讯id Int

category_list Item

Title Description Type Tips
news_id 资讯ID Int
category_id 栏目id Int
category_name 栏目名称 String

news_images Object

Title Description Type Tips
news_id 资讯ID Int
attachment_content 地址列表 Array

promulgator_info Object

Title Description Type Tips
nickname 发布者名字 String
avatar 头像 String
id 发布者Id Int
intro 发布者简介 String

published_info Object

Title Description Type Tips
nickname 责编名字 String
avatar 责编头像 String
id 责编Id Int
intro 责编简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量项目列表接口

获取芯力量项目列表

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 11, "per_page": "12", "current_page": 1, "last_page": 1, "next_page_url": null, "prev_page_url": null, "from": 1, "to": 11, "data": [ { "id": 44, "name": "测试轮次显示A+", "overview": "测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+", "little_overview": "测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+", "valuation": "10万", "like_count": 0, "contact_count": 0, "read_count": 461, "company": "测试轮次显示A+", "company_short": "", "logo": "http://s.laoyaoba.com/jwImg/news/2019/10/24/15719060409991.png", "created_at": "2020-03-11 17:06:48", "updated_at": "2022-09-26 11:28:27", "item_round": { "id": 7, "name": "A+", "intro": "A+轮" }, "item_region": { "id": 2, "name": "上海", "intro": "上海地区" }, "item_currency": { "id": 9, "name": "$", "intro": "美元" }, "item_tags": [ { "id": 1, "name": "生活服务", "intro": "生活服务领域" } ], "news": [ { "news_id": 769877, "news_title": "tricker的咨询文章2详情页主标题", "subtitle": "这个是测试咨询2外部展示标题", "intro": "测试咨询摘要VIP2", "news_type": 4, "status": 5, "pivot": { "investment_id": 44, "news_id": 769877 } } ] } ] }, "timestamp": 1664517881, "logId": 2478157962 }

HTTP Request

/api/investment/Items

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
tag_id 投资领域标签id Int
round_id 融资轮数ID Int
region_id 项目区域ID Int
order 排序规则 String hot 按照 read_count 排序 time 按照 updated_at 默认 权重排序 list_weight
limit 每页多少数据 Int 默认 12
page 当前页 Int 默认1

Response Data

Title Description Type Tips
id 投资项目表主键ID Int 投资项目表主键ID
name 投资项目名称 String
overview 投资项目基本简介 String
little_overview 一句话简介 String
valuation 融资金额 String
like_count 点赞数量 Int
contact_count 联系数量 Int
read_count 阅读量 Int
company 公司名 String
company_short 公司名简称 String
logo 标题图片 String
created_at 创建时间 String 2020-03-11 18:14:47
updated_at 更新时间 String 2020-03-11 18:14:47
item_round 融资轮数信息 item_round Object
item_region 投资地区 item_region Object
item_currency 投资币种 item_currency Object
item_tags 投资领域标签 Array
news array newsData Array

item_round

Title Description Type Tips
id 融资轮数信息id Int
name 融资轮数信息名称 String
intro 融资轮数信息描述 String

item_region

Title Description Type Tips
id 投资地区id Int
name 投资地区名称 String
intro 描述 String

item_currency

Title Description Type Tips
id 投资币种id Int
name 投资币种名称 String
intro 投资币种描述 String

item_tags Item

Title Description Type Tips
id 投资领域标签id Int
name 投资领域标签名称 String
intro 投资领域标签描述 String

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
news_type 咨询类别 Int 资讯类型,默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量项目详情

获取芯力量项目详情

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 44, "name": "测试轮次显示A+", "overview": "测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+", "little_overview": "测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+", "valuation": "10万", "like_count": 0, "contact_count": 0, "read_count": 463, "company": "测试轮次显示A+", "company_short": "", "logo": "http://s.laoyaoba.com/jwImg/news/2019/10/24/15719060409991.png", "mobile": "182****3555", "created_at": "2020-03-11 17:06:48", "updated_at": "2022-09-30 14:06:54", "item_round": { "id": 7, "name": "A+", "intro": "A+轮" }, "item_region": { "id": 2, "name": "上海", "intro": "上海地区" }, "item_currency": { "id": 9, "name": "$", "intro": "美元" }, "item_tags": [ { "id": 1, "name": "生活服务", "intro": "生活服务领域" } ], "news": [ { "news_id": 769877, "news_title": "tricker的咨询文章2详情页主标题", "subtitle": "这个是测试咨询2外部展示标题", "intro": "测试咨询摘要VIP2", "news_type": 4, "status": 5, "pivot": { "investment_id": 44, "news_id": 769877 } } ], "code_id": "XLL0044", "item_products": [ { "id": 20, "name": "测试轮次显示A+", "overview": "测试轮次显示A+测试轮次显示A+测试轮次显示A+测试轮次显示A+", "status": 0, "income_last": "10万", "income_now": "10万", "income_next": "10万", "item_currency": { "id": 8, "name": "¥", "intro": "人民币" } } ], "has_bp": 0 }, "timestamp": 1664518012, "logId": 2491273732 }

HTTP Request

/api/investment/iteminfo

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
item_id 项目ID Int

Response Data

Title Description Type Tips
id 投资项目表主键ID Int 投资项目表主键ID
name 投资项目名称 String
overview 投资项目基本简介 String
little_overview 一句话简介 String
valuation 融资金额 String
like_count 点赞数量 Int
contact_count 联系数量 Int
read_count 阅读量 Int
company 公司名 String
company_short 公司名简称 String
logo 标题图片 String
created_at 创建时间 String 2020-03-11 18:14:47
updated_at 更新时间 String 2020-03-11 18:14:47
item_round 融资轮数信息 item_round Object
item_region 投资地区 item_region Object
item_currency 投资币种 item_currency Object
item_tags 投资领域标签 Array
news array newsData Array

item_round

Title Description Type Tips
id 融资轮数信息id Int
name 融资轮数信息名称 String
intro 融资轮数信息描述 String

item_region

Title Description Type Tips
id 投资地区id Int
name 投资地区名称 String
intro 描述 String

item_currency

Title Description Type Tips
id 投资币种id Int
name 投资币种名称 String
intro 投资币种描述 String

item_tags Item

Title Description Type Tips
id 投资领域标签id Int
name 投资领域标签名称 String
intro 投资领域标签描述 String

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
news_type 咨询类别 Int 资讯类型,默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量项目提交

芯力量项目提交

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "name": "测试项目", "little_overview": "阿西吧", "contacts": "李世星", "mobile": "13333891144", "position": "开发", "wechat": "TNT_1006", "email": "981491006@qq.com", "valuation": "100万", "is_see": "1", "ratio": "50K", "number_count": 1, "product_count": 1, "hisotry_count": 1, "tag_count": 2, "logo": "http://s.laoyaoba.com/jwImg/news/2019/10/24/15719060409991.png", "overview": "阿西吧爸爸阿布", "company": "测试数据有限责任公司", "company_short": "测试数据", "updated_at": "2022-09-30 15:38:12", "created_at": "2022-09-30 15:38:12", "id": 57, "item_round": { "id": 2, "name": "Pre-B", "intro": "B轮融资" }, "item_region": { "id": 2, "name": "上海", "intro": "上海地区" }, "item_currency": { "id": 8, "name": "¥", "intro": "人民币" }, "item_tags": [ { "id": 3, "name": "消费", "intro": "消费领域" }, { "id": 4, "name": "企业服务", "intro": "企业服务领域" } ], "auth_info": [ { "src": "http://s.laoyaoba.com/Img/w1321239.jpg", "type": 2, "id": 44 }, { "src": "http://s.laoyaoba.com/Img/w1321239.jpg", "type": 1, "id": 45 } ], "number_info": [ { "name": "成员1", "position": "创始人", "school": "北京邮电大学", "company": "字节跳动", "overview": "简介", "avatar": "http://s.laoyaoba.com/Img/w1321239.jpg", "id": 29 } ], "product_info": [ { "name": "产品1", "overview": "我是产品介绍", "income_last": "10万", "income_now": "10万", "income_next": "10万", "status": 1, "id": 28, "item_currency": { "id": 8, "name": "¥", "intro": "人民币" } } ], "history_info": [ { "valuation": "1000万", "invest_time": "2018-05-27", "investment": "XX创投", "ratio": "50%", "id": 31, "item_round": { "id": 6, "name": "B", "intro": "B轮" }, "item_currency": { "id": 8, "name": "¥", "intro": "人民币" } } ], "news": [ { "news_id": 769877, "news_title": "tricker的咨询文章2详情页主标题", "subtitle": "这个是测试咨询2外部展示标题", "intro": "测试咨询摘要VIP2", "news_type": 4, "status": 5, "pivot": { "item_id": 57, "news_id": 769877 } } ] }, "timestamp": 1664523491, "logId": 3039155358 }

HTTP Request

/api/investment/additem

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
token 用户登录token String
item_name 项目名称 String
word_overview 一句话简介 String
region_id 区域id Int
tag_list 投资领域标签 JsonString
contact_name 联系人姓名 String
contact_phone 联系人电话 String
contact_position 联系人职位 String
contact_wechat 联系人微信 String
contact_email 联系人邮箱 String
round_id 融资轮次id Int
currency_id 融资货币类型id Int
valuation 融资金额 String
is_see 公开可见 1 可见 0 不可见 Int
ratio 出让比例 String
auth_info 认证信息 JsonString
history_list 历史融资信息信息 JsonString
product_list 产品信息 JsonString
number_list 成员信息 JsonString
logo logo封面 String
company 公司名称 String
company_short 公司简称 String
overview 简介 String
news_ids 相关咨询id String 多个使用,隔开

Response Data

Title Description Type Tips
name 投资项目名称 String
little_overview 一句话简介 String
overview 投资项目基本简介 String
contacts 联系人姓名 String
mobile 联系人手机号 String
position 联系人职位 String
wechat 联系人微信 String
email 联系人邮箱 String
valuation 融资金额 String
is_see 公开可见 1 可见 0 不可见 String
ratio 出让比例 String
number_count 成员数量 Int
product_count 产品数量 Int
hisotry_count 历史融资数量 Int
tag_count 出让比例 String
company 公司名 String
company_short 公司名简称 String
logo 标题图片 String
created_at 创建时间 String 2020-03-11 18:14:47
updated_at 更新时间 String 2020-03-11 18:14:47
item_round 融资轮数信息 item_round Object
item_region 投资地区 item_region Object
item_currency 投资币种 item_currency Object
item_tags 投资领域标签 Array
auth_info 认证信息 Array
number_info 成员信息 Array
product_info 产品信息 Array
history_info 历史融资信息信息 Array
news array newsData Array

auth_info Item

Title Description Type Tips
src 证件图片路径 String
type 证件类型(1 : 个人 2 : 企业) Int
id 认证Id Int

number_info Item

Title Description Type Tips
name 项目成员名字 String
position 职位 String
school 学校 String
company 公司名 String
overview 简介 String
avatar 成员头像 String
id 成员Id Int

product_info Item

Title Description Type Tips
name 产品/服务名 String
overview 介绍 String
income_last 收入预估去年 String
income_now 收入预估今年 String
income_next 收入预估明年 String
status 公开状态 (0 : 不 1 :公开) Int
id 产品Id String
item_currency 投资币种 item_currency Object

history_info Item

Title Description Type Tips
valuation 融资金额 String
invest_time 项目时间 String
investment 项目名称 String
ratio 出让比例 String
id 项目历史Id Int
item_round 融资轮数 item_round Object
item_currency 投资币种 item_currency Object

item_round

Title Description Type Tips
id 融资轮数信息id Int
name 融资轮数信息名称 String
intro 融资轮数信息描述 String

item_region

Title Description Type Tips
id 投资地区id Int
name 投资地区名称 String
intro 描述 String

item_currency

Title Description Type Tips
id 投资币种id Int
name 投资币种名称 String
intro 投资币种描述 String

item_tags Item

Title Description Type Tips
id 投资领域标签id Int
name 投资领域标签名称 String
intro 投资领域标签描述 String

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
news_type 咨询类别 Int 资讯类型,默认0无图,1-单图,2-多图,3-视频,4-音频,5-软文广告,6-图片广告
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量成功案例列表

芯力量成功案例列表接口

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 3, "per_page": 3, "current_page": 1, "last_page": 1, "next_page_url": null, "prev_page_url": null, "from": 1, "to": 3, "data": [ { "id": 2, "company_name": "黑芝麻智能科技有限公司", "company_short_name": "黑芝麻智能", "logo": "", "overview": "恒烁半导体(合肥)股份有限公司成立于2015年,恒烁半导体(合肥)股份有限公司是一家主营业务为存储芯片和MCU芯片研发、设计及销售的集成电路企业。公司于2022年8月29日在上海证券交易所科创板上市,股票代码688416。公司现有主营产品包括NOR Flash存储芯片和基于Arm® Cortex®-M0+内核架构的通用32位MCU芯片。同时,公司还在致力于开发基于NOR闪存技术的存算一体终端推理AI芯片。", "created_at": "2022-10-13 16:45:48", "updated_at": "2022-10-13 16:45:59", "news": [ { "news_id": 769908, "news_title": "【专利解密】豪威集团推动车载图像传感器技术革新", "subtitle": "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊", "intro": "韦尔半导体的图像传感器专利,通过将结型场效应晶体管JEFT和CMOS的两种栅极同时应用在转移栅极之上,防止转移出的电子回流到PD中造成图像拖尾等噪声,增大了像素面积而且避免信号串扰。", "published_time": 166418261550254688, "news_type": 1, "status": 5, "pivot": { "case_id": 2, "news_id": 769908 } } ] } ] }, "timestamp": 1665714197, "logId": 3998182085 }

HTTP Request

/api/investment/caselist

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String
after_id 偏移id Int 第一次请求不填 加载更多 需要填写
limit 展示数量 Int 默认 3条数据

Response Data

Title Description Type Tips
id 案例ID Int 案例ID
company_name 公司名称 String
company_short_name 公司简称 String
logo 封面图 String
overview 简介 String
created_at 创建时间 String 2022-09-23 11:36:06
updated_at 更新时间 String 2022-09-23 11:36:06
news array newsData Array

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
published_time 咨询发布时间 String "09-27 16:55" 小于当前年 "2021-12-09"
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

芯力量成功案例详情

芯力量成功案例详情

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 2, "company_name": "黑芝麻智能科技有限公司", "company_short_name": "黑芝麻智能", "logo": "", "overview": "恒烁半导体(合肥)股份有限公司成立于2015年,恒烁半导体(合肥)股份有限公司是一家主营业务为存储芯片和MCU芯片研发、设计及销售的集成电路企业。公司于2022年8月29日在上海证券交易所科创板上市,股票代码688416。公司现有主营产品包括NOR Flash存储芯片和基于Arm® Cortex®-M0+内核架构的通用32位MCU芯片。同时,公司还在致力于开发基于NOR闪存技术的存算一体终端推理AI芯片。", "created_at": "2022-10-13 16:45:48", "updated_at": "2022-10-13 16:45:59", "news": [ { "news_id": 769908, "news_title": "【专利解密】豪威集团推动车载图像传感器技术革新", "subtitle": "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊", "intro": "韦尔半导体的图像传感器专利,通过将结型场效应晶体管JEFT和CMOS的两种栅极同时应用在转移栅极之上,防止转移出的电子回流到PD中造成图像拖尾等噪声,增大了像素面积而且避免信号串扰。", "published_time": "09-26 16:56", "news_type": 1, "status": 5, "pivot": { "case_id": 2, "news_id": 769908 } } ] }, "timestamp": 1665717944, "logId": 2225390988 }

HTTP Request

/api/investment/caseinfo

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
case_id 案例ID Int

Response Data

Title Description Type Tips
id 案例ID Int 案例ID
company_name 公司名称 String
company_short_name 公司简称 String
logo 封面图 String
overview 简介 String
created_at 创建时间 String 2022-09-23 11:36:06
updated_at 更新时间 String 2022-09-23 11:36:06
news array newsData Array

news Item

Title Description Type Tips
news_id 资讯id Int
news_title 资讯标题 String
subtitle 资讯副标题 String
published_time 咨询发布时间 String "09-27 16:55" 小于当前年 "2021-12-09"
intro 资讯简介 String

Log

日期 作者 内容
2022/09/29 李世星 新增

检测分享状态

检测分享状态

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "is_disable": false, "key": "INVESTMENT_DISABLE_KEY:7" }, "timestamp": 1684461936, "logId": 4018780581 }

HTTP Request

/api/investment/checksharestatus

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain
source 来源 String

Response Data

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
is_disable 是否禁用 bool true 禁用 false 非禁用
key 缓存Key String

Log

日期 作者 内容
2023/05/19 李晓东 新增

我的相关 user

我的收藏列表

我的收藏列表

POST: /api/user/collectjob

Response Body:

Copy to Clipboard
{ "errno":0, "errmsg":"SUCCESS", "userInfo":null, "data":{ "list":[ { "id":511, "position_name":"测试投递简历003", "company_id":347, "company_name":"于斌有限公司", "city":"北京市", "years":"应届生", "educ":"不限", "treatments":[ { "id":25, "name":"博士" }, { "id":26, "name":"AloT" }, { "id":27, "name":"边缘智能" }, { "id":28, "name":"测试" }, { "id":29, "name":"aaa" }, { "id":30, "name":"咨询" } ], "company_logo":"http://s.laoyaoba.com/jwImg/3baab54fc60777b5.jpg", "capitalization":"H级", "company_scale":"1000人以上", "income_min":1, "income_max":3, "income":"1-3K/月·13薪", "types":[ { "name":"校招", "color":"#FFFFFF", "background_color":"#FEAF50" } ], "campus":true, "is_active":false, "is_favourite":true, "update_time":1663065009, "is_push":false, "double":0 } ], "current_page":1 }, "timestamp":1666778331, "logId":3037311887 }

HTTP Method

POST

HTTP Request

/api/user/collectjob

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
page 页数 int 默认1
limit 条数 int 默认3

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 列表信息 Array
current_page 当前页数 Number

list Object

Title Description Type Tips
id 企业 ID Number
position_name 职位名称 String
company_id 公司ID Number
company_name 公司名称 String
city 城市 String
years 工作年限 String
educ 教育程度 String
field 职能分类 string
position 职能 string
treatments 福利待遇 array
company_logo 公司logo string
capitalization 融资阶段 string
company_scale 公司规模 string
income_min 最小薪资 Number
income_max 最大薪资 Number
income 薪资范围 string
types 职位类型 array
is_active 职位是否开启 bool
is_push 是否投递 bool
is_favourite 是否收藏 bool
campus 是否学生 bool
update_time 更新时间 Number

Log

日期 作者 内容
2022/10/26 李晓东 新增

上传图片

上传图片

POST: /api/user/setavatar

Response Body:

Copy to Clipboard
{ "errno":0, "errmsg":"SUCCESS", "userInfo":null, "data":{ }, "timestamp":1666778331, "logId":3037311887 }

HTTP Method

POST

HTTP Request

/api/user/setavatar

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
type 图片类型 String 1-头像 2-评论(多图) 3-会议封面 4-上传会议附件图片(多图) 5-芯力量相关 6-投融资 7-简历相关图片(作品,奖项) 8-会议嘉宾人脸信息
img 文件 File

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

传入Type为8时返回如下

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "storage_url": "jwImg/face/2023/03/02/16777412472827.png", "display_url": "https://s.laoyaoba.com/jwImg/face/2023/03/02/16777412472827.png" }, "timestamp": 1677741247, "logId": 4112217981 }
Title Description Type Tips
storage_url 存储路径 String
display_url 展示路径 String

Log

日期 作者 内容
2022/10/26 李晓东 新增
2023/03/02 朱思嘉 修改(嘉宾身份)上传

用户画像信息

上传图片

POST: /api/user/profile

Response Body:

Copy to Clipboard
{ "data": { "id": 5181749, "name": "朱思嘉", "avatar": null, "mobile": "18434819907", "email": "", "weixin": "", "gender": "男", "birthday": 1630944000, "intro": "1", "register_ip": "124.126.18.4", "update_time": 1709187927, "create_time": 1630985761, "is_vip": true, "vip_start_time": 1635933341, "vip_end_time": 1736388551, "company": [{ "title": "爱集微", "job": "php工程师", "start_time": null, "end_time": null }], "meeting": [{ "attendee_id": 35590, "meeting_id": 2590143, "title": "第八届半导体峰会", "create_time": 1709178148, "sell": "", "company": [{ "title": "爱集微咨询(厦门)有限公司", "job": "php", "start_time": 1709885330, "end_time": null }], "school": [{ "title": "其他院校", "grade": "fff", "start_time": 1709885330, "end_time": null }] }], "cv": [{ "id": 153, "name": "朱思嘉", "gender": "男", "birthday": "1997-09-25 00:00:00", "mobile": "18434819907", "email": "1527543657@qq.com", "avatar": "https://static.ijiwei.com/cv/avatar.png", "create_time": 1648102265, "update_time": 1710385671, "company": [{ "title": "爱集微", "job": "php", "start_time": 1609862400, "end_time": 1 }], "school": [{ "title": "山西大学", "major": "计算机科学与技术", "grade": null, "start_time": 1507737600, "end_time": 1544025600 }] }] } }

HTTP Method

GET

HTTP Request

/api/user/profile

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
identity 用户凭据 String case:MHjjeCAmVoY0y73Tjx3NK0FDZlhBQitpdGQ0Zm9YVGdJVnZNc2c9PQ==
model 模式 String base-基础信息 meeting-会议信息 cv-职场信息 all-全部 默认=base
code 验证码 String 针对特殊情况查询 identity输入用户手机号 code 6位(用户手机尾号取最后两位+当天日+当前分)
event 触发事件 String 模拟用户行为所需参数:事件 add edit
domain String 模拟用户行为所需参数:域 user cv meeting
version 版本信息 String 默认=0.1

Request Parameters Body

Response Data

data

Title Description Type Tips
id 用户 ID Integer
name 姓名 String
avatar 头像 String
mobile 手机号码 String
email 电子邮箱 String
weixin 微信 String
gender 性别 String
birthday 生日 Integer 时间戳形式,可转换为日期
intro 简介 String
register_ip 注册 IP 地址 String
update_time 更新时间 Integer 时间戳形式,可转换为日期
create_time 创建时间 Integer 时间戳形式,可转换为日期
is_vip 是否为 VIP Boolean
vip_start_time VIP 开始时间 Integer 时间戳形式,可转换为日期
vip_end_time VIP 结束时间 Integer 时间戳形式,可转换为日期
company 公司信息 Array
title 公司名称 String
job 职位 String
start_time 入职时间 Integer 时间戳形式,可转换为日期
end_time 离职时间 Integer 时间戳形式,可转换为日期,可能为 null
meeting 参加会议信息 Array
cv 简历信息 Array

meeting

Title Description Type Tips
attendee_id 参与者 ID Integer
meeting_id 会议 ID Integer
title 会议标题 String
create_time 创建时间 Integer 时间戳形式,可转换为日期
sell 销售信息 String
company 公司信息 Array
title 公司名称 String
job 职位 String
start_time 入职时间 Integer 时间戳形式,可转换为日期
end_time 离职时间 Integer 时间戳形式,可转换为日期,可能为 null
school 学校信息 Array
title 学校名称 String
grade 年级 String
start_time 入学时间 Integer 时间戳形式,可转换为日期
end_time 毕业时间 Integer 时间戳形式,可转换为日期,可能为 null

cv

Title Description Type Tips
id 简历 ID Integer
name 姓名 String
gender 性别 String
birthday 生日 String 日期时间形式
mobile 手机号码 String
email 电子邮箱 String
avatar 头像链接 String
create_time 创建时间 Integer 时间戳形式,可转换为日期
update_time 更新时间 Integer 时间戳形式,可转换为日期
company 公司信息 Array
title 公司名称 String
job 职位 String
start_time 入职时间 Integer 时间戳形式,可转换为日期
end_time 离职时间 Integer 时间戳形式,可转换为日期,可能为 1(null)
school 学校信息 Array
title 学校名称 String
major 专业 String
grade 年级 String
start_time 入学时间 Integer 时间戳形式,可转换为日期
end_time 毕业时间 Integer 时间戳形式,可转换为日期

Log

日期 作者 内容
2024/03/14 朱思嘉 新增

职位相关 position

获取职场相关静态资源信息

获取职场相关静态资源信息

POST: /api/position/formresource

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "互联网软件", "children": [ { "id": 6, "name": "php开发" }, { "id": 7, "name": "UI设计" }, { "id": 8, "name": "测试工程师" }, { "id": 9, "name": "产品经理" }, { "id": 10, "name": "产品总监" } ] } ], "timestamp": 1666772817, "logId": 2485998601 }

HTTP Method

POST

HTTP Request

/api/position/formresource

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
type type String 1.职位和职能数据 2.返回公司规模 3.职场人求职状态 4.返回工作年限 5.受教育程度数据 6.简历状态 7.热门城市 9.所有

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 array

data Object

Title Description Type Tips
id ID Object
name ID对应的名称 string
children 子节点 Array

children Object

Title Description Type Tips
id ID Object
name ID对应的名称 string

Log

日期 作者 内容
2022/10/26 李晓东 新增

更多职位详情

获取更多职位详情信息

GET: /api/position/moreposition

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "company_info": { "id": 333, "company_name": "爱集微咨询(厦门)有限公司", "logo": "http://s.laoyaoba.com/jwImg/4d8f238221f6ffd7.jpg", "capitalization": "D", "scale": "100~499人", "overview": "\n爱集微咨询(厦门)有限公司(简称“爱集微”)起步于2008年,是一家专业的ICT产业咨询服务机构。\n爱集微凭借行业资源及中国半导体行业大数据平台,聚焦“行业咨询、品牌营销、资讯、知识产权、投融资、职场”六大核心业务,长期关注客户的持续发展,基于产业价值链视角,立足本土,面向国际,以提供解决方案的咨询服务模式,帮助全球半导体企业不断提升,构筑竞争优势,同时搭建企业、投资机构、人才、项目之间对接的桥梁,助推产业发展。\n爱集微深入中国京津环渤海、长三角、珠三角三大半导体产业集群,在北京、上海、深圳、南京、厦门、青岛、西安、成都、石家庄、中国台湾等地设有分支机构;公司采取一体化的运营管理模式,建立了完善的服务体系,各地分支机构形成合力,可第一时间在多个城市为客户配置服务资源。\n基于对ICT产业发展趋势的深度洞察,借助在全产业链全生命周期方面的服务优势,爱集微打造出一支专业、高效的实战型服务团队,注重实际落地价值。公司于2021年6月正式成立汇智创新平台——“集微研究院”,囊括咨询、品牌营销、知识产权、投融资、政策、职场等方面的专家型人才,通过行业研究与成果转化,形成具有行业发展辅助指导意义的", "address": "中关村壹号", "is_hunter": false }, "career_talks": [ { "id": 3, "name": "校友会1", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "year": 2022, "hot_num": 123, "sort": 0, "activity_time": "07-16 09:00", "flag": 3, "src": "https://devwww.laoyaoba.com/workwebviewnotice/1/1", "unit_info": { "id": 15, "name": "测试表单14", "is_login": false }, "is_apply": true, "has_apply_btn": false, "top": false } ], "career_talks_count": 15 }, "timestamp": 1658131105, "logId": 3750591411 }

HTTP Method

GET

HTTP Request

/api/position/moreposition

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token Token String
position_id 职位ID Number
company_id 公司ID Number
limit 展示条数限制 Number 默认2

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
company_info 公司信息 Object
filed_list 在招职位相关信息 Array
career_talks 宣讲会信息 Array
career_talks_count 宣讲会条数 Number

company_info Object

Title Description Type Tips
id 企业 ID Number
company_name 公司名称 String
logo 公司logo String
capitalization 融资阶段 String
scale 公司规模 String
overview 简介 String
address 地址 String
is_hunter 是否猎头 Bool

filed_list Array

Title Description Type Tips
id 在招职位 ID Number
filed_name 在招职位名称 String
position_count 职位数 Number

career_talks Array

Title Description Type Tips
id 宣讲会 ID Number
name 宣讲会名称 String
cover 封面图 String
year 宣讲年限 Number
hot_num 热度值 Number
sort 排序值 Number
activity_time 活动时间 String
flag 标识 Number 1: 直播预告 2: 直播中 3: 直播回放
src 直播跳转H5地址 String
unit_info 关联活动报名模板信息 Object 2022 10月份 职场 迭代
is_apply 是否报名 - 用于宣讲报名 Bool
has_apply_btn 是否显示报名按钮 Bool
top 是否置顶 Bool

unit_info object

Title Description Type Tips
id 报名模板Id number
name 报名模板名称 string
is_login 是否需要登录 int

Log

日期 作者 内容
2022/7/19 李晓东 新增
2023/03/28 李晓东 编辑 列表中增加报名相关信息

首页搜索接口

首页搜索接口

POST: /api/position/jobs

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "id": 333, "position_name": "22号新发布测试职位", "company_id": 333, "company_name": "爱集微咨询(厦门)有限公司", "city": "北京市", "years": "应届生", "educ": "硕士", "field": "互联网软件", "position": "测试工程师", "treatments": [ { "id": 4, "name": "技术领先" }, { "id": 12, "name": "专业培训" }, { "id": 14, "name": "补充公积金" } ], "company_logo": "http://s.laoyaoba.com/jwImg/4d8f238221f6ffd7.jpg", "capitalization": "C", "company_scale": "100~499人", "income_min": 36, "income_max": 108, "income": "30-90K/月·20薪", "types": [ { "name": "校招", "color": "#FFFFFF", "background_color": "#FEAF50" } ], "is_active": true, "is_push": false, "is_favourite": false, "campus": true, "update_time": 1663812617 } ], "current_page": 1 }, "timestamp": 1666773925, "logId": 2596726158 }

HTTP Method

POST

HTTP Request

/api/position/jobs

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token Token String
limit 个数 Number
page 页码 Number
order 排序 Number 1 薪资 2 学历 3 工作年限
city 城市的mapCode string
position 职能 string
field 职能分类 string
years 工作年限 string
educ 受教育程度 string
revenue_min 最低工资 string
revenue_max 最高工资 string
search 搜索条件 (需要匹配公司名和工作名称) string
interested 是否按兴趣的来推送 string
type 职位分类 string
scale 公司规模 string

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 列表信息 Array
current_page 当前页数 Number

list Object

Title Description Type Tips
id 企业 ID Number
position_name 职位名称 String
company_id 公司ID Number
company_name 公司名称 String
city 城市 String
years 工作年限 String
educ 教育程度 String
field 职能分类 string
position 职能 string
treatments 福利待遇 array
company_logo 公司logo string
capitalization 融资阶段 string
company_scale 公司规模 string
income_min 最小薪资 Number
income_max 最大薪资 Number
income 薪资范围 string
types 职位类型 array
is_active 职位是否开启 bool
is_push 是否投递 bool
is_favourite 是否收藏 bool
campus 是否学生 bool
update_time 更新时间 Number

Log

日期 作者 内容
2022/10/26 李晓东 新增

简历 cv

添加编辑我的简历信息

添加编辑我的简历信息

Copy to Clipboard
{ "token": "eyJ0b2tlbiI6IjM1Nzc0YzE5NmNlYzQwM2M0MzllNjU5ZDA1YWZhN2Q2Iiwic2VjcmV0IjoiZGFjYjVjMjg3ZmU5MTg3NGIwMjEyYTAwOWFjM2RhMGUifQ==", "source": "pc", "remark": "其他信息 吧啦吧啦吧", "intro": "个人优势 hello my name is lili", "interest": "兴趣特长 一身干净就是腿特长", "user_info": "{\n\"name\":\"理理\",\n\"sex\":1,\n\"educ\":3,\n\"birthday\":757353600,\n\"years\":1451577600,\n\"tel\":\"15652773320\",\n\"email\":\"lixd@lunion.com.cn\",\n\"province\":\"北京市\",\n\"city\":\"北京市\",\n\"map_code\":1101,\n\"salary\":10,\n\"salary_status\":false,\n\"status\":1,\n\"salary_type\":2,\n\"job_status\":1\n}", "wish_info": "{\n\"job_field_id\":1,\n\"job_position_id\":6,\n\"min_wish_salary\":20,\n\"max_wish_salary\":22,\n\"salary_type\":2,\n\"map_code\":1201,\n\"wish_province\":\"天津市\",\n\"wish_city\":\"天津市\"\n}", "project_experience_arr": "[\n{\n\"name\":\"OA登录中转系统\",\n\"role\":\"Go开发\",\n\"link\":\"http://www.baidu.com\",\n\"extra\":\"这是一个gogogogogogo项目\",\n\"start_time\":1666757100,\n\"end_time\":1666757200\n}\n]", "project_arr": "[\n{\n\"project_id\":129,\n\"start_time\":1577808000,\n\"end_time\":1,\n\"company\":\"试试1\",\n\"position_name\":\"PHP\",\n\"project\":\"试试\",\n\"department\":\"软件开发部\"\n},\n{\n\"project_id\":130,\n\"start_time\":1514736000,\n\"end_time\":1546272000,\n\"company\":\"爱集微\",\n\"position_name\":\"测试1\",\n\"project\":\"黑帝。\",\n\"department\":\"软件开发部\"\n}\n]", "skill_arr": "[\n{\n\"name\":\"PHP\",\n\"level\":3\n},\n{\n\"name\":\"GO\",\n\"level\":2\n},\n{\n\"name\":\"SQL\",\n\"level\":1\n}\n]", "opus_arr": "[\n{\n\"name\":\"集微网\",\n\"link\":\"htts://ijiwei.com\",\n\"intro\":\"伟大的网站\",\n\"attachment_content\":[\n\"https://static.ijiwei.com/cv/avatar.png\",\"https://static.ijiwei.com/cv/avatar.png\",\"https://static.ijiwei.com/cv/avatar.png\"\n]\n}\n]", "certificate_arr": "[\n{\n\"name\":\"集微网123\",\n\"attachment_content\":\n\"https://static.ijiwei.com/cv/avatar.png\"\n}\n]" }

HTTP Request

/api/cv/myresume

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain Version
source 来源 String PC 填写 PC 2022 10月份 迭代
token 身份验证码 String token="589a5d93ceab4b959820b9e6d980be6f" 2022 10月份 迭代
user_info 个人信息 json 否 否时传{} 2022 10月份 迭代
wish_info 求职意向 json 否 否时传{} 2022 10月份 迭代
educ_arr 教育经历 json 否 否时传{} 2022 10月份 迭代
project_experience_arr 项目经验 json 否 否时传{} 2022 10月份 迭代
project_arr 工作经验 json 否 否时传{} 2022 10月份 迭代
skill_arr 技能水平 json 否 否时传{} 2022 10月份 迭代
opus_arr 作品展示 json 否 否时传{} 2022 10月份 迭代
certificate_arr 其他证书 json 否 否时传{} 2022 10月份 迭代
interest 兴趣特长 string 2022 10月份 迭代
intro 个人优势 string 2022 10月份 迭代
remark 其他信息 string 2022 10月份 迭代

user_info

Parameter Description Type Required Explain Version
name 名称 string 2022 10月份 迭代
sex 性别 int (1男,2女) 2022 10月份 迭代
educ 学历 int (1大专,2本科,3硕士,4博士,5MBA) 2022 10月份 迭代
job_status 求职状态 int (1在职/在校 找工作,2暂不考虑,3考虑机会 4 离职/离校 找个工作) 2022 10月份 迭代
birthday 出生年月 int 【时间戳】出生年月 2022 10月份 迭代
years 参加工作时间 int 【时间戳】 参加工作时间 (4294959697为应届生) 2022 10月份 迭代
salary 目前薪水 int 【int】目前薪水(最多5位数) 2022 10月份 迭代
salary_status 是否保密 int 是否保密(1是,0否) 2022 10月份 迭代
salary_type 薪资类别 int 1 年薪 2月薪 3 日薪 4 时薪 2022 10月份 迭代
status 简历状态 int 简历状态(1全部可见,2全部不可见,3仅对HR可见,4仅对猎头可见) 2022 10月份 迭代
tel 电话联系方式 string 2022 10月份 迭代
email 邮箱联系方式 string 2022 10月份 迭代
province 所在省份 string 2022 10月份 迭代
city 所在城市 string 2022 10月份 迭代
address 详细地址 string 2022 10月份 迭代
map_code 所在城市区 string 2022 10月份 迭代

wish_info

Parameter Description Type Required Explain Version
map_code 所在市区 int 2022 10月份 迭代
wish_province 所在省份 string 2022 10月份 迭代
wish_city 所在市 string 2022 10月份 迭代
min_wish_salary 最小期望薪水 int 2022 10月份 迭代
max_wish_salary 最大期望薪水 int 2022 10月份 迭代
job_field_id 职能父极id int 2022 10月份 迭代
job_position_id 期望职位id int 2022 10月份 迭代
salary_type 薪资类别 int 1 年薪 2月薪 3 日薪 4 时薪 2022 10月份 迭代

educ_arr

Parameter Description Type Required Explain Version
start_time 开始时间 int 2022 10月份 迭代
end_time 开始时间 int 2022 10月份 迭代
educ 学历 int (1大专,2本科,3硕士,4博士,5MBA) 2022 10月份 迭代
school 学校 string 2022 10月份 迭代
major 专业 string 2022 10月份 迭代
full_time 是否全日制 int 是否全日制(1是,0否) 2022 10月份 迭代

project_experience_arr

Parameter Description Type Required Explain Version
start_time 开始时间 int 2022 10月份 迭代
end_time 开始时间 int 2022 10月份 迭代
role 角色 string 2022 10月份 迭代
extra 项目描述 string 2022 10月份 迭代
name 项目名称 string 2022 10月份 迭代
link 项目链接 string 2022 10月份 迭代

project_arr

Parameter Description Type Required Explain Version
start_time 开始时间 int 2022 10月份 迭代
end_time 开始时间 int 2022 10月份 迭代
company 公司名称 string 2022 10月份 迭代
department 所属部门 string 2022 10月份 迭代
position_name 职务名称 int 2022 10月份 迭代
department 部门 int 2022 10月份 迭代

skill_arr

Parameter Description Type Required Explain Version
name 技能 string 2022 10月份 迭代
level 技能级别 string 级别:0 入门, 1 熟练,2 精通,3 专家 2022 10月份 迭代

opus_arr

Parameter Description Type Required Explain Version
name 作品名称 string 2022 10月份 迭代
link 作品连接地址 string 2022 10月份 迭代
intro 作品介绍 string 2022 10月份 迭代
attachment_content 作品附件 array 2022 10月份 迭代

certificate_arr

Parameter Description Type Required Explain Version
name 证书名称 string 2022 10月份 迭代
attachment_content 证书附件 string 2022 10月份 迭代

Response Data

Title Description Type Tips Version
error 错误代码 int 0为 请求成功 错误代码详情参考各接口详情 2022 10月份 迭代
errmsg 错误详情 string 2022 10月份 迭代
data 数据详情 Object {is_perfect:简历是否已完善,1是,0否} 2022 10月份 迭代

Log

日期 作者 内容
2022/10/19 李世星 新增

获取我的简历详情信息

详情数据

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "cv_id": 159, "updated_at": 1666767075, "is_perfect": true, "perfect": "100%", "is_update": true, "intro": "个人优势 hello my name is lili", "remark": "其他信息 吧啦吧啦吧", "interest": "兴趣特长 一身干净就是腿特长", "user_info": { "name": "理理", "avatar": "https://static.ijiwei.com/cv/avatar.png", "birthday": 757353600, "years_name": "6年9个月", "province": "北京市", "city": "北京市", "address": "北京市海淀区xxx", "tel": "15652773320", "email": "lixd@lunion.com.cn", "position_name": "PHP", "age": 28, "years": 1451577600, "salary": 10, "salary_type": 2, "map_code": 1101, "salary_status": false, "educ_info": { "educ_id": 3, "educ_name": "硕士" }, "sex_info": { "sex_id": 1, "sex_name": "男" }, "status_info": { "status_id": 1, "status_name": "全部可见" }, "job_status_info": { "job_status_id": 1, "job_status_name": "离职,正在找工作" } }, "wish_list": [ { "wish_id": 167, "map_code": 1201, "min_wish_salary": 20, "max_wish_salary": 22, "salary_type": 2, "wish_province": "天津市", "wish_city": "天津市", "wish_field_info": { "job_field_id": 1, "job_field_name": "互联网软件" }, "wish_position_info": { "job_position_id": 6, "job_position_name": "php开发" } } ], "educ_list": [ { "educ_id": 112, "start_time": 1325347200, "end_time": 1430409600, "school": "石油大学", "major": "计算机", "full_time": true, "educ_info": { "educ_id": 1, "educ_name": "大专" } } ], "project_experience_list": [ { "project_experience_id": 23, "start_time": 1666757100, "end_time": 1666757200, "name": "OA登录中转系统", "role": "Go开发", "link": "http://www.baidu.com", "extra": "这是一个gogogogogogo项目" } ], "project_list": [ { "project_id": 160, "start_time": 1577808000, "end_time": 1, "company": "试试1", "department": "软件开发部", "position_name": "PHP", "project": "试试" }, { "project_id": 161, "start_time": 1514736000, "end_time": 1546272000, "company": "爱集微", "department": "软件开发部", "position_name": "测试1", "project": "黑帝。" } ], "skill_list": [ { "skill_id": 44, "name": "PHP", "level": 3, "level_name": "专家" }, { "skill_id": 45, "name": "GO", "level": 2, "level_name": "精通" }, { "skill_id": 46, "name": "SQL", "level": 1, "level_name": "熟练" } ], "opus_list": [ { "opus_id": 4, "name": "集微网", "link": "htts://ijiwei.com", "intro": "伟大的网站", "attachment_content": [ "https://static.ijiwei.com/cv/avatar.png", "https://static.ijiwei.com/cv/avatar.png", "https://static.ijiwei.com/cv/avatar.png" ] } ], "certificate_list": [ { "certificate_id": 2, "name": "集微网123", "attachment_content": "https://static.ijiwei.com/cv/avatar.png" } ] }, "timestamp": 1666767104, "logId": 4062157855 }

HTTP Request

/api/cv/detail

HTTP METHOD

GET/POST

Request Parameters

Parameter Description Type Required Explain Version
source 来源 String PC 填写 PC 2022 10月份 迭代
token 身份验证码 String token="589a5d93ceab4b959820b9e6d980be6f" 2022 10月份 迭代

Response Data

Title Description Type Tips Version
error 错误代码 int 0为 请求成功 错误代码详情参考各接口详情 2022 10月份 迭代
errmsg 错误详情 string 2022 10月份 迭代
data 数据详情 Object 2022 10月份 迭代

data

Parameter Description Type Required Explain Version
cv_id 简历ID int 2022 10月份 迭代
updated_at 更新时间 int 2022 10月份 迭代
is_perfect 是否完整 int (1是,0否) 2022 10月份 迭代
perfect 完成度 string (1在职/在校 找工作,2暂不考虑,3考虑机会 4 离职/离校 找个工作) 2022 10月份 迭代
is_update 是否刷新 bool 2022 10月份 迭代
intro 个人优势 string 2022 10月份 迭代
remark 其他信息 string 2022 10月份 迭代
interest 兴趣特长 string 2022 10月份 迭代
user_info 用户基础信息 json 2022 10月份 迭代
wish_list 期望信息 array 2022 10月份 迭代
educ_list 教育信息 array 2022 10月份 迭代
project_experience_list 项目经历 array 2022 10月份 迭代
project_list 工作经历 array 2022 10月份 迭代
skill_list 技能水平 array 2022 10月份 迭代
opus_list 作品信息 array 2022 10月份 迭代
certificate_list 其他获奖信息 array 2022 10月份 迭代

user_info

Parameter Description Type Required Explain Version
name 名称 string 2022 10月份 迭代
avatar 头像 string 2022 10月份 迭代
birthday 出生年月 int 【时间戳】出生年月 2022 10月份 迭代
years_name 工作时长 string 参加工作时长 2022 10月份 迭代
province 所在省份 string 2022 10月份 迭代
city 所在城市 string 2022 10月份 迭代
address 所在城市详细地址 string 2022 10月份 迭代
tel 电话联系方式 string 2022 10月份 迭代
email 邮箱联系方式 string 2022 10月份 迭代
position_name 职位名称 string 2022 10月份 迭代
age 年龄 int 2022 10月份 迭代
years 参加工作时间 int 【时间戳】 参加工作时间 (4294959697为应届生) 2022 10月份 迭代
salary 目前薪水 int 【int】目前薪水(最多5位数) 2022 10月份 迭代
salary_type 薪资类别 int 1 年薪 2月薪 3 日薪 4 时薪 2022 10月份 迭代
map_code 所在城市区 string 2022 10月份 迭代
salary_status 是否保密 int 是否保密(1是,0否) 2022 10月份 迭代
educ_info 学历 json (1大专,2本科,3硕士,4博士,5MBA) 2022 10月份 迭代
sex_info 性别 int (1男,2女) 2022 10月份 迭代
status_info 简历状态 int 简历状态(1全部可见,2全部不可见,3仅对HR可见,4仅对猎头可见) 2022 10月份 迭代
job_status_info 求职状态 int (1在职/在校 找工作,2暂不考虑,3考虑机会 4 离职/离校 找个工作) 2022 10月份 迭代

wish_list

Parameter Description Type Required Explain Version
wish_id wish ID int 2022 10月份 迭代
map_code 所在市区 int 2022 10月份 迭代
min_wish_salary 最小期望薪水 int 2022 10月份 迭代
max_wish_salary 最大期望薪水 int 2022 10月份 迭代
salary_type 薪资类别 int 1 年薪 2月薪 3 日薪 4 时薪 2022 10月份 迭代
wish_province 所在省份 string 2022 10月份 迭代
wish_city 所在市 string 2022 10月份 迭代
job_field_info 职能父极信息 json 2022 10月份 迭代
job_position_info 期望职位信息 json 2022 10月份 迭代

educ_list

Parameter Description Type Required Explain Version
educ_id educ ID int 2022 10月份 迭代
start_time 开始时间 int 2022 10月份 迭代
end_time 开始时间 int 2022 10月份 迭代
educ_info 学历信息 json (1大专,2本科,3硕士,4博士,5MBA) 2022 10月份 迭代
school 学校 string 2022 10月份 迭代
major 专业 string 2022 10月份 迭代
full_time 是否全日制 int 是否全日制(1是,0否) 2022 10月份 迭代

project_experience_list

Parameter Description Type Required Explain Version
project_experience_id project experience ID int 2022 10月份 迭代
start_time 开始时间 int 2022 10月份 迭代
end_time 开始时间 int 2022 10月份 迭代
role 角色 string 2022 10月份 迭代
extra 项目描述 string 2022 10月份 迭代
name 项目名称 string 2022 10月份 迭代
link 项目链接 string 2022 10月份 迭代

project_list

Parameter Description Type Required Explain Version
project_id project id int 2022 10月份 迭代
start_time 开始时间 int 2022 10月份 迭代
end_time 开始时间 int 2022 10月份 迭代
company 公司名称 string 2022 10月份 迭代
department 所属部门 string 2022 10月份 迭代
position_name 职务名称 int 2022 10月份 迭代
department 部门 int 2022 10月份 迭代

skill_list

Parameter Description Type Required Explain Version
skill_id skill ID int 2022 10月份 迭代
name 技能 string 2022 10月份 迭代
level 技能级别 int 级别:0 入门, 1 熟练,2 精通,3 专家 2022 10月份 迭代
level_name 技能级别名称 string 级别:0 入门, 1 熟练,2 精通,3 专家 2022 10月份 迭代

opus_list

Parameter Description Type Required Explain Version
opus_id opus ID int 2022 10月份 迭代
name 作品名称 string 2022 10月份 迭代
link 作品连接地址 string 2022 10月份 迭代
intro 作品介绍 string 2022 10月份 迭代
attachment_content 作品附件 array 2022 10月份 迭代

certificate_list

Parameter Description Type Required Explain Version
certificate_id certificate ID string 2022 10月份 迭代
name 证书名称 string 2022 10月份 迭代
attachment_content 证书附件 string 2022 10月份 迭代

Log

日期 作者 内容
2022/10/26 李晓东 新增

投递简历

投递简历

POST: /api/cv/deliver

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { }, "timestamp": 1527151917, "logId": 3334620831 }

HTTP Method

POST

HTTP Request

/api/cv/deliver

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
position_id 职位ID Number
job_share_site_id 双选会ID Number
job_career_talk_id 宣讲会ID Number

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

Log

日期 作者 内容
2022/7/19 李晓东 新增

获取屏蔽公司

获取屏蔽公司

POST: /api/cv/searchscreen

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "customer_id": 198, "company_name": "爱集微(猎头1)" }, { "customer_id": 170, "company_name": "爱集微公司全称小小(8月2号)主账号HR" } ] }, "timestamp": 1666769942, "logId": 2198375867 }

HTTP Method

POST

HTTP Request

/api/cv/searchscreen

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
company_name 公司名称 string

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 列表信息 Array

list

Title Description Type Tips
company_id 公司ID Number
company_name 公司名称 String

Log

日期 作者 内容
2022/10/26 李晓东 新增

设置屏蔽公司

设置屏蔽公司

POST: /api/cv/setscreen

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "cv_id": 159, "is_screen": true }, "timestamp": 1666777689, "logId": 2973141337 }

HTTP Method

POST

HTTP Request

/api/cv/setscreen

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
customer_id 公司ID string 例如:1,2,3

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
cv_id 简历ID int
is_screen 是否屏蔽 true

Log

日期 作者 内容
2022/10/26 李晓东 新增

屏蔽公司列表

屏蔽公司列表

POST: /api/cv/screenlist

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "total": 1, "list": [ { "customer_id": 198, "company_name": "爱集微(猎头1)" } ] }, "timestamp": 1666777893, "logId": 2993475895 }

HTTP Method

POST

HTTP Request

/api/cv/screenlist

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
page 页数 int 默认1
limit 条数 int 默认10

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 列表 array
total 总条数 int

list Object

Title Description Type Tips
company_id 公司ID Number
company_name 公司名称 String

Log

日期 作者 内容
2022/10/26 李晓东 新增

设置修改我的简历状态

设置修改我的简历状态

POST: /api/cv/setstatus

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "cv_id": 159, "status": 1 }, "timestamp": 1666777689, "logId": 2973141337 }

HTTP Method

POST

HTTP Request

/api/cv/setstatus

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
cv_status 状态 int 1全部可见,2全部不可见, 3仅对HR可见, 4仅对猎头可见

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
cv_id 简历ID Number
status 简历状态 Number 1全部可见,2全部不可见, 3仅对HR可见, 4仅对猎头可见

Log

日期 作者 内容
2022/10/26 李晓东 新增
2023/05/18 李晓东 新增

获取简历相关静态资源信息

获取简历相关静态资源信息

POST: /api/cv/formresource

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "互联网软件", "children": [ { "id": 6, "name": "php开发" }, { "id": 7, "name": "UI设计" }, { "id": 8, "name": "测试工程师" }, { "id": 9, "name": "产品经理" }, { "id": 10, "name": "产品总监" } ] } ], "timestamp": 1666772817, "logId": 2485998601 }

HTTP Method

POST

HTTP Request

/api/cv/formresource

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
type type String 1.职场人求职状态 2.学生求职状态 3.技能 4.职位和职能数据 5.受教育程度数据 ,默认所有

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 array

data Object

Title Description Type Tips
id ID Object
name ID对应的名称 string
children 子节点 Array

children Object

Title Description Type Tips
id ID Object
name ID对应的名称 string

Log

日期 作者 内容
2022/11/08 李晓东 新增

删除简历模板接口

删除简历模板接口

POST: /api/cv/delres

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1666772817, "logId": 2485998601 }

HTTP Method

POST

HTTP Request

/api/cv/delres

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String
res_id 删除对象ID String number
res_type 删除对象ID String 1.教育 2.工作经历 3.项目经历 4.技能 5.作品展示 6.证书奖励

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

Log

日期 作者 内容
2022/10/26 李晓东 新增

简历消息 cvnews

获取简历投递个人反馈

获取简历投递个人反馈

GET: api/cv/myfeedback

HTTP Request

api/cv/myfeedback

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current_page": 1, "last_page": 1, "per_page": 20, "unread_num": 1, "total": 1, "list": [ { "id": 398, "position_name": "测试校招岗位", "company_id": 347, "company_name": "于斌有限公司", "city": "北京市", "years": "应届生", "educ": "本科", "field": "互联网软件", "position": "测试工程师", "treatments": [ { "id": 25, "name": "博士" }, { "id": 26, "name": "AloT" }, { "id": 27, "name": "边缘智能" }, { "id": 28, "name": "测试" }, { "id": 29, "name": "aaa" }, { "id": 30, "name": "咨询" } ], "company_logo": "http://s.laoyaoba.com/jwImg/3baab54fc60777b5.jpg", "capitalization": "H级", "company_scale": "1000人以上", "income": "10-15K/月", "income_min": 12, "income_max": 18, "is_active": true, "campus": true, "update_time": 1657259189, "is_view": false, "is_push": false, "is_favourite": false, "types": [ { "name": "校招", "color": "#FFFFFF", "background_color": "#FEAF50" } ], "notice_id": 1, "notice_type": 3, "invited": { "id": 1, "interview_time": 1657605198, "status": 1, "status_info": "待接受" }, "feedback": { "type": "面试邀约", "time": 1657605215, "status": 1, "status_info": "待接受", "info": "07月12日 13:53 待接受" } } ] }, "timestamp": 1658110769, "logId": 3864537805 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
token 登录token值 String
type 类型 int 1 代查看 2已查看 3面试邀约 4 不合适
page 当前页 int 默认1
limit 每页数据 int 默认为20
after_id 顺序排列中加载下一个的数据的id int

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

data

Title Description Type Tips
current_page 当前页 int
last_page 最后一页 int
per_page 每页数据 int
unread_num 未读消息数量 int
total 总数 int

list

Title Description Type Tips
id 职位id int
position_name 职位名称 int
company_id 公司id int
company_name 公司名称 string
city 职位地点 string
years 工作年限 int
educ 要求学历 int
field 职位所属类别 int
position 职位 string
treatments 福利待遇 treatments Object
company_logo 公司logo string
capitalization 融资轮次 string
company_scale 规模 string
income 薪资待遇 string
income_min 最少薪资 int
income_max 最大信息 int
is_active 是否开启 bool
campus 是否校招 bool
update_time 更新时间 int
is_push 是否投递过 bool
is_favourite 是否收藏过 bool
types 职位类型 type Object
notice_id 职位反馈信息id int
notice_type 职位反馈信息类型 int
invited 面试邀约 invited Obejct
feedback 反馈消息 feedback Obejct
hr_info hr 信息 hr_info Object
is_view 消息是否被查看 bool false 代表未读 true 代表已读

treatments

Title Description Type Tips
id 福利待遇id string
name 福利待遇名称 string

types

Title Description Type Tips
name 分类名称 string
color 分类颜色 string
background_color 分类背景颜色 string

hr_info

Title Description Type Tips
id hr ID int
nickname hr名称 string
logo hr头像 string

invited

Title Description Type Tips
id 面试邀约 id int
interview_time 面试邀约时间 int
status 面试邀约状态 int 1待接受 2已接受3已取消4已结束5已拒绝
status_info 面试邀约状态 String

hr_info

Title Description Type Tips
id hr ID int
nickname hr名称 string
logo hr头像 string

feedback

Title Description Type Tips
time 返回时间 int 时间戳
type 通知类型 string 通知类型
status 通知状态 1 待查看 2 查看 4标记不合适 类型为面试邀约时1为待接受2为已接受3为已取消4为已结束5为已拒绝 int 通知状态
status_info 通知状态描述 string 通知状态描述
info 返回详情 string

Log

日期 作者 内容
2022/07/15 lisx 新增

获取面试邀约详情

获取面试邀约详情

GET: api/cv/myinterview

HTTP Request

api/cv/myinterview

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "company_id": 347, "company_name": "于斌有限公司", "company_logo": "http://s.laoyaoba.com/jwImg/44da7d9cfb76a1dd.png", "status": 1, "status_info": "待接受", "hr_info": { "id": 292, "nickname": "于斌", "logo": null }, "linkman": "刘女士", "phone": "13333891144", "position_name": "测试校招岗位", "position_income": "10-15K/月", "interview_time": 1657605198, "company_address": "北京呀", "intro": "" }, "timestamp": 1657867715, "logId": 3181469380 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
token 登录token值 String
invited_id 面试邀请id int

Response Data

Title Description Type Tips
id 面试邀约id int
company_id 公司id string
company_name 公司名称 string
company_logo 公司logo string
status 面试邀约状态 int 1待接受 2已接受3已取消4已结束5已拒绝
status_info 面试邀约状态 string
hr_info hr详情 hr_info Object
linkman 联系人 string
phone 电话 string
position_name 职位名称 string
position_income 职位薪酬 string
interview_time 邀约面试时间 int
company_address 邀约面试地点 string
intro 邀约面试备注 string

hr_info

Title Description Type Tips
id hr ID int
nickname hr名称 string
logo hr头像 string
position hr职位 string

Log

日期 作者 内容
2022/07/15 lisx 新增

获取简历投递关于我

获取简历投递关于我

GET: api/cv/myseedme

HTTP Request

api/cv/myseedme

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "current_page": 1, "last_page": 1, "per_page": 10, "unread_num": 0, "total": 1, "list": [ { "id": 398, "position_name": "测试校招岗位", "company_id": 347, "company_name": "于斌有限公司", "city": "北京市", "years": "应届生", "educ": "本科", "field": "互联网软件", "position": "测试工程师", "treatments": [ { "id": 25, "name": "博士" }, { "id": 26, "name": "AloT" }, { "id": 27, "name": "边缘智能" }, { "id": 28, "name": "测试" }, { "id": 29, "name": "aaa" }, { "id": 30, "name": "咨询" } ], "company_logo": "http://s.laoyaoba.com/jwImg/3baab54fc60777b5.jpg", "capitalization": "H级", "company_scale": "1000人以上", "income": "10-15K/月", "income_min": 12, "income_max": 18, "is_active": true, "campus": true, "is_view": false, "hr_info": { "id": 292, "nickname": "于斌", "logo": null, "position": "ROOT" }, "is_push": false, "is_favourite": false, "types": [ { "name": "校招", "color": "#FFFFFF", "background_color": "#FEAF50" } ], "feedback": { "time": 1657619592, "info": " 收藏了您" } } ] }, "timestamp": 1658112820, "logId": 4069602879 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
token 登录token值 String
type 类型 int 1 谁看过我 2 谁对我感兴趣
page 当前页 int 默认1
limit 每页数据 int 默认为20
after_id 顺序排列中加载下一个的数据的 notice_id int

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

data

Title Description Type Tips
current_page 当前页 int
last_page 最后一页 int
per_page 每页数据 int
unread_num 未读数量 int
total 总数 int

list

Title Description Type Tips
id 职位id int
position_name 职位名称 int
company_id 公司id int
company_name 公司名称 string
city 职位地点 string
years 工作年限 int
educ 要求学历 int
field 职位所属类别 int
position 职位 string
treatments 福利待遇 treatments Object
company_logo 公司logo string
capitalization 融资轮次 string
company_scale 规模 string
income 薪资待遇 string
income_min 最少薪资 int
income_max 最大信息 int
is_active 是否开启 bool
campus 是否校招 bool
update_time 更新时间 int
is_push 是否投递过 bool
is_favourite 是否收藏过 bool
types 职位类型 type Object
notice_id 职位反馈信息id int
notice_type 职位反馈信息类型 int
invited 面试邀约 invited Obejct
feedback 反馈消息 feedback Obejct
hr_info hr 信息 hr_info Object
is_view 消息是否被查看 bool false 代表未读 true 代表已读

treatments

Title Description Type Tips
id 福利待遇id string
name 福利待遇名称 string

types

Title Description Type Tips
name 分类名称 string
color 分类颜色 string
background_color 分类背景颜色 string

hr_info

Title Description Type Tips
id hr ID int
nickname hr名称 string
logo hr头像 string
position hr职位 string

feedback

Title Description Type Tips
time 返回时间 int 时间戳
info 返回详情 string

Log

日期 作者 内容
2022/07/15 lisx 新增

更改面试邀约状态

更改面试邀约状态

GET: api/interview/handleview

HTTP Request

api/interview/handleview

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "company_id": 347, "company_name": "于斌有限公司", "company_logo": "http://s.laoyaoba.com/jwImg/3baab54fc60777b5.jpg", "status": "2", "status_info": "已接受", "hr_info": { "id": 292, "nickname": "于斌", "logo": null, "position": "ROOT" }, "linkman": "刘女士", "phone": "13333891144", "position_name": "测试校招岗位", "position_income": "10-15K/月", "interview_time": 1657605198, "company_address": "北京呀", "intro": "" }, "timestamp": 1658115453, "logId": 2185419550 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
token 登录token值 String
invited_id 面试邀请id int
status 修改面试状态 int 2 接受邀请 5 拒绝邀请

Response Data

Title Description Type Tips
id 面试邀约id int
company_id 公司id string
company_name 公司名称 string
company_logo 公司logo string
status 面试邀约状态 int 1待接受 2已接受3已取消4已结束5已拒绝
status_info 面试邀约状态 string
hr_info hr详情 hr_info Object
linkman 联系人 string
phone 电话 string
position_name 职位名称 string
position_income 职位薪酬 string
interview_time 邀约面试时间 int
company_address 邀约面试地点 string
intro 邀约面试备注 string

hr_info

Title Description Type Tips
id hr ID int
nickname hr名称 string
logo hr头像 string
position hr职位 string

Log

日期 作者 内容
2022/07/15 lisx 新增

简历消息栏信息下发

简历消息栏信息下发

GET: api/cv/noticebar

HTTP Request

api/cv/noticebar

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "投递反馈", "unread_num": 1, "child_bar": [ { "id": 2, "name": "已查看", "unread_num": 1 }, { "id": 1, "name": "待查看", "unread_num": 1 }, { "id": 3, "name": "面试邀约", "unread_num": 1 }, { "id": 4, "name": "不合适", "unread_num": 1 } ] }, { "id": 2, "name": "谁看过我", "unread_num": 1, "child_bar": [ { "id": 1, "name": "谁看过我", "unread_num": 1 }, { "id": 2, "name": "谁对我感兴趣", "unread_num": 1 } ] } ], "timestamp": 1658125869, "logId": 3227014288 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
token 登录token值 String

Response Data

Title Description Type Tips
id ID int
name 消息分类 string
unread_num 未读消息数量 int
child_bar 子分类 child_bar Object

child_bar

Title Description Type Tips
id ID int
name 消息分类 string
unread_num 未读消息数量 int

Log

日期 作者 内容
2022/07/15 lisx 新增

读取简历消息

简历消息栏信息下发

GET: api/cv/readnotice

HTTP Request

api/cv/readnotice

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "notice_type": 2, "unread_num": 0 }, "timestamp": 1658216210, "logId": 3671270183 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String pc
token 登录token值 String
notice_type 消息类别 int
notice_id 消息id int

Response Data

Title Description Type Tips
notice_type 通知类别 int
unread_num 未读消息数量 int

Log

日期 作者 内容
2022/07/15 lisx 新增

宣讲会 career_talk

宣讲会列表

获取宣讲会列表

GET: /api/jobcareertalk/careertalklist?source=pc

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "years": [ 2021, 2022 ], "career_talk": { "list": [ { "id": 29, "name": "sxd-宣讲会-预告中1即简即简明扼要的介绍。是当事人全面而简洁地介绍情况的一种书面表达方式,它是应", "cover": "http://s.laoyaoba.com/jwImg/5e1bf5c500e52352.png", "year": 2022, "hot_num": 1341, "src": "https://zb.laoyaoba.com/watch/10810547", "live_id": 161, "activity_time": "10-26 09:50", "flag": 2, "sort": 3.01341, "unit_info": { "id": 20, "name": "于斌测试表单", "is_login": false }, "is_apply": false, "has_apply_btn": true, "top": false } ], "current_page": 1, "total": 6, "page_size": 1 }, "companies": [ { "id": 323, "customer_name": "测试sxd公司", "company_name": "测试sxd公司", "company_scale": "不限", "logo": "http://s.laoyaoba.com/jwImg/97fadb87907da3c3.jpg", "position_count": 5, "top": true, "babels": [ { "id": 15, "name": "定期体检" }, { "id": 16, "name": "弹性工作" }, { "id": 17, "name": "免费零食" }, { "id": 18, "name": "周末双休" }, { "id": 20, "name": "12312" } ] } ] }, "timestamp": 1658988507, "logId": 3591528597 }

HTTP Method

GET

HTTP Request

/api/jobcareertalk/careertalklist

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String
name 宣讲会名称 String
year 宣讲年限 Number
status 宣讲会状态 String 0-下架,1-上架
page 页数 int 默认1
limit 条数 int 默认10

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Array

Title Description Type Tips
year 宣讲年限 Array
career_talk 宣讲会列表 Object
companies 热门企业 Array

career_talk Object

Title Description Type Tips
list 宣讲会 列表 Array
current_page 当前页 Number
total 总数 Number
page_size 每页多少条 Number

list Array

Title Description Type Tips Version
id 宣讲会 ID Number
name 宣讲会名称 String
cover 封面图 String
year 宣讲年限 Number
hot_num 热度 Number
sort 排序 Number
activity_time 活动时间 String
src 尚直播地址 String
live_id 直播ID String
flag 宣讲会标识 Number 0:宣讲预告之前的时间段 1: 宣讲预告 2:宣讲直播 3:宣讲回放
unit_info 报名信息 object 2022 10月份 职场 迭代
is_apply 是否报名 - 用于宣讲报名 Bool
has_apply_btn 是否显示报名按钮 Bool
top 是否置顶 Bool

unit_info object

Title Description Type Tips
id 报名模板Id number
name 报名模板名称 string
is_login 是否需要登录 int

companies Array

Title Description Type Tips
id 企业 ID Number
customer_name 顾客名称 String
company_name 公司名称 String
company_scale 公司规模 String
logo 公司logo String
position_count 职位数 String
top 是否置顶 String
babels 标签 Array

Log

日期 作者 内容
2022/7/19 李晓东 新增
2023/03/28 谢宇轩 列表中新增报名是否强制登录字段
2023/03/28 李晓东 列表中新增报名相关信息

千企名录

获取千企名录列表

GET: /api/jobcareertalk/customers?source=pc&page=1&limit=5&career_talk_id=3

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "id": 127, "customer_name": "ceshi", "company_name": "ceshi", "company_scale": "1~49人", "logo": "http://s.laoyaoba.com/jwImg/eedd158ec724e509.png", "position_count": 1, "top_time": true, "company_info_id": 319, "babels": [ { "id": 16, "name": "弹性工作" }, { "id": 17, "name": "免费零食" }, { "id": 18, "name": "周末双休" }, { "id": 19, "name": "工作氛围宽松" }, { "id": 20, "name": "12312" } ] } ], "current_page": 1 }, "timestamp": 1658129765, "logId": 3616687786 }

HTTP Method

GET

HTTP Request

/api/jobcareertalk/customers

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
limit 条数 String
page 页数 String
name 公司名称 Number
top 是否置顶 Number
status 公司状态 String 0-下架,1-上架

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 数据列表 Array
current_page 当前页 Number

list Array

Title Description Type Tips
id 企业 ID Number
customer_name 顾客名称 String
company_name 公司名称 String
company_scale 公司规模 String
logo 公司logo String
position_count 职位数 String
top 是否置顶 String
babels 标签 Array

Log

日期 作者 内容
2022/7/19 李晓东 新增

宣讲会直播详情

获取宣讲会直播详情信息

GET: /api/jobcareertalk/livedetail?source=pc&career_talk_id=4&type=1

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 4, "name": "分析师大会", "live_id": 158, "src": "http://zb.laoyaoba.com/watch/10682186", "preview": "http://s.laoyaoba.com/1", "preview_cover": "", "playback": "http://s.laoyaoba.com/", "playback_cover":"", "entrance_live_time": 1662520551, "start_time": 1638320400, "end_time": 1657976400, "quit_live_time": 1662534000, "hot_num": "108", "unit_info": { "id": 20, "name": "于斌测试表单", "is_login": false }, "intro": "", "is_apply": true, "has_apply_btn": false, "top": false, "company_videos": [], "hot_companies": [ { "company_id": 172, "company_name": "华为科技有限公司", "company_scale": "1000人以上", "logo": "http://s.laoyaoba.com/jwImg/b7737a6b3141f66c.jpg", "babels": [ { "id": 2, "name": "节日福利" }, { "id": 3, "name": "交通补助" }, { "id": 4, "name": "技术领先" }, { "id": 6, "name": "绩效奖金" }, { "id": 7, "name": "年终奖金" }, { "id": 8, "name": "五险一金" } ] } ] }, "timestamp": 1658399845, "logId": 2707384794 }

HTTP Method

GET

HTTP Request

/api/jobcareertalk/livedetail

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token Token String
career_talk_id 宣讲会ID Number
type 详情类型 Number 1:直播预告 2:直播中 3:直播回放

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Array

Title Description Type Tips Version
id 宣讲会 ID Number
name 宣讲会名称 String
live_id 直播ID Number
src 直播流地址 Number
preview 预告视频地址 String
preview_cover 预告视频封面图地址 String
playback 回放视频地址 String
playback_cover 回放视频封面图地址 String
entrance_live_time 进入直播时间 Number
start_time 直播开始时间 Number
end_time 直播开始时间 Number
quit_live_time 退出直播时间 Number
unit_info 关联活动报名模板信息 Object 2022 10月份 职场 迭代
hot_num 热度值 Number
intro 简介 String
is_apply 是否报名 - 用于宣讲报名 Bool
has_apply_btn 是否显示报名按钮 Bool
top 是否置顶 Bool
company_videos 公司视频 Array
hot_companies 热招企业 Array

unit_info object

Title Description Type Tips
id 报名模板Id number
name 报名模板名称 string
is_login 是否需要登录 int

hot_companies Array

Title Description Type Tips
company_id 公司 ID Number
company_name 公司名称 String
company_scale 公司规模 String
logo logo String
babels 公司标签 Number

company_videos Array

Title Description Type Tips
video_name 视频名称 Number
video_url 视频地址 String
video_cover 视频封面图 String

Log

日期 作者 内容
2022/7/19 李晓东 新增
2022/9/05 李晓东 编辑
2023/03/28 谢宇轩 列表中新增报名是否强制登录字段
2023/03/28 李晓东 列表中新增报名信息

宣讲会直播中企业和职位

获取宣讲会直播中企业和职位

POST: /api/jobcareertalk/livecompanyposition

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 174, "company_name": "腾讯科技服务有限公司", "company_scale": "不限", "logo": "http://s.laoyaoba.com/jwImg/0596a37851f0b493.jpg", "position_count": 8, "top_time": false, "is_show": 1, "babels": [ { "id": 1, "name": "免费班车" }, { "id": 2, "name": "节日福利" }, { "id": 3, "name": "交通补助" }, { "id": 5, "name": "年度旅游" }, { "id": 6, "name": "绩效奖金" } ] } ], "timestamp": 1658286945, "logId": 2154753734 }
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 163, "position_name": "测试22222", "company_id": 174, "company_name": "腾讯科技服务有限公司", "city": "天津市", "years": "应届生", "educ": "大专", "field": "芯片设计", "position": "中间件(Middleware)开发", "babels": [ { "id": 1, "name": "免费班车" }, { "id": 2, "name": "节日福利" }, { "id": 3, "name": "交通补助" }, { "id": 5, "name": "年度旅游" }, { "id": 6, "name": "绩效奖金" } ], "company_logo": "http://s.laoyaoba.com/jwImg/0596a37851f0b493.jpg", "capitalization": "", "company_scale": "不限", "income": "103-207万/年", "types": { "name": "校招", "color": "#FFFFFF", "background_color": "#FEAF50" }, "is_active": true, "is_deliver": false } ], "timestamp": 1658289199, "logId": 2380203443 }

HTTP Method

POST

HTTP Request

/api/jobcareertalk/livecompanyposition

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String
career_talk_id 宣讲会ID Number
type 类型 Number 1: 热招企业 2:热招职位
name 企业名称或职位名称 String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

Company Array

Title Description Type Tips
id 公司 ID Number
company_name 公司名称 String
company_scale 公司规模 String
logo 公司logo String
position_count 招聘职位数 Number
top_time 是否置顶 Bool
is_show 是否展示 Number
babels 公司标签 Array

Position Array

Title Description Type Tips
id 职位 ID Number
position_name 职位名称 String
company_id 公司id String
company_name 公司名称 String
city 城市 String
years 工作年限 String
educ 学历 Array
field 职位分类 Array
position 职位标签 Array
babels 公司标签 Array
company_logo 公司logo String
capitalization 融资情况 String
company_scale 公司规模 String
income 职位薪资 String
types 职位类型 Object
is_active 是否活跃 Bool
is_deliver 是否投递 Bool

babels Array

Title Description Type Tips
id 标签ID Number
name 标签名称 String

types Object

Title Description Type Tips
name 职位类型名称 Number
color 职位类型字体颜色 String
background_color 职位类型背景颜色 String

Log

日期 作者 内容
2022/7/19 李晓东 新增

获取公司下更多的宣讲会信息

获取公司下更多的宣讲会信息

GET: /api/jobcareertalk/companycareertalklist?company_id=185

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "id": 5, "name": "前端联调测试数据--请勿修改", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "year": 2022, "hot_num": 4169, "activity_time": "07-16 09:00", "flag": 3, "sort": 1, "src": "https://devwww.laoyaoba.com/workwebviewnotice/1/1", "unit_info": { "id": 20, "name": "于斌测试表单", "is_login": false }, "is_apply": false, "has_apply_btn": false, "top": false }, { "id": 4, "name": "前端联调测试数据--请勿修改2", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "year": 2021, "hot_num": 108, "activity_time": "12-01 09:00", "flag": 3, "sort": 1, "src": "https://devwww.laoyaoba.com/workwebviewnotice/1/1", "unit_info": { "id": 20, "name": "于斌测试表单", "is_login": false }, "is_apply": false, "is_login": false, "has_apply_btn": false, "top": false }, { "id": 11, "name": "烁嗳测试接口新建宣讲会001", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "year": 2022, "hot_num": 96, "activity_time": "03-21 11:00", "flag": 3, "sort": 0, "src": "https://devwww.laoyaoba.com/workwebviewnotice/1/1", "unit_info": { "id": 20, "name": "于斌测试表单", "is_login": false }, "is_apply": false, "has_apply_btn": false, "top": false } ], "current_page": 1 }, "timestamp": 1658718425, "logId": 2353054604 }

HTTP Method

GET

HTTP Request

/api/jobcareertalk/companycareertalklist

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token Token String
position_id 职位ID Number
company_id 公司ID Number
page 页数 Number
limit 条数 Number

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 宣讲会信息 Array
current_page 当前页数 Number

career_talks Array

Title Description Type Tips Version
id 宣讲会 ID Number
name 宣讲会名称 String
cover 封面图 String
year 宣讲年限 Number
hot_num 热度值 Number
sort 排序值 Number
activity_time 活动时间 String
flag 标识 Number 1: 直播预告 2: 直播中 3: 直播回放
src 直播跳转H5地址 String
unit_info 关联活动报名模板信息 Object 2022 10月份 职场 迭代
is_apply 是否报名 - 用于宣讲报名 Bool
has_apply_btn 是否显示报名按钮 Bool
top 是否置顶 Bool

unit_info object

Title Description Type Tips
id 报名模板Id number
name 报名模板名称 string
is_login 是否需要登录 int

Log

日期 作者 内容
2022/7/19 李晓东 新增
2023/03/28 谢宇轩 列表中新增报名是否强制登录字段
2023/03/28 李晓东 列表中新增报名信息

双选会 career_share

获取双选会公司列表接口新

HTTP Request

/api/position/company

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "all_company": [ { "id": 88, "company_short": "小米", "company_overview": "公司简介", "company_labels": [ { "id": 7, "name": "本科" }, { "id": 8, "name": "光电显示" } ], "company_additional_info": { "id": 3, "status": "noStarted", "url": "http://xxxx.com/live/1224343?token=23313s44sdf", "live_starttime": "2021-09-13 15:50", "live_duration":20 }, "company_logo": "http://s.laoyaoba.com/jwImg/ffc65d2082aa41b0.jpg" } ] }, "timestamp": 1589880909, "logId": -860893094 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String

Response Data

Title Description Type Tips
all_company 所有公司 array
id 公司id int
company_short 公司简称 string
company_logo 公司logo string
company_labels 公司标签 array
company_additional_info 公司附加信息 additionalInfo:Object

company_labels: arrayInfo

Title Description Type Tips
id 标签ID int
name 标签名称 string

company_additional_info

Title Description Type Tips
type 分类 string schoolRecruitLive
status 状态 string noStarted(未开始)、start(已开始)、end(结束)
live_starttime 开始时间 timestamp 2021-09-13 15:22:00
live_duration 时长 int /min 分钟

Log

日期 作者 内容
2021/09/13 李世星 新增

获取双选会公司列表接口

HTTP Request

/api/position/company2

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "hot_company": [ { "id": 66, "company_short": "华为", "company_logo": "http://s.laoyaoba.com/jwImg/ffc65d2082aa41b0.jpg" } ], "all_company": [ { "id": 88, "company_short": "小米", "company_logo": "http://s.laoyaoba.com/jwImg/ffc65d2082aa41b0.jpg" } ] }, "timestamp": 1589880909, "logId": -860893094 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String

Response Data

Title Description Type Tips
hot_company 热门公司 array
all_company 所有公司 array
id 公司id int
company_short 公司简称 string
company_logo 公司logo string

Log

日期 作者 内容
2021/06/21 炑烁 新增

获取双选会校招相关信息

HTTP Request

/api/position/companyschoolrecruitlive

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "live_info": [ { "live_field": "西安场", "live_starttime": "9月28日 15:00", "live_place": "西安XX大学" }, { "live_field": "上海场", "live_starttime": "9月28日 15:00", "live_place": "上海XX大学" }, { "live_field": "成都场", "live_starttime": "9月28日 15:00", "live_place": "成都XX大学" } ], "activity_id": 246, "cover_img": "http://static.jiweinet.com/schoolRecruit211025.png?v=576697444", "cover_color1": "#001418", "cover_color2": "#13166A" }, "timestamp": 1631686134, "logId": 2805953696 }

Request Parameters

Parameter Description Type Required Explain
source 来源 String

Response Data

Title Description Type Tips
live_info 活动直播的场地列表 Array
activity_id 活动id string

live_info: arrayInfo

Title Description Type Tips
live_field 会场 string (西安场、上海场)
live_starttime 直播开始日期 string 9月28日 15:00
live_place 直播地点 string 西安XX大学
cover_img 头图地址 string 七牛头图地址
cover_color1 渐变色 string #001418
cover_color2 第二渐变色 string #13166A

Log

日期 作者 内容
2021/09/15 李世星 新增
2021/10/25 李世星 更新

获取双选会活动详情

(职场改版202202)

HTTP Request

/api/jobshare/activityinfo

curlDemo

Copy to Clipboard
获取双选会活动详情 curl --location --request GET '/api/jobshare/activitinfo?activity_code=d3c7e33f&source=pc'
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "code": "d3c7e33f", "background_url": "http://xxxx.xxxxxxxxx.com.cn/uploads/xxxxxxx.jpg", "background_color": "#FFFFFF", "state": 1, "created_at": 1365415242 }, "timestamp": 1589880909, "logId": -860893094 }

Request Parameters

Parameter Description Type Required Explain
activity_code 活动唯一编码(d3c7e33f ) string
source 来源 string

Response Data

Title Description Type Tips
code 活动Code string
background_url 小程序背景图片 string
background_color 小程序背景颜色 string
state 状态 1为可用 0为关闭 int
created_at 创建时间 int

Log

日期 作者 内容
2022/01/25 李世星 新增

获取双选会场次列表

(职场改版202202)

HTTP Request

/api/jobshare/siteslist

curlDemo

Copy to Clipboard
获取双选会活动列表 curl --location --request GET '/api/jobshare/siteslist?source=pc&xcx_version=1.6.0&limit=3&page=1'
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "hot": [ { "id": 146, "name": "YB新增双选会01", "start_time": 1658313057, "end_time": 1660991457, "activity_time": "07月20日18:30-08月20日18:30", "address": "北京海淀区", "h5_background_color": "#FFFFFF", "h5_background_url": "http://s.laoyaoba.com/jwImg/cbd1adfc5e93d1d9.jpg", "pc_background_color": "#FFFFFF", "pc_background_url": "http://s.laoyaoba.com/jwImg/cbd1adfc5e93d1d9.jpg", "link": "", "cover": "jwImg/cbd1adfc5e93d1d9.jpg", "apply": false, "unit_info": { "id": 74, "name": "lxd测试模板001", "is_login": false, }, "is_apply": false, "company_nums": 5, "position_nums": 9, "activity_status": "已结束" } ], "all": { "list": [ { "id": 143, "name": "UI试色3双选会", "start_time": 1663063530, "end_time": 1663171200, "activity_time": "09月13日18:05-09月15日00:00", "address": "北京海淀区三里屯大酒店", "h5_background_color": "#8D4000", "h5_background_url": "http://s.laoyaoba.com/jwImg/19669a31bf5ea317.png", "pc_background_color": "#8D4000", "pc_background_url": "http://s.laoyaoba.com/jwImg/3c330b10c110f762.png", "link": "", "cover": "jwImg/567e8ac519d83b2d.png", "apply": false, "unit_info": { "id": 74, "name": "lxd测试模板001", "is_login": false, }, "is_apply": false, "company_nums": 5, "position_nums": 9, "activity_status": "已结束" } ], "current_page": 2, "total": 22, "page_size": 3 } }, "timestamp": 1666857537, "logId": 2368042910 }

Request Parameters

Parameter Description Type Required Explain
source 来源 string
name 场地名称 string
state 状态 int 0为下架1为上架
page 页数 int 默认1
limit 条数 int 默认10
token 登录token string

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Array

Title Description Type Tips
hot 热门场次 Array
all 全部场次 Object

all Object

Title Description Type Tips
list 宣讲会 列表 Array
current_page 当前页 Number
total 总数 Number
page_size 每页多少条 Number

list Array

Title Description Type Tips
id 活动Code string
name 小程序背景图片 string
start_time 活动开始时间 int
end_time 活动结束时间 int
activity_time 活动时间 string
address 详细地址 string
h5_background_url 小程序宣传图 string
pc_background_url pc宣传图 string
h5_background_color 小程序宣传背景 string
pc_background_color pc宣传背景 string
link 外部链接地址 string
cover 封面图 string
apply 是否报名中(小程序使用) bool
unit_info 报名信息 object
is_apply 是否报名 bool
company_nums 公司数 number
position_nums 职位数 number
activity_status 活动状态 string

unit_info object

Title Description Type Tips
id 报名模板Id number
name 报名模板名称 string
is_login 是否需要登录 int

Log

日期 作者 内容
2022/01/25 李世星 新增
2022/07/15 李晓东 编辑
2022/12/28 李晓东 编辑
2023/03/28 李晓东 编辑 报名相关

场次详细信息

(职场改版202202)

HTTP Request

/api/jobshare/sitesinfo

curlDemo

Copy to Clipboard
获取双选会场次详情 curl --location --request GET '/api/jobshare/sitesinfo?site_id=12&source=pc'
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "name": "西安场", "start_time": 1542356982, "end_time": 1542356982, "activity_time": "2021.11.4 18:00-21:00", "address": "东南大学九龙湖校区", "h5_background_url": "http://xxx.xxx.com.cn/uploads/xxxx.jpg", "pc_background_url": "http://xxx.xxx.com.cn/uploads/xxxx.jpg", "h5_background_color": "#FFFFFF", "pc_background_color": "#FFFFFF", "link": "http://xxx.xxx.com.cn/uploads/xxxx", "unit_info": { "id": 74, "name": "lxd测试模板001", "is_login": false, }, "is_apply": false, "theme": 2, "company_nums": 5, "position_nums": 9, "activity_status": "已结束", "share_logo_url": "分享logo", "share_link": "分享地址" }, "timestamp": 1589880909, "logId": -860893094 }

Request Parameters

Parameter Description Type Required Explain
source 来源 string
site_id 场次ID int
token 登录token int

Response Data

Title Description Type Tips Version
id 主键id int
name 场地名称 string
start_time 活动开始时间 int
end_time 活动结束时间 int
activity_time 活动时间 string
address 地址详情 string
h5_background_url 小程序宣传图 string
pc_background_url pc宣传图 string
h5_background_color 小程序宣传背景 string
pc_background_color pc宣传背景 string
link 跳转连接 string
theme 双选会主题 int
unit_info 报名信息 object
is_apply 是否报名 bool
company_nums 公司数 number
position_nums 职位数 number
activity_status 活动状态 string
share_logo_url 分享logo string
share_link 分享链接 string

unit_info object

Title Description Type Tips
id 报名模板Id number
name 报名模板名称 string
is_login 是否需要登录 int

Log

日期 作者 内容
2022/01/25 李世星 新增
2022/03/02 李世星 修改新增 banner_id参数
2022/09/06 李晓东 修改新增 theme参数
2022/10/19 李世星 修改banner_id 为 unit_id
2022/12/28 李晓东 编辑
2023/03/28 李晓东 编辑 报名相关
2023/08/15 李晓东 编辑 双选会分享相关

获取场次公司列表

(职场改版202202)

HTTP Request

/api/jobshare/companylist

curlDemo

Copy to Clipboard
获取双选会企业名单 curl --location --request GET '/api/jobshare/companylist?site_id=12&source=pc'
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "name": "小米", "overview": "公司简介", "labels": [ { "id": 12, "name": "带薪年假" }, { "id": 15, "name": "午餐补助" } ], "logo": "http://s.laoyaoba.com/jwImg/ffc65d2082aa41b0.jpg" }, "timestamp": 1589880909, "logId": -860893094 }

Request Parameters

Parameter Description Type Required Explain
source 来源 string
after_id 上次请求最后一个数据的id int
name 名称 string
limit 条数 int
site_id 场次id int

Response Data

Title Description Type Tips
id 主键id int
name 企业名称 string
overview 企业简介 string
labels 企业标签 listObject
logo 企业logo图 int

labels:listObject 数据列表

Title Description Type Tips
id 标签ID int
name 标签名称 string

Log

日期 作者 内容
2022/01/25 李世星 新增
2023/04/13 李晓东 纠正请求参数

简历附件(cv_attachment)

新增个人简历附件

新增个人简历附件

POST: /api/cv/upannex

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "成功", "data":{ "url":"http://s.laoyaoba.com/cv/annex/20180524/d383313qd411364d970f.jpg" }, "timestamp": 1468412111, "logid": "0911796446" }

HTTP Method

POST

HTTP Request

/api/cv/upannex

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
file $_FILE Array
name 附加简历附件名称 String 小程序上传额外附件参数

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Array

Title Description Type Tips
url 简历地址 Number

Log

日期 作者 内容
2022/7/19 李晓东 新增

获取个人附件简历详情

HTTP Request

/api/cv/attach

Copy to Clipboard
获取个人附件简历详情 curl --location --request GET '/api/cv/attach?token=fffsfasfdfdsfsdf'
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "attachment_id":1, "cv_id": 85, "file_name": "李成恩的在线简历.docx", "download_url": "http://s.laoyaoba.com/cv/annex/2020/08/06/15966802762826.docx", "download_num": 2, "size": 41412, "suffix": "docx", "created_at": 1231231231 }, "timestamp": 1645429316, "logId": 2734579058 }

Request Parameters

Parameter Description Type Required Explain
token 来源 用户登录成功后token值

Response Data

Title Description Type Tips
attachment_id 上传记录Id int
cv_id 附件简历id int
file_name 附件简历名称 string
download_url 附件简历下载地址 string
download_num 附件简历已下载次数 int
size 附件简历大小 int
suffix 附件简历后缀名 string
created_at 上传时间 string

Log

日期 作者 内容
2022/02/21 李世星 新增
2022/07/21 李晓东 编辑

删除个人简历附件

删除个人简历附件

POST: /api/cv/delattach

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "attachment_id": "9" }, "timestamp": 1658371572, "logId": 4175083104 }

HTTP Method

POST

HTTP Request

/api/cv/delattach

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
token token String
attachment_id 附件id Number

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Array

Title Description Type Tips
attachment_id 简历附件ID Number

Log

日期 作者 内容
2022/7/19 李晓东 新增

获取个人附件简历列表

获取个人附件简历列表

POST: /api/cv/attaches

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "attachment_id": 144, "cv_id": 159, "file_name": "刘斌.doc", "download_url": "https://s.laoyaoba.com/cv/annex/2022/10/26/16667522436388.doc", "download_num": 0, "size": 41582, "suffix": "doc", "active": 1, "created_at": 1666752244 } ], "timestamp": 1666754912, "logId": 2842917749 }

HTTP Method

POST

HTTP Request

/api/cv/attaches

Request Parameters

Parameter Description Type Required Explain Version
token 来源 用户登录成功后token值 2022 10月份 迭代

Response Data

Title Description Type Tips Version
attachment_id 附件简历Id int 2022 10月份 迭代
cv_id 简历id int 2022 10月份 迭代
file_name 附件简历名称 string 2022 10月份 迭代
download_url 附件简历下载地址 string 2022 10月份 迭代
download_num 附件简历已下载次数 int 2022 10月份 迭代
size 附件简历大小 int 2022 10月份 迭代
suffix 附件简历后缀名 string 2022 10月份 迭代
created_at 上传时间 string 2022 10月份 迭代
active 是否默认 0为非默认 1为默认 string 2022 10月份 迭代

Log

日期 作者 内容
2022/10/19 李世星 新增

设置默认附件简历

HTTP Request

/api/cv/upattachactive

Copy to Clipboard
获取个人附件简历详情 curl --location --request GET '/api/cv/upattachactive?token=fffsfasfdfdsfsdf'
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "attachment_id":1, "active": 1 }, "timestamp": 1645429316, "logId": 2734579058 }

Request Parameters

Parameter Description Type Required Explain Version
token 来源 用户登录成功后token值 string 2022 10月份 迭代
attachment_id 附件简历ID int 2022 10月份 迭代

Response Data

Title Description Type Tips Version
attachment_id 附件简历Id int 2022 10月份 迭代
cv_id 简历id int 2022 10月份 迭代

Log

日期 作者 内容
2022/10/19 李世星 新增

联想匹配 school

匹配学校名称

匹配学校名称

GET: /api/cv/matchschool

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "北京交通大学", "北京交通职业技术学院", "北京交通运输职业学院" ], "timestamp": 1658284005, "logId": 4008202957 }

HTTP Method

GET

HTTP Request

/api/cv/matchschool

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
name 匹配名称 String
token token String
limit 请求条数限制 String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

Log

日期 作者 内容
2022/7/19 李晓东 新增
2022/7/19 李晓东 编辑

匹配学校专业信息

匹配学校名称

GET: /api/cv/matchschoolmajor

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "临床医学", "口腔医学", "中医学", "医学影像学", "基础医学" ], "timestamp": 1666600011, "logId": 2385175055 }

HTTP Method

GET

HTTP Request

/api/cv/matchschoolmajor

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
name 匹配名称 String
token token String
limit 请求条数限制 String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

Log

日期 作者 内容
2022/10/24 李晓东 新增

form表单联想匹配

form表单联想匹配

GET: /api/cv/formmatch

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "value": "生物育种科学" }, { "value": "生物质能源与材料" }, { "value": "生物农药科学与工程" }, { "value": "生物质科学与工程" }, { "value": "合成生物学" }, { "value": "生物医药数据科学" } ], "timestamp": 1678348811, "logId": 2591594153 }

HTTP Method

GET

HTTP Request

/api/cv/formmatch

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
name 匹配名称 String
type 类型 String 1:学校 2:专业
limit 请求条数限制 String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

Log

日期 作者 内容
2022/7/19 李晓东 新增

广告管理 advert

新版广告列表接口

获取广告信息或详情接口

GET: /api/advert/slideshow?target=1&location=1

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "1": [ { "id": 2, "name": "测试广告首页", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "type": 3, "link": "www.baidu.com", "bind_id": 0, "intro": "", "location": 1, "unit_info": { "id": 1, "name": "测试表单标题1", "is_login": 1 }, "career_talk": { "id": null, "name": null, "live_id": null, "hot_num": null, "src": null, "unit_info": { "id": null, "name": null, "is_login": null } "flag": 1, "activity_time": "07-27 15:00-19:00" }, "share_site": { "id": null, "name": null, "unit_info": { "id": null, "name": null, "is_login": null } } } ], "2": [ { "id": 3, "name": "测试广告宣讲会", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "type": 5, "link": "www.baidu.com", "bind_id": 3, "intro": "", "location": 2, "career_talk": { "id": null, "name": null, "live_id": null, "hot_num": null, "src": null, "flag": 1, "activity_time": "07-27 15:00-19:00" }, "share_site": { "id": null, "name": null, "unit_info": { "id": null, "name": null, "is_login": null } } } ], "3": [ { "id": 4, "name": "测试广告双选会", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "type": 4, "link": "www.baidu.com", "bind_id": 20, "intro": "", "location": 3, "unit_info": { "id": 1, "name": "测试表单标题1", "is_login": 1 }, "career_talk": { "id": null, "name": null, "live_id": null, "hot_num": null, "src": null, "unit_info": { "id": null, "name": null, "is_login": null } "flag": 1, "activity_time": "07-27 15:00-19:00" }, "share_site": { "id": null, "name": null, "unit_info": { "id": null, "name": null, "is_login": null } } } ], "4": [ { "id": 1, "name": "测试广告广告位", "cover": "http://s.laoyaoba.com/jwImg/6795309f4ab3f9f0.png", "type": 1, "link": "www.baidu.com", "bind_id": 0, "intro": "", "location": 4, "unit_info": { "id": 1, "name": "测试表单标题1", "is_login": 1 }, "career_talk": { "id": null, "name": null, "live_id": null, "hot_num": null, "src": null, "unit_info": { "id": null, "name": null, "is_login": null }, "flag": 1, "activity_time": "07-27 15:00-19:00" }, "share_site": { "id": null, "name": null, "unit_info": { "id": null, "name": null, "is_login": null } } } ] }, "timestamp": 1658126119, "logId": 3252070626 }

HTTP Method

GET

HTTP Request

/api/advert/slideshow

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
target 投放端 Number 1:app, 2:小程序, 3: web, 4: h5, 5:emp
location 投放位置 Number 1:首页, 2:宣讲会, 3: 双选会,4:小程序广告,5:emp广告,6:app职场页 7:开屏 8:薪酬爆料

target 与 location 关系图

Target Target Description Location Location Description
1 app 2 宣讲会
1 app 3 双选会
1 app 6 职场页
1 app 7 开屏
1 app 8 薪酬爆料
2 小程序 1 首页
2 小程序 2 宣讲会
2 小程序 3 双选会
2 小程序 4 小程序广告
3 web 1 首页
4 h5 1 首页
5 emp 5 EMP广告

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips Version
id slideshow ID Number
name 广告名称 String
cover 封面图 String
type 广告类型 Number 1:外链, 2:纯图片 3: 自定义 4:关联双选会 5:关联宣讲会 6: 关联报名页
link 链接 String type:1 外链使用
bind_id 绑定ID Number type:4,5,6使用
intro 自定义内容 String type: 3使用
location 投放端位置 String 1:首页, 2:宣讲会, 3: 双选会,4:小程序广告,5:emp广告,6:app职场页,7:开屏 8:薪酬爆料
career_talk 宣讲会信息 Object
share_site 双选会信息 Object
unit_info 活动报名模板信息 Object 2022 10月 职场迭代

unit_info

Title Description Type Version
id 活动报名模板id int 2022 10月 职场迭代
name 活动报名模板名称 string 2022 10月 职场迭代
is_login 报名模板是否强制登录 0不强制 1强制 int 2022 10月 职场迭代

career_talk Object

Title Description Type Tips Version
id 宣讲会 ID Number
name 宣讲会名称 String
live_id 直播ID String
hot_num 热度值 Number
src 直播地址 String
unit_info 活动报名模板信息 Object 2022 10月 职场迭代
flag 空宣直播标识 Number
activity_time 活动时间 String

share_site Object

Title Description Type Tips Version
id 双选会 ID Number
name 双选会名称 String
unit_info 活动报名模板信息 Object 2022 10月 职场迭代

Log

日期 作者 内容
2022/7/19 李晓东 新增
2023/03/28 李晓东 编辑10月职场迭代报名信息
2023/05/25 李晓东 峰会版职场增加开屏
2023/07/14 李晓东 峰会版职场增加薪酬爆料

增加广告的点击数

增加广告的点击数

POST: /api/advert/slideshowclick

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 2, "click_num": 4 }, "timestamp": 1658286536, "logId": 4261317584 }

HTTP Method

POST

HTTP Request

/api/advert/slideshowclick

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
slideshow_id 轮播Id Number

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
id slideshow ID Number
click_num 点击数 Number

Log

日期 作者 内容
2022/7/19 李晓东 新增

获取广告详情信息

获取广告详情信息

GET: /api/advert/slideshowinfo?slideshow_id=16&source=pc

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 16, "name": "烁嗳新增轮播管理001双选会", "cover": "http://s.laoyaoba.com/jwImg/f84a8d67fa6024fc.png", "type": 4, "link": "", "intro": "", "location": 1, "unit_info": { "id": 1, "name": "测试表单标题1", "is_login": 1 }, "career_talk": { "id": 22, "name": "于斌新增a018", "live_id": 145, "hot_num": 128, "src": "http://zb.laoyaoba.com/watch/6566461", "unit_info": { "id": 1, "name": "测试表单标题1", "is_login": 1 } }, "share_site": { "id": 22, "name": "修改的烁嗳新增双选会", "unit_info": { "id": 1, "name": "测试表单标题1", "is_login": 1 } } }, "timestamp": 1658887235, "logId": 4201637927 }

HTTP Method

GET

HTTP Request

/api/advert/slideshowinfo

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
slideshow_id 轮播Id Number

Request Parameters Body

Response Data

Response Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object
Title Description Type Tips Version
id slideshow ID Number
name 广告名称 String
cover 封面图 String
type 广告类型 Number 1:外链, 2:纯图片 3: 自定义 4:关联双选会 5:关联宣讲会 6:关联报名页
link 链接 String type:1 外链使用
intro 自定义内容 String type: 3使用
location 投放端位置 String 1:首页, 2:宣讲会, 3: 双选会,4:小程序广告,5:emp广告,6:app职场页,7:开屏 8:薪酬爆料
career_talk 宣讲会信息 Object
share_site 双选会信息 Object
unit_info 报名模板信息 Object 2022 10月 职场迭代

unit_info

Title Description Type Version
id 活动报名模板id int 2022 10月 职场迭代
name 活动报名模板名称 string 2022 10月 职场迭代
is_login 报名模板是否强制登录 0不强制 1强制 int 2022 10月 职场迭代

career_talk Object

Title Description Type Tips Version
id 宣讲会 ID Number
name 宣讲会名称 String
live_id 直播ID String
hot_num 热度值 Number
src 直播地址 String
unit_info 报名模板信息 Object 2022 10月 职场迭代
flag 空宣直播标识 Number
activity_time 活动时间 String

share_site Object

Title Description Type Tips Version
id 双选会 ID Number
name 双选会名称 String
unit_info 报名模板信息 Object 2022 10月 职场迭代

Log

日期 作者 内容
2022/7/19 李晓东 新增
2023/03/28 李晓东 编辑10月职场迭代报名信息
2023/05/25 李晓东 峰会版增加开屏
2023/07/14 李晓东 峰会版职场增加薪酬爆料

新版投票活动

获取活动基础信息

获取某个投票活动的基础设施信息

HTTP Reques

GET /api/vote/voteactivity

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "title": "2022最佳雇主评选", "explain": "爱集微“2022年度最佳雇主奖”由爱集微职场举办,旨在发现并表彰那些在雇主品牌、企业文化、人力资源管理、员工关怀与发展等维度表现突出的雇主,提高企业在雇员中的品牌知名度与美誉度。同时也为半导体人士就业择业提供依据和参考\n就业择业提供依据和参考", "rule": "活动主题:爱集微“2022年度最佳雇主奖”线上投票活动;<br>活动时间:2022年11月15日-11月22日;<br>投票规则:同一用户ID每日可投5票,同一公司每天可投1票,也可分享好友给喜欢的公司拉票;<br>最终雇主排行说明:活动共分专家评审和线上投票两个环节,线上投票权重为45%,专家评审权重为55%,最终雇主排名将依据线上投票得分和专家评审得分综合得出。", "background": "http://s.laoyaoba.com/jwImg/news/2022/07/13/16577025856822.png", "code": "2022_employer" }, "timestamp": 1667873316, "logId": 3014139303 }

Request Parameters

Parameter Description Type Required Explain
code 活动标识 string 目前可用包含:BESTEMPLOYER

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 活动ID int activity_id
title 活动标题 string
explain 活动描述 string
rule 活动规则 string
background 活动背景图 string
code 活动标识 string

Error

Error Code Description Tips
500010 该投票活动不存在
500011 该投票活动未开始或已过期
0 获取成功

Log

日期 作者 内容
2022/11/08 朱思嘉 新增

获取企业信息

获取某个投票活动下的参赛企业列表

HTTP Reques

GET /api/vote/votecompany

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 3, "activity_id": 1, "oms_company_id": 327, "company_name": "北京蝎王府集团", "logo": "", "company_short": "", "is_send": false }, { "id": 5, "activity_id": 1, "oms_company_id": 333, "company_name": "爱集微咨询(厦门)有限公司", "logo": "http://s.laoyaoba.com/http://s.laoyaoba.com/jwImg/4d8f238221f6ffd7.jpg", "company_short": "", "is_send": false } ], "timestamp": 1667874403, "logId": 3122881158 }

Request Parameters

Parameter Description Type Required Explain
activity_id 活动ID int
open_id 微信openId string
company_name 公司名称 string 模糊搜索

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id 公司ID int company_id
activity_id 活动ID int
oms_company_id OMS企业库ID int
company_name 公司名称 string
logo 公司logo string
company_short 公司短昵称 string
is_send 投票 bool true-已投票 false-未投票

Error

Error Code Description Tips
500010 该投票活动不存在
0 获取成功

Log

日期 作者 内容
2022/11/08 朱思嘉 新增

获取投票排行信息

获取某个投票活动下的排行榜单

HTTP Reques

GET /api/vote/voteranking

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "is_send": true, "ranking": [ { "id": 5, "activity_id": 1, "oms_company_id": 333, "company_name": "爱集微咨询(厦门)有限公司", "logo": "http://s.laoyaoba.com/http://s.laoyaoba.com/jwImg/4d8f238221f6ffd7.jpg", "company_short": "", "num": 2 }, { "id": 2, "activity_id": 1, "oms_company_id": 326, "company_name": "集微招聘", "logo": "http://s.laoyaoba.com/http://s.laoyaoba.com/jwImg/6df1c9c7a806ccc3.png", "company_short": "", "num": 2 } ] }, "timestamp": 1667875111, "logId": 3193590837 }

Request Parameters

Parameter Description Type Required Explain
activity_id 活动ID int
open_id 微信openId string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
is_send 查看榜单 bool true-可查看 flase-不可查看
ranking list:object 当is_send为false时,此列表即为空

Ranking Object

Title Description Type Tips
id 公司ID int company_id
activity_id 活动ID int
oms_company_id OMS企业库ID int
company_name 公司名称 string
logo 公司logo string
company_short 公司短昵称 string
num 票数 int

Error

Error Code Description Tips
500010 该投票活动不存在
0 获取成功

Log

日期 作者 内容
2022/11/08 朱思嘉 新增

获取企业详细信息

获取某个投票活动中企业的详细信息

HTTP Reques

GET /api/vote/companydetails

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "is_see": true, "is_send": true, "sort": { "index": 1, "total": 3 }, "info": { "company_name": "爱集微咨询(厦门)有限公司", "logo": "http://s.laoyaoba.com/http://s.laoyaoba.com/jwImg/4d8f238221f6ffd7.jpg", "capitalization": "C", "scale": 3, "overview": "\n爱集微咨询(厦门)有限公司(简称“爱集微”)起步于2008年,是一家专业的ICT产业咨询服务机构。\n爱集微凭借行业资源及中国半导体行业大数据平台,聚焦“行业咨询、品牌营销、资讯、知识产权、投融资、职场”六大核心业务,长期关注客户的持续发展,基于产业价值链视角,立足本土,面向国际,以提供解决方案的咨询服务模式,帮助全球半导体企业不断提升,构筑竞争优势,同时搭建企业、投资机构、人才、项目之间对接的桥梁,助推产业发展。\n爱集微深入中国京津环渤海、长三角、珠三角三大半导体产业集群,在北京、上海、深圳、南京、厦门、青岛、西安、成都、石家庄、中国台湾等地设有分支机构;公司采取一体化的运营管理模式,建立了完善的服务体系,各地分支机构形成合力,可第一时间在多个城市为客户配置服务资源。\n基于对ICT产业发展趋势的深度洞察,借助在全产业链全生命周期方面的服务优势,爱集微打造出一支专业、高效的实战型服务团队,注重实际落地价值。公司于2021年6月正式成立汇智创新平台——“集微研究院”,囊括咨询、品牌营销、知识产权、投融资、政策、职场等方面的专家型人才,通过行业研究与成果转化,形成具有行业发展辅助指导意义的", "company_short": "爱集微", "company_label": [ { "id": 4, "name": "技术领先" }, { "id": 6, "name": "绩效奖金" }, { "id": 7, "name": "年终奖金" }, { "id": 9, "name": "成长空间大" }, { "id": 12, "name": "专业培训" }, { "id": 14, "name": "补充公积金" } ] } }, "timestamp": 1667876958, "logId": 3378390493 }

Request Parameters

Parameter Description Type Required Explain
company_id 公司ID int
activity_id 活动ID int
open_id 微信openId string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
is_see 查看当前排名 bool true-可查看 flase-不可查看
is_send 投票 bool true-已投票 flase-未投票
sort 票数信息 object 当 is_see 为 false 时 此字段为空对象
info list:object

Sort Object

Title Description Type Tips
index 当前排名 int
total 票数 int

Info Object

Title Description Type Tips
company_name 公司名称 string
logo 公司logo string
capitalization 融资阶段 string
scale 规模 int 公司规模(0不限,1、1~49,2、50~99,3、100~499,4、500~999,5、1000以上)
overview 公司简介 string
company_short 公司简称 string
company_label 福利标签 list:object

CompanyLabel Object

Title Description Type Tips
id 标签ID int
name 标签名称 string

Error

Error Code Description Tips
500012 该投票活动下不存在此企业信息
0 获取成功

Log

日期 作者 内容
2022/11/08 朱思嘉 新增

企业投票

给某个投票活动中企业的投票

HTTP Reques

POST /api/vote/votepush

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1667879227, "logId": 3605240543 }

Request Parameters

Parameter Description Type Required Explain
enciphered 公钥加密信息 string

Token 采用RSA加密:客户端通过文档提供的公钥信息对接口参数进行加密 服务端通过私钥进行解密

publicKey :-----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/DMrhI/3dGOeSibzNifsjkxxn FRgg4/ncbtVbp4xjpVW5E3sySFh8jCNQCbk7gPpR+5UORUOmfF0qx2vl/c7gwhX8 k/M+mnk4HgGyTYgPyXHehUA5korh09krg8chbrS0hNuLZkDg5LLuX/pgyoWUIL3a /5WYKtXoB3Cq/MafeQIDAQAB -----END PUBLIC KEY-----

Token Parameters

Parameter Description Type Required Explain
source 请求来源 string
activity_id 活动ID int
open_id 微信openId int
company_id 公司ID int

Json {"source":"pc","activity_id":"1","open_id":"o38el5IPBfc_yQ_K7EyVpcVuy95s","company_id":"5","ip":"46.232.51.34"}

将 Token Parameters 组装后转换为 Json 进行RSA共钥加密即Token

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Error

Error Code Description Tips
100054 签名错误
500017 投票数据有误
500010 该投票活动不存在
500011 该投票活动未开始或已过期
500012 该投票活动下不存在此企业信息
500013 投票次数已超出活动规定次数,无法投票
500014 当日投票次数消耗完毕,明天再来哦!
500015 今天您已经助力过此公司,请明日再来!
500016 投票失败,请稍后重试
0 获取成功

Log

日期 作者 内容
2022/11/08 朱思嘉 新增

报名模板

招聘活动中的报名表单页面数据接口

招聘活动中的报名表单页面数据接口

Copy to Clipboard
{ "errno":0, "errmsg":"SUCCESS", "userInfo":null, "data":{ "id":102, "unit_name":"“疫往无前 职通未来”爱集微大型公益活动之全国校招护航行报名表", "unit_content": { "content": "<h3>“疫往无前 职通未来”爱集微大型公益活动之全国校招护航行报名表<\/h3><p><br><\/p><h3><img src=\"https:\/\/axure-file.lanhuapp.com\/md52cd02db1-0bb3-46f5-8654-6d3476fecb2c__ee19c4806f35e5c2310057a07e77fe0d.png\">&nbsp;&nbsp;&nbsp;疫情来袭,为帮助毕业生就业。爱集微职场打造全公益性质的线上招聘平台,联动10省市60余所高校开启「疫往无前&nbsp;职通未来」爱集微全国校招护航行动。由中国半导体联盟、爱集微与各地集成电路协会联合打造,本次公益行动计划将于4月29日前密集触达上海、西安、江苏、安徽、重庆、成都、武汉、广州、深圳、北京、福建、浙江全国12省60余所高校学子。<\/h3><h3>&nbsp;&nbsp;&nbsp;&nbsp;欢迎广大求职者踊跃报名!<\/h3>" }, "is_login":true, "form_info":{ "id":657, "is_submit":false, "name":"“疫往无前 职通未来”爱集微大型公益活动之全国校招护航行报名表", "status":1, "modules":[ { "id":6045, "form_id":657, "required":true, "label":"姓名", "field":"field108", "logic_id":108, "tips":"", "full_module":true, "value":"易初", "placeholder":"请输入", "display":true, "editable":true, "resource":[ ], "regx_list":[ ], "engine":{ "name":"SimpleText", "config":{ "minInputlength":"", "maxInputlength":"", "type":"text" } } }, { "id":6046, "form_id":657, "required":true, "label":"性别", "field":"gender", "logic_id":101, "tips":"", "full_module":true, "value":"男", "placeholder":"", "display":true, "editable":true, "resource":[ { "type":1, "api_settings":null, "options":[ { "id":4992, "label":"男", "value":"男", "event":null, "children":[ ] }, { "id":4993, "label":"女", "value":"女", "event":null, "children":[ ] } ] } ], "regx_list":[ ], "engine":{ "name":"Radio", "config":{ "optDirection":"0" } } } ] } }, "timestamp":1679974387, "logId":4087965481 }

HTTP Request

/api/position/applypage

HTTP METHOD

GET/POST

Request Parameters Query

Parameter Description Type Required Explain Version
source 请求源 String 2022 10月 职场迭代
unit_id 活动报名模板ID Int 2022 10月 职场迭代
token token String 2022 10月 职场迭代
banner_id Banner ID Int 没有也可以传递0 2022 10月 职场迭代
job_share_id Banner Int 没有也可以传递0 2022 10月 职场迭代
job_career_talk_id 空宣ID Int 没有也可以传递0 2022 10月 职场迭代

Response Data

Title Description Type Tips Version
errno code 0为成功 Number 2022 10月 职场迭代
errmsg 错误信息 String 2022 10月 职场迭代
userInfo 用户信息 Object 2022 10月 职场迭代
data 返回数据 Object 2022 10月 职场迭代

data Array

Title Description Type Tips Version
id 活动报名模板ID Array 2022 10月 职场迭代
unit_name 活动报名模板名称 Array 2022 10月 职场迭代
unit_content 活动报名模板简介 Array 2022 10月 职场迭代
is_login 表单是否强制登录一 bool 2022 10月 职场迭代(03.28统一为布尔值)
form_info 活动报名表单数据详情 Array 2022 10月 职场迭代

form_info

Title Description Type Tips Version
id 表单id int 2022 10月份 迭代
is_submit 是否提交表单 true 已提交 false 未提交过 bool 2022 10月份 迭代
name 表单名称 string 2022 10月份 迭代
status 表单状态 0为禁用 1为启用 int 2022 10月份 迭代
modules 组件列表 array 2022 10月份 迭代

modules

Title Description Type Tips Version
id 组件id int 2022 10月份 迭代
form_id 表单id int 2022 10月份 迭代
label 组件名称 string 2022 10月份 迭代
field 表单提交内容 string 2022 10月份 迭代
logic_id 组件关联逻辑id int 2022 10月份 迭代
description 组件描述 string 2022 10月份 迭代
tips 组件提示语 string 2022 10月份 迭代
value 组件默认值 string 2022 10月份 迭代
placeholder 占位符 string 2022 10月份 迭代
is_show 是否显示 int 2022 10月份 迭代
is_disable 是否选中 int 2022 10月份 迭代
order 排序号 int 2022 10月份 迭代
resource 资源列表 array 2022 10月份 迭代
regx_list 占位符 array 2022 10月份 迭代
engine 占位符 engineObject 2022 10月份 迭代

modules[0].resource

Title Description Type Tips Version
id 资源ID int 2022 10月份 迭代
type 资源类型1本地资源 2远程资源 int 2022 10月份 迭代
title 资源名称 string 2022 10月份 迭代
options 本地资源列表 array 2022 10月份 迭代
api_settings 远程资源 type为1时,该值为null api_settingsObject 2022 10月份 迭代

modules[0].resource.api_settings

Title Description Type Tips Version
uri 资源地址 string 2022 10月份 迭代
list_key 数据的下标 string 2022 10月份 迭代
label_key 资源名称的下标 string 2022 10月份 迭代
value_key 资源值的下标 string 2022 10月份 迭代
children_key 子级数据下标 string 2022 10月份 迭代

modules[0].resource[0].options

Title Description Type Tips Version
label 资源名称 string 2022 10月份 迭代
value 资源值 string 2022 10月份 迭代
event 事件 object object 2022 10月份 迭代

modules[0].resource[0].options[0].event

Title Description Type Tips Version
event_type 事件类型 hidden隐藏、show展示、editable编辑、disabled禁用 string 2022 10月份 迭代
link_module 组件ID列表 array(integer) array(integer) 2022 10月份 迭代

modules[0].regx_list

Title Description Type Tips Version
id 校验ID int 2022 10月份 迭代
name 校验规则名称 string 2022 10月份 迭代
expression 校验规则 string 2022 10月份 迭代
error_message 错误提示 string 2022 10月份 迭代

modules[0].engine

Title Description Type Tips Version
name 引擎名称 string 2022 10月份 迭代
config 引擎配置(键值对,服务端不关心具体内容) object 2022 10月份 迭代

Log

日期 作者 内容
2022/10/19 李世星 新增
2023/03/28 谢宇轩 修改
2023/05/16 李晓东 修改

用户获取报名活动信息列表

用户获取报名活动信息列表

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "attendee_id": 1, "unit_id": 1, "unit_status": 1, "unit_name": "测试表单标题1", "code": "ABCD8552", "created_time": 1670470440 } ], "current_page": 1, "last_page": 1, "total": 1 }, "timestamp": 1670470547, "logId": 2891814139 }

HTTP Request

/api/position/userfair

HTTP METHOD

GET/POST

Request Parameters Query

Parameter Description Type Required Explain Version
source 请求源 String 2022 10月 职场迭代
token token String 2022 10月 职场迭代
page 页号 默认1 int 2022 10月 职场迭代
limit 每页数据 默认10 int 2022 10月 职场迭代

Response Data

Title Description Type Tips Version
errno code 0为成功 Number 2022 10月 职场迭代
errmsg 错误信息 String 2022 10月 职场迭代
userInfo 用户信息 Object 2022 10月 职场迭代
data 返回数据 Object 2022 10月 职场迭代

data

Title Description Type Tips Version
current_page 当前页 int 2022 10月 职场迭代
last_page 最后一页 int 2022 10月 职场迭代
total 总数 int 2022 10月 职场迭代
list 数据集 array 2022 10月 职场迭代

list

Title Description Type Tips Version
attendee_id 报名记录 id int 2022 10月 职场迭代
unit_id 活动报名模板id int 2022 10月 职场迭代
banner_id Banner ID Int 本次报名的来源 是否属于banner 2022 10月 职场迭代
job_share_id Banner Int 本次报名的来源 是否属于双选会 2022 10月 职场迭代
job_career_talk_id 空宣ID Int 本次报名的来源 是否属于空宣 2022 10月 职场迭代
unit_status 活动报名模板状态 int 2022 10月 职场迭代
unit_name 活动报名模板名称 int 2022 10月 职场迭代
code 报名记录 code string 2022 10月 职场迭代
created_time 报名时间 int 时间戳 2022 10月 职场迭代

Log

日期 作者 内容
2022/10/19 李世星 新增
2023/03/28 谢易初 修改

招聘活动报名接口

招聘活动报名接口

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "code": "013I01" }, "timestamp": 1667372017, "logId": 2276440039 }

HTTP Request

/api/position/applyfair

HTTP METHOD

GET/POST

Parameter Description Type Required Explain Version
source 请求源 String 2022 10月 职场迭代
unit_id 活动报名模板ID Int 2022 10月 职场迭代
token token String 2022 10月 职场迭代
banner_id Banner ID Int 没有也可以传递0 2022 10月 职场迭代
job_share_id Banner Int 没有也可以传递0 2022 10月 职场迭代
job_career_talk_id 空宣ID Int 没有也可以传递0 2022 10月 职场迭代

Request JSON Body Parameters

Copy to Clipboard
{ "1":"李世星", "2":"男", "3":"28" }

Response Data

Title Description Type Tips Version
errno code 0为成功 Number 2022 10月 职场迭代
errmsg 错误信息 String 2022 10月 职场迭代
userInfo 用户信息 Object 2022 10月 职场迭代
data 返回数据 Object 2022 10月 职场迭代

data

Title Description Type Tips Version
code 报名code string 2022 10月 职场迭代

Log

日期 作者 内容
2022/10/19 李世星 新增
2023/05/16 李晓东 修改

作者

资讯改版-统计作者信息

统计作者的基础信息文章数、点赞等

HTTP Reques

GET /api/author/author

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "author_id": 1, "author_nickname": "爱集微", "author_avatar": "http://s.laoyaoba.com/jwImg/avatar/2020/02/28/15828720842371blob?imageView2/2/w/90/h/90", "author_level": 2, "is_author": 1, "author_intro": "作者简介", "status": 1, "email": "laoyaoba@gmail.com", "weixin": "caozheng", "fans_num": 37, "is_follow": 2, "author_news_num": 12094, "total_view_num": 1745739, "total_like_num": 372489, "share_url": "https://devwww.laoyaoba.com/static/app/author.html?author=1" }, "timestamp": 1669967010, "logId": 4077592933 }

Request Parameters

Parameter Description Type Required Explain
source 来源 string
author_id 作者ID int
token 用户身份信息 string
is_vip vip int 0-非vip 1-vip 默认为0

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
author_id 作者id int
author_nickname 作者昵称 string
author_avatar 作者头像 string
author_level 作者等级 int
is_author 是否为作者 0-普通用户 1-作者 int
author_intro 作者个人简介 string
status 用户状态 1-正常 int
email 邮箱 string
weixin 微信 string
fans_num 粉丝总数 int
is_follow 是否收藏1-收藏2-未收藏 int
author_news_num 作者资讯总数 int
total_view_num 总浏览量 int
total_like_num 点赞总数 int
share_url 分享地址 string

Log

日期 作者 内容
2022/12/02 朱思嘉 新增

系统配置相关

获取滤镜信息

GET: api/system/filter

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "gray": { "global": false, "homepage": false } }, "timestamp": 1669862249, "logId": 2191481209 }

HTTP Request

api/system/filter

Request Parameters

Response Data

gray

Title Description Type Tips
global 作用域 全局 bool
homepage 作用域 首页 bool

Log

日期 作者 内容
2022/12/1 易初 新增

杂项

获取栏目配置

GET: api/find/blockconfig

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "news_id": 839022, "cover": "http://s.laoyaoba.com/jwImg/newsCover/2023/01/05/16728885956712.jpeg" } ], "timestamp": 1673947732, "logId": 2717848361 }

HTTP Request

api/find/blockconfig

Request Parameters

Title Description Type Tips
type 栏目类型 string 目前可用 park-园区信息 study-学研信息

Response Data

Title Description Type Tips
news_id 资讯ID int
cover 缩略图 string

Log

日期 作者 内容
2023/01/17 朱思嘉 新增

资讯改版-VIP行业问答

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "issue": "行业咨询是什么?", "key": "行业咨询对于企业来说就是一个超级外脑,面对不断变化的市场,有效的行业咨询帮助企业梳理内部/外部的发展路径,利用专家网络及专业模型,为企业定制更具参考值的产业地图。" }, { "issue": "半导体行业需要品牌营销吗?", "key": "行业咨询对于企业来说就是一个超级外脑,面对不断变化的市场,有效的行业咨询帮助企业梳理内部/外部的发展路径,利用专家网络及专业模型,为企业定制更具参考值的产业地图。" }, { "issue": "我该如何制定企业品牌策略?", "key": "行业咨询对于企业来说就是一个超级外脑,面对不断变化的市场,有效的行业咨询帮助企业梳理内部/外部的发展路径,利用专家网络及专业模型,为企业定制更具参考值的产业地图。" }, { "issue": "企业客户可以参与集微网哪些专题/栏目制作?", "key": "行业咨询对于企业来说就是一个超级外脑,面对不断变化的市场,有效的行业咨询帮助企业梳理内部/外部的发展路径,利用专家网络及专业模型,为企业定制更具参考值的产业地图。" } ], "timestamp": 1673945171, "logId": 2461780309 }

HTTP Request

/api/find/industryissue

Request Parameters

Parameter Description Type Required Explain
source 来源 String
Data
Title Description Type Tips
issue 问题 String
key 答案 String

Log

日期 作者 内容
2023/01/17 朱思嘉 新增

资讯改版-APP获取首页服务模块接口

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 16, "title": "职场", "iconUrl": "https://s.laoyaoba.com/app/service/icon/jwzp.png", "detailUrl": "https://devwww.laoyaoba.com/service/sworkplace" }, { "id": 15, "title": "行业咨询", "iconUrl": "https://s.laoyaoba.com/app/service/icon/jwzx.png", "detailUrl": "https://devwww.laoyaoba.com/service/sindustry" }, { "id": 120, "title": "活动管理", "iconUrl": "https://s.laoyaoba.com/app/service/icon/hdgl.png", "detailUrl": "https://devwww.laoyaoba.com/service/smarket?name=hdgl" }, { "id": 21, "title": "软件开发", "iconUrl": "https://s.laoyaoba.com/app/service/icon/rjkf.png", "detailUrl": "https://devwww.laoyaoba.com/static/servicepages/technicalservice.html?nochange=1" }, { "id": 999999, "title": "更多", "iconUrl": "https://static.ijiwei.com/app/index/service/more.png", "detailUrl": "" } ], "timestamp": 1674092295, "logId": 4289227506 }

HTTP Request

/api/service/index

Request Parameters

Parameter Description Type Required Explain
source 来源 String
Data
Title Description Type Tips
id 服务ID Int
title 服务标题 String
iconUrl 图标 String
detailUrl 详情链接 String

Log

日期 作者 内容
2023/01/19 朱思嘉 新增

获取投资联盟年会奖项信息

GET: api/special/prize

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "list": [ { "id": 111, "title": "123", "subtitle": "", "intro": "", "img": "", "sort": 0, "status": 1, "prize_img": "", "desc": "", "cover": "", "is_people": 0, "h5_intro": "", "doc_file": "https://s.laoyaoba.com/jiWei/prizedoc/1695018543985_59q6qk76.docx", "event": "investment_2024", "review": "", "process": "", "conditions": "", "selection": "", "publication_method": "", "election_benefits": "", "contacts": "", "label": "", "email": "", "doc_note": "", "file_ext": "docx" }, { "id": 110, "title": "测试2024投资联盟年会", "subtitle": "", "intro": "", "img": "", "sort": 0, "status": 1, "prize_img": "", "desc": "", "cover": "", "is_people": 0, "h5_intro": "", "doc_file": "https://s.laoyaoba.com/jiWei/prizedoc/1695018604561_60gy6h4d.docx", "event": "investment_2024", "review": "123123", "process": "12312", "conditions": "1231", "selection": "123", "publication_method": "123", "election_benefits": "123", "contacts": "123", "label": "<p>12312321</p>", "email": "", "doc_note": "", "file_ext": "docx" } ] }, "timestamp": 1695022123, "logId": 3475467838 }

HTTP Request

api/special/prize

Request Parameters

Title Description Type Tips
source 来源 string
event 事件 string 投资联盟事件标识:investment_2023 investment_2024

Response Data

Title Description Type Tips
data 奖项信息 object data:list

List

Title Description Type Tips
id 奖项ID int
title 奖项标题 string
subtitle 奖项副标题 string
intro 奖项描述 string
img 奖项图片 string
sort 奖项序号 int
status 奖项状态 int
prize_img 奖品图片 string
desc 奖项介绍 string
cover H5奖项头图 string
is_people 是否是人物奖项,1是 int
h5_intro H5奖项候选图 string
doc_file 奖项文件地址 string
file_ext 文件后缀 string
event 活动标识 string
review 奖项说明新 string
process 申报流程 string
conditions 报名条件 string
selection 评选标准 string
publication_method 公布方式 string
election_benefits 参选福利 string
contacts 联系人 string
label 标签 string
email 邮箱 string
doc_note 文档备注 string

Log

日期 作者 内容
2023/09/18 朱思嘉 新增

获取文件资源信息

GET: /api/resources/read

HTTP Request

/api/resources/read

Request Parameters

Parameter Description Type Required Explain
id 资源ID Int
type 资源类型 String prize

Response Data

此API返回为Blob

Log

日期 作者 内容
2023/09/18 朱思嘉 新增

获取投资联盟年会历史信息

GET: api/special/prizehistory

获取2021年投资年会奖项信息 api/special/prizehistory?source=pc&tag=2021

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 161, "title": "年度最具成长潜力园区奖", "subtitle": "", "intro": "<p>北京中关村集成电路设计园</p>", "img": "", "sort": 10, "status": 1, "prize_img": "http://s.laoyaoba.com/jwImg/specialPrize/2021/01/11/16103369816507.jpg", "desc": "报名标准:\n1. 在半导体某一细分领域中,技术与产品有所突破并即将进入高速发展期,且得到知名机构投资;或已形成较强的细分领域竞争优势,发展迅速的企业\n2. 2020年主营业务收入为500万-1亿元的创业企业", "cover": "http://s.laoyaoba.com/jwImg/specialPrize/2021/01/11/1610361910914.png", "is_people": 0, "h5_intro": "http://s.laoyaoba.com/jwImg/specialPrize/2021/01/16/16108013814228.png", "doc_file": "", "event": "investment", "review": "", "process": "", "conditions": "", "selection": "", "publication_method": "", "election_benefits": "", "contacts": "", "label": "", "email": null, "doc_note": "<p>北京中关村集成电路设计园</p>" } ], "timestamp": 1697524600, "logId": 2467625549 }

HTTP Request

api/special/prizehistory

Request Parameters

Parameter Description Type Required Explain
source 来源 String
tag 标签 String tag=2020 2021 2022 2023

Response Data

Title Description Type Tips
data 奖项信息 object data:list

List

Title Description Type Tips
id 奖项ID int
title 奖项标题 string
subtitle 奖项副标题 string
intro 奖项描述(获奖人信息) string
img 奖项图片 string
sort 奖项序号 int
status 奖项状态 int
prize_img 奖品图片 string
desc 奖项介绍 string
cover H5奖项头图 string
is_people 是否是人物奖项,1是 int
h5_intro H5奖项候选图 string
doc_file 奖项文件地址 string
file_ext 文件后缀 string
event 活动标识 string
review 奖项说明新 string
process 申报流程 string
conditions 报名条件 string
selection 评选标准 string
publication_method 公布方式 string
election_benefits 参选福利 string
contacts 联系人 string
label 标签 string
email 邮箱 string
doc_note 文档备注 string

Log

日期 作者 内容
2023/10/17 朱思嘉 新增

知识产权相关

获取知识产权服务信息

GET: api/ipservice/serviceindex

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "service_list": [ { "id": 31, "title": "专利申请咨询", "iconUrl": "https://s.laoyaoba.com/app/service/icon/zlsqzx.png", "detailUrl": "" }, { "id": 32, "title": "商标注册", "iconUrl": "https://s.laoyaoba.com/app/service/icon/sbzc.png", "detailUrl": "" }, { "id": 36, "title": "知识产权贯标", "iconUrl": "http://s.laoyaoba.com/app/service/icon/zscqgb1.png", "detailUrl": "" }, { "id": 34, "title": "商标交易", "iconUrl": "http://s.laoyaoba.com/app/service/icon/sbjy1.png", "detailUrl": "" }, { "id": 35, "title": "专利交易", "iconUrl": "http://s.laoyaoba.com/app/service/icon/zljy1.png", "detailUrl": "" }, { "id": 33, "title": "版权登记", "iconUrl": "http://s.laoyaoba.com/app/service/icon/bqdj1.png", "detailUrl": "" }, { "id": 37, "title": "知识产权纠纷咨询", "iconUrl": "http://s.laoyaoba.com/app/service/icon/zscqjfzx.png", "detailUrl": "" } ], "hot_list": [ { "id": 6, "logo": "http://s.laoyaoba.com/jwImg/ipadmin/d00ef473b861df93.png", "service_name": "国内商标注册", "service_category": { "id": 2, "name": "商标" } }, { "id": 3, "logo": "http://s.laoyaoba.com/jwImg/ipadmin/1fc6d701cc62b95b.png", "service_name": "实用新型专利", "service_category": { "id": 1, "name": "专利" } } ], "supplier": "注:以上服务由深圳市嘉勤知识产权代理有限公司提供" }, "timestamp": 1674021640, "logId": 3666167286 }

HTTP Request

api/ipservice/serviceindex

Request Parameters

Title Description Type Tips
source 来源 string source=app

Response Data

Title Description Type Tips
service_list 服务介绍列表 object:list
hot_list 热门服务推荐列表 object:list
supplier 供应商 string

service_list

Title Description Type Tips
id 服务ID int
title 服务标题 string
iconUrl 缩略图 string
detailUrl 详情链接 string

hot_list

Title Description Type Tips
id 热门服务ID int
logo 热门服务Logo string
service_name 服务名称 string
service_category 服务类别 object

service_category

Title Description Type Tips
id 类别ID int
name 类别名称 string

Log

日期 作者 内容
2023/01/18 朱思嘉 新增

获取知识产权服务列表

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "logo": "http://s.laoyaoba.com/jwImg/ipadmin/0dc46d141833a4d3.png", "category_name": "专利", "list": [ { "id": 1, "service_name": "发明专利申请", "expense": 1, "item_expense": 1 }, { "id": 3, "service_name": "实用新型专利申请", "expense": 0, "item_expense": 0 }, { "id": 10, "service_name": "PCT国际申请", "expense": 400, "item_expense": 400 }, { "id": 13, "service_name": "1", "expense": 1012, "item_expense": 12 }, { "id": 17, "service_name": "美术服务项目测试", "expense": 0, "item_expense": 0 } ] }, { "id": 2, "logo": "http://s.laoyaoba.com/jwImg/ipadmin/0d3acf17cac2b8ae.png", "category_name": "商标", "list": [ { "id": 6, "service_name": "国内商标注册", "expense": 31, "item_expense": 20 } ] }, { "id": 3, "logo": "http://s.laoyaoba.com/jwImg/ipadmin/bef6dbf6a75a78a6.png", "category_name": "版权模块", "list": [ { "id": 21, "service_name": "版权申请1", "expense": 2020, "item_expense": 2000 }, { "id": 22, "service_name": "版权申请2", "expense": 2000, "item_expense": 1000 } ] }, { "id": 4, "logo": "http://s.laoyaoba.com/jwImg/ipadmin/7b0abcde67a465fe.png", "category_name": "高端服务", "list": [ { "id": 20, "service_name": "商标注册1", "expense": 10100, "item_expense": 10000 } ] } ], "timestamp": 1674023371, "logId": 3839281921 }

HTTP Request

api/ipservice/slimlistv1

Request Parameters

Parameter Description Type Required Explain
source 来源 String
Data
Title Description Type Tips
id 类别ID Int
logo logo String
category_name 分类名称 String
list 数据信息 object:list

list

Title Description Type Tips
id 服务ID Int
service_name 服务名称 String
expense 最低总价格 Int
item_expense 最低服务价格 Int

Log

日期 作者 内容
2023/01/18 朱思嘉 新增

栏目相关

获取栏目信息V1

http://project.zentao.jiweinet.com/doc-objectLibs-execution-127-163-13.html?tid=p0fh2fpw

获取栏目信息V2

GET: api/category/listv2

HTTP Request

api/category/listv2

Request Parameters

Parameter Description Type Required Explain
source 来源 string

Log

日期 作者 内容
2023/10/31 朱思嘉 新增

获取栏目信息V3

GET: api/category/listv3

HTTP Request

api/category/listv3

Request Parameters

Parameter Description Type Required Explain
source 来源 string

Log

日期 作者 内容
2024/07/22 朱思嘉 新增

栏目API返回参数说明

目前支持版本:V1 V2

模版ID字典

value Description
1 普通
2 园区
3 IP
4 会展
5 视听
6 VIP
7 概念股
8 英文
9 视频模版
10 音频模版
11 报告
12 直播
13 会议模板
14 vip周刊
15 vip报告
16 vip政策指引
17 vip政策汇编
18 vip政策集锦
19 学研
20 舆情
21 链接内部渲染 PC-除特定栏目外直接跳转link即可 APP-需内部渲染链接内容
22 链接外部渲染 PC-跳转link即可 APP-跳转外部浏览器
23 企业洞察

特殊的模版ID

value Description
10001 资讯
10002 VIP
10003 直播
10004 视听
10005 会议
10006 推荐
10007 最新

1000x开头的模版id最开始为顶级栏目或特殊栏目使用的模版ID 后续随着业务发展此模版ID的特殊性将消失 即随意配置 没有一级二级特殊模版ID概念

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "category_id": 417, "category_name": "资讯", "template_id": 10001, "status": 1, "cover": "", "title": "集微网资讯改版", "intro": "集微网资讯-推荐页面栏目简介", "keywords": "", "seo_intro": "", "pc_cover": "https://s.laoyaoba.com/https://s.laoyaoba.com/jwImg/category/2023/07/04/16884375215934.jpeg", "app_cover": "https://s.laoyaoba.com/https://s.laoyaoba.com/jwImg/category/2023/07/04/16884375235614.jpeg", "pc_show": 0, "app_show": 0, "h5_show": 0, "link": "", "advert_id": 0, "parent_id": 0, "is_top": 1, "is_edit": 0, "show_attribute": 0, "childrens": [] }], "timestamp": 1698734537, "logId": 3202211640 }

Response Data

Title Description Type Tips
category_id 栏目ID int 当模版ID为直播模版时 此ID则为直播相关接口提供服务
category_name 栏目名称 string 栏目名称
template_id 模版ID int
status 状态 int 1展示 0隐藏
cover 图片 string 缩略图、矢量图、介绍图
title 标题 string 描述信息 栏目的二级标题信息
extend 扩展 object 扩展信息 无则不返回此字段信息
pc_cover string pc栏目介绍背景图
app_cover string 移动端背景图
pc_show int 是否展示栏目介绍:0 不展示 1 展示
app_show int 是否展示栏目介绍:0 不展示 1 展示
h5_show int 是否展示栏目介绍:0 不展示 1 展示
link string 适配部分栏目点击需跳转其他地址的情况
advert_id 广告位ID string 预留栏目下的广告位信息 有则展示广告信息 无则忽略即可 不为0则请求/api/advert/advertitem 得到广告信息
is_top 会议ID int 当前栏目是否支持置顶资讯 0-否 1-是。目前适用于一些二级栏目的置顶资讯功能
is_edit 是否支持移动 int 0-否 1-是。目前使用APP栏目展示
show_attribute 会议ID int 当前栏目是否有额外显示属性 0-否 1-new 2-hot 3-火苗 4-beta

Extend Object

Title Description Type Tips
industry 行业筛选条件 object
status 状态筛选条件 object
time 时间筛选条件 object
list 一些通用的列表选项 object

舆情相关 sentiment

舆情登录

舆情登录

POST: /api/sentiment/login

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "tabs": [ { "name": "我的关注", "label": "follow" }, { "name": "行业热点", "label": "hot" } ], "is_follow": true, "keywords": [ "关键词", "热潮", "巴以战争1" ], "is_register": false, }, "timestamp": 1697017144, "logId": 3261604363 }

HTTP Method

POST

HTTP Request

/api/sentiment/login

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

data Object

Title Description Type Tips
tabs 列表tab Object
is_follow 是否关注 Bool
keywords 关键词 Array

Log

日期 作者 内容
2023/10/11 李晓东 新增

设置舆情配置信息

设置舆情配置信息

GET: /api/sentiment/setconfig

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": {}, "timestamp": 1666600011, "logId": 2385175055 }

HTTP Method

POST

HTTP Request

/api/sentiment/setconfig

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String
keywords 关键词 String(Array JSON)
notice_type 通知类型 String 通知类型 0:有消息立即通知 1:一天通知一次 2:一周通知一次 3:暂不接受消息通知

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

Log

日期 作者 内容
2023/10/11 李晓东 新增

获取舆情配置详情

获取舆情配置详情

POST: /api/sentiment/configinfo

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "keywords": [ "关键词", "热潮", "巴以战争3" ], "notice_type": 1 }, "timestamp": 1697017183, "logId": 3265542733 }

HTTP Method

POST

HTTP Request

/api/sentiment/configinfo

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token 匹配名称 String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

data Object

Title Description Type Tips
id 配置ID int
keywords 关键词 Array
notice_type 通知类型 Number 通知类型 0:有消息立即通知 1:一天通知一次 2:一周通知一次 3:暂不接受消息通知

Log

日期 作者 内容
2023/10/11 李晓东 新增

获取行业热点列表

获取行业热点列表

POST: /api/sentiment/hotlist

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data":{ "list": [ { "dc_detail_url": "https://news.bjd.com.cn//2023/10/10/10588906.shtml", "dc_site_name": "京报网", "analysis_time": "2023-10-17 20:09:18", "abstract": "10月10日,安永大中华区在京发布了“一带一路”十周年系列报告《共建绿色丝绸之路进展、形势与展望》和《共建数字丝绸之路进展、形势与展望》。两份报告总结了中国与共建国家在绿色和数字化领域的合作进展、成就和趋势,为更多中企和跨国公司共同参与“一带一路”高质量发展提供助力。", "title": "中企参与“一带一路”建设,绿色和数字化成契机", "type": 1, "public_time": "2023-10-17 20:09:18", "es_id": "KYRkPosB2C1yyCgtTKo3", "hot_weight": 577.42922422981, "source_name": "集微网", "is_ijiwei": 1 } ], "page": 1 }, "timestamp": 1697100316, "logId": 2988853973 }

HTTP Method

POST

HTTP Request

/api/sentiment/hotlist

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String
page 当前页 Number 默认1
limit 每页条数 Number 默认10
order 排序方式 String 热度:hot, 时间:time, 24小时:hour
search 搜索关键词 String 搜索特殊字符会进行转义、结果默认缓存10分钟

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 数据列表 Array
page 当前页 int

list Array

Title Description Type Tips
dc_detail_url 新闻网址 String
dc_site_name 网站名称 String
analysis_time 抓取时间 String
abstract 描述 String
title 标题 String
type 类型(1是网站,2是公众号) String
public_time 文章发布时间 String
es_id 文章标识ID String
hot_weight 权重 Floor
source_name 来源名称 String
is_ijiwei 是否是爱集微 int

Log

日期 作者 内容
2023/10/12 李晓东 新增

获取舆情关注列表

获取舆情关注列表

POST: /api/sentiment/followlist

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data":{ "list": [ { "dc_detail_url": "https://news.bjd.com.cn//2023/10/10/10588906.shtml", "dc_site_name": "京报网", "analysis_time": "2023-10-17 20:09:18", "abstract": "10月10日,安永大中华区在京发布了“一带一路”十周年系列报告《共建绿色丝绸之路进展、形势与展望》和《共建数字丝绸之路进展、形势与展望》。两份报告总结了中国与共建国家在绿色和数字化领域的合作进展、成就和趋势,为更多中企和跨国公司共同参与“一带一路”高质量发展提供助力。", "title": "中企参与“一带一路”建设,绿色和数字化成契机", "type": 1, "public_time": "2023-10-17 20:09:18", "es_id": "KYRkPosB2C1yyCgtTKo3", "hot_weight": 577.42922422981, "source_name": "集微网", "is_ijiwei": 1 } ], "page": 1 }, "timestamp": 1697100316, "logId": 2988853973 }

HTTP Method

POST

HTTP Request

/api/sentiment/followlist

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
token token String
day 时间 String 例如:2023-10-05
page 当前页 Number 默认1
limit 每页条数 Number 默认10

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
list 数据列表 Array
page 当前页 int

list Array

Title Description Type Tips
dc_detail_url 新闻网址 String
dc_site_name 网站名称 String
analysis_time 抓取时间 String
abstract 描述 String
title 标题 String
type 类型(1是网站,2是公众号) String
public_time 文章发布时间 String
es_id 文章标识ID String
hot_weight 权重 Floor
source_name 来源名称 String
is_ijiwei 是否是爱集微 int

Log

日期 作者 内容
2023/10/12 李晓东 新增

获取资讯标签

获取资讯标签

POST: /api/sentiment/newskeywords

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "行业", "市场", "VIP", "测试", "上海市" ], "timestamp": 1697165676, "logId": 3082438294 }

HTTP Method

POST

HTTP Request

/api/sentiment/newskeywords

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
time 时间 String 例如:2023-10-05

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 []

Log

日期 作者 内容
2023/10/12 李晓东 新增

获取舆情文章详情

获取舆情文章详情

POST: /api/sentiment/info

Response Body:

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "dc_detail_url": "https://news.bjd.com.cn//2023/10/10/10588906.shtml", "dc_site_name": "京报网", "analysis_time": "2023-10-17 20:09:18", "text": "10月10日 ,安永大中华区在京发布“一带一路”十周年系列报告《共建绿色丝绸之路进供支撑。\n图片来源:视觉中国\n如遇作品内容、版权等问题,请在相关文章刊发之日起30日内与本网联系。版权侵权联系电话:010-85202353", "abstract": "10月10日,安永大中华区在京发布了“一带一路”十周年系列报告《共建绿色丝绸之路进展、形势与展望》和《共建数字丝绸之路进展、形势与展望》。两份报告总结了中国与共建国家在绿色和数字化领域的合作进展、成就和趋势,为更多中企和跨国公司共同参与“一带一路”高质量发展提供助力。", "title": "中企参与“一带一路”建设,绿色和数字化成契机", "public_time": "2023-10-17 20:09:18", "type": 1, "hot_weight": 577.42922422981, "source_name": "京报网" }, "timestamp": 1697618751, "logId": 3292795299 }

HTTP Method

POST

HTTP Request

/api/sentiment/info

Request Parameters Query

Parameter Description Type Required Explain
source 请求源 String
es_id 文章唯一ID String

Request Parameters Body

Response Data

Manager Object

Title Description Type Tips
errno code 0为成功 Number
errmsg 错误信息 String
userInfo 用户信息 Object
data 返回数据 Object

data Object

Title Description Type Tips
dc_detail_url 新闻网址 String
dc_site_name 网站名称 String
analysis_time 抓取时间 String
abstract 描述 String
title 标题 String
type 类型(1是网站,2是公众号) String
public_time 文章发布时间 String
es_id 文章标识ID String
hot_weight 权重 Floor
source_name 来源名称 String

Log

日期 作者 内容
2023/10/18 李晓东 新增

抽奖活动

开启轮次

HTTP Method

GET

HTTP Request

/api/lucky/start_round?id=1

Request Parameters Query

Title Description Type Required Tips
id 活动ID int
init_user 初始化用户池(测试用) int 默认不传,不初始化

Request Parameters Body

Response Data

Title Description Type Required Tips
errno 状态 int 0成功 非0失败
data 详细数据 Dataobject 数据详情

Data

Title Description Type Required Tips
round_id 轮次ID int 轮次ID
lucky_id 活动ID int 活动ID
lucky_num 预计中奖人数 int 中奖人数
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "round_id": 2, "lucky_id": 1, "lucky_num": 5 }, "timestamp": 1685433691, "logId": 2410063848 }

获取抽奖结果

HTTP Method

GET

HTTP Request

/api/lucky/round_result?id=1

Request Parameters Query

Title Description Type Required Tips
id 活动ID int

Request Parameters Body

Response Data

Title Description Type Required Tips
errno 状态 int 0成功 非0失败
data 详细数据 Dataobject 数据详情

Data

Title Description Type Required Tips
round_id 轮次ID int 轮次ID
lucky_id 活动ID int 活动ID
lucky_num 预计中奖人数 int 中奖人数
actual_lucky_num 实际中奖人数 int 实际中奖人数
user_list 活动池用户列表 []User 活动池用户列表,最大100个

User

Title Description Type Required Tips
id 用户池ID int
nickname 昵称 string
avatar 头像 string
is_winner 是否是中奖者 int 1是 0否
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "round_id": 2, "lucky_id": 1, "lucky_num": 5, "actual_lucky_num": 1, "user_list": [ { "id": 2, "nickname": "test", "avatar": "https//xxxxx", "is_winner": 1 } ] }, "timestamp": 1685439497, "logId": 2990685420 }

参与活动

HTTP Method

POST

HTTP Request

/api/lucky/lottery_people

Request Parameters Query

Request Parameters Body

Title Description Type Required Tips
lucky_id 活动ID int
nickname 用户昵称 string 默认不传,不初始化
phone 手机号 string 默认不传,初始化
third_union_id 小程序下用户唯一id string
avatar 用户头像 string

Response Data

Title Description Type Required Tips
errno 状态 int 0成功 非0失败
data 详细数据 Dataobject 数据详情

Data

Title Description Type Required Tips
status 返回状态 int 200:报名成功,201:活动结束,202:报名重复,203:报名失败
message 提示信息 string
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "status": 200, "message": "报名成功" }, "timestamp": 1685495200, "logId": 4265900408 }

获取抽奖某次活动的所有轮次信息 和 中奖名单

HTTP Method

GET

HTTP Request

/api/lucky/lottery_list

Request Parameters Query

Title Description Type Required Tips
id 活动ID int

Request Parameters Body

Response Data

Title Description Type Required Tips
errno 状态 int 0成功 非0失败
data 详细数据 Dataobject 数据详情

Data

Title Description Type Required Tips
round_id 轮次ID int 轮次ID
status 轮次状态 int 0:结束,1:开始
list 中奖名单 object

list

Title Description Type Required Tips
nickname 用户昵称 string
avatar 用户头像 string
phone 手机号 string
Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "round_id": 1, "status": 0, "list": [] }, { "round_id": 2, "status": 0, "list": [ { "nickname": "凡夫俗子", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132", "phone": "" }, { "nickname": "跳动的字符", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTL3vmBNacLfVLDqVPwE3RVssmD5COkS83ANXuQzRztPicfhl1pR3j7oyenWWr8ibXV4trBIcNzpemtw/132", "phone": "17612189643" } ] } ] }

埋点

将包含以下结构的数据写入日志文件即可

Struct

该结构主要包含两部分,第一部分是针对进入页面的访问日志,第二部分是针对在当前页面的操作;

举例,模拟用户操作:

1、用户从ijiwei首页进入舆情页面【对应网址流转为:https://ijiwei.com/ -> https://ijiwei.com/jwnews/425】

2、进入 https://ijiwei.com/jwnews/425 后,对应日志数据为

Copy to Clipboard
{ "uid": "", "session": "xxxxxxxxxxxxxxxx", "client_ip": "127.0.0.1", "client": "PC", "channel": "直接访问", "url": "https://ijiwei.com/jwnews/425", "page_name": "舆情", "referee": "https://ijiwei.com/", "timestamps": "当前时间戳", "event": "", "target": "" }

上面字段 eventtarget表示进入到 https://ijiwei.com/jwnews/425 之后的操作,刚进入页面,还没有操作所以为空

3、到舆情页面后,点击了【我的关注】按钮,对应日志数据为

Copy to Clipboard
{ "uid": "", "session": "xxxxxxxxxxxxxxxx", "client_ip": "127.0.0.1", "client": "PC", "channel": "直接访问", "url": "https://ijiwei.com/jwnews/425", "page_name": "舆情", "referee": "https://ijiwei.com/", "timestamps": "当前时间戳", "event": "click", "target": "我的关注" }

数据统计三部分: 1、访问日志: 2、行为日志: 3、数据统计:

字段 类型 describe required tips
uid int 用户ID 用户唯一标识
session string 会话ID 当uid为空时,可以用来标识唯一用户
client_ip string 客户端ip 客户端IP
client string 终端类型 H5、PC、Android、IOS、MiniProgram、Other
channel string 渠道 集微服务号、集微订阅号、抖音、微博
url string 页面地址 页面地址
page_name string 页面名称 页面title
referee string 来源
timestamps timestamps 触发时间 进入页面的时间
event string 事件 事件类型:【点击】
target string 事件目标 登陆、我的关注、热点咨询

IC课程

获取课程详情

获取课程的详细信息

HTTP Request

/api/course/info

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1, "title": "测试封装", "intro": "测试封装介绍", "background": "https://s.laoyaoba.com/jwImg/news/2023/11/08/16994321143079.jpg", "is_buy": 0 }, "timestamp": 1699511507, "logId": 3589802479 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
course_id 报告id int
token 用户签名 string

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
id ID int course_id
title 标题 int
intro 简介 string 普通字符串 不是富文本
background 背景图片 string 图片地址
is_buy 是否购买 string 0-否 1-已购买

Log

日期 作者 内容
2023/11/09 朱思嘉 新增

生成课程订单

用户点击立即付款时,用于生成或获取课程的订单

HTTP Request

/api/course/checkoutorder

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "is_pay": 1, "course_info": { "id": 2, "title": "数字IC", "intro": "数字IC介绍", "details": "http://s.laoyaoba.com/jwImg/news/2023/11/08/16994323101141.jpg", "price": 1 }, "order_info": { "number": "73110911757309117", "detail": "数字IC", "total": 1, "source": "h5", "confirmed_time": 1699511756, "expire_time": 1699515356 } }, "timestamp": 1699511754, "logId": 3614545835 }

ERROR

Copy to Clipboard
{ "errno": 600011, "errmsg": "课程已下单,无法重复下单", "userInfo": null, "data": {}, "timestamp": 1699512223, "logId": 3661438305 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户签名 string
course_id 报告id int
check_source 下单渠道 emun int pc, h5, wx_h5, ios, android

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object

Data Object

Title Description Type Tips
is_pay 是否需要支付 int 0-无需支付-1需支付
order_info 订单信息 object
course_info 课程信息 object

Report Object

Title Description Type Tips
id int
title 标题 string
intro 简介 string
details 详情图 string 图片地址
price 价格(分) int 需要手动处理为元

Order Object

Title Description Type Tips
number 订单单号 string
detail 订单详情 string
total 订单金额 int
source 订单来源 string
confirmed_time 订单确实时间 int
expire_time 订单过期时间 int

Log

日期 作者 内容
2023/11/09 朱思嘉 新增

集微GPT JIWEIGPT

获取集微相关资源信息

HTTP Request

/api/aigc/resource

Response Body :

正常模式

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "title": "123", "intro": "12", "cover": "", "url": "https://devwww.laoyaoba.com/n/840683", "res": "NEWS-HOT" } ], "timestamp": 1700028734, "logId": 3772919975 }

详情模式

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": "756156", "content": "<p>北京时间 11 月 28 日消息,据《金融时报》报道</p>", "url": "https://devwww.laoyaoba.com/n/756156", "res": "NEWS-DETAIL" }, "timestamp": 1700470102, "logId": 2812517786 }
Copy to Clipboard
{ "errno": 650001, "errmsg": "资讯不存在", "userInfo": null, "data": {}, "timestamp": 1700622739, "logId": 3043902611 }

获取热门资讯资源 /api/aigc/resource?source=pc&type=NEWS-HOT

获取热门资讯资源并限定ID建议进行url编码 /api/aigc/resource?source=pc&type=NEWS-HOT&ids=["71444","123455"]

建议进行url编码 /api/aigc/resource?source=pc&type=NEWS-HOT&ids=%5B%2271444%22,%22123455%22%5D

获取最新报告 /api/aigc/resource?source=pc&type=REPORT-NEW

获取ID为7561561的资讯详情 /api/aigc/resource?source=pc&id=7561561&type=NEWS-DETAIL

通过标题获取资讯正文信息 /api/aigc/resource?source=pc&title=测试&type=NEWS-TITLE

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
type 资源类型 string 详见下方解释
ids 资源ID集合 string:object ["71444","123455"]
limit 个数 int default=5
id 资源ID int type-DETAIL时需传入
title 资源标题 string type-NEWS-TITLE时需传入 全局匹配

type-NEWS

type Description Tips
NEWS-HOT 资讯-热门资源 获取热门资讯(过去一个月流量最高倒序)支持ids参数的组合使用
NEWS-VIDEO 资讯-视听资源 获取视听资讯(发布时间倒序) 支持ids参数的组合使用
NEWS-IDS 资讯-特定资源 获取特定ID条件的资讯(发布时间倒序)
NEWS-DETAIL 资讯-某个资源的详情 获取特定资讯的正文信息
NEWS-TITLE 资讯-通过标题获取资讯详情 通过标题获取资讯详情获取特定资讯的正文信息
NEWS-LATEST 资讯-最新资讯 获取最新资讯信息

type-REPORT

type Description Tips
REPORT-NEW 报告-最新资源 获取最新图文报告 (发布时间倒序)支持ids参数的组合使用

type-LIVE

type Description Tips
LIVE-NEW 直播-正在直播 获取正在直播 (开始时间倒序)支持ids参数的组合使用
LIVE-BACK 直播-回放 获取直播回放 (开始时间倒序)支持ids参数的组合使用

type-MEETING

type Description Tips
MEETING-NEW 会议-会议中 获取举办会议 (会议开始时间倒序)支持ids参数的组合使用

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object type-DETAIL时此字段为Object

Data Object

Title Description Type Tips
title 标题 int
intro 简介 string 普通字符串 不是富文本
cover 图片 string 图片地址
url 链接 string 链接地址
res 当前资源 string 资源名称
content 资源的详细内容 string type-DETAIL时返回的资源详细信息

Log

日期 作者 内容
2023/11/15 朱思嘉 新增
2023/11/20 朱思嘉 新增获取资讯详情

人才库 talents

鉴权

该鉴权方式基于以下步骤完成用户身份验证:

构建请求参数:将请求参数按照指定顺序拼接成字符串。 生成签名:对拼接后的字符串进行哈希运算,生成签名、放入请求头. 发送请求:将签名和其他必要的请求参数发送到服务器端进行验证。

Gen Token

Parameter Description Type Explain
app_id 签名信息 String fdbb73355c92bceef55969cf8ce8a232
secret_id 时间戳 String 4fc64910eaafeef31c81a3eae531aff1
developer 环境 String mp-user-profile
timestamp 时间戳 String 当前时间戳
body 请求体 String 将当前的请求数据进行json序列化

将请求参数按照以下顺序连接成一个字符串:

Copy to Clipboard
const concatenatedString = `app_id${appId}developer${developer}timestamp${currentTime}body${body}secret_id${appSecret}`;

对拼接后的字符串进行 MD5 哈希运算,生成签名值。

Copy to Clipboard
const md5Hash = md5(concatenatedString);

Headers

Parameter Description Type Required Explain
token 签名信息 String 通过计算产生
timestamp 时间戳 String 当前时间戳
developer 环境 String mp-user-profile

将token timestamp developer 放入头部信息即可

Copy to Clipboard
const headers = { "token": token, "timestamp": timestamp, "developer": developer }; fetch("/api", { method: "POST", headers: headers })

API Host

url env
http://120.79.71.191:8186 dev
http://47.106.230.107:8186 pro

获取用户相关报告信息

Copy to Clipboard
{ "code": 0, "data": [ { "id": 248, "title": "测试报告-x-11", "publish_at": null }, { "id": 39, "title": "2022集成电路行业热点城市薪酬报告(6月版)", "publish_at": "2022-07-12 16:33:44" } ] }

HTTP Method

POST

HTTP Request

/api/user/report

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
mobile 用户手机号 String

Response Data

Title Description Type Tips
id 报告的唯一标识符 Integer
title 报告标题 String
publish_at 报告发布时间 String 若未发布则为 null

Log

日期 作者 内容
2024/03/22 朱思嘉 新增

获取用户职场附件信息

POST: /api/user/jobresume

Copy to Clipboard
{ "code": 0, "data": [ { "id": 56, "file_name": "vip.pdf", "download_url": "http://s.laoyaoba.com/cv/annex/2022/03/25/16481740374571.pdf" } ] }

HTTP Method

POST

HTTP Request

/api/user/jobresume

Request Parameters Query

Request Parameters Body

Parameter Description Type Required Explain
source 请求源 String
mobile 用户手机号 String

Response Data

Title Description Type Tips
id 文件的唯一标识符 Integer
file_name 文件名 String
download_url 文件下载链接 String

Log

日期 作者 内容
2024/03/22 朱思嘉 新增

PDF水印服务

PDF水印服务 文件流越大响应时间会相对增长 请延长请求时间 相同文件不会进行二次下载 建议客户端对字典及文件名进行哈希 相同进行缓存

项目地址

http://git.dev.jiweinet.com/back-end/pdf-watermark.git

服务地址

http https
线下+生产 http://120.25.235.220:9487

请求方式

POST /service/Run.php

CURL

生成一个公有的七牛云地址信息 curl --location 'http://localhost:9487/service/Run.php' \ --form 'source="mp"' \ --form 'model="diy"' \ --form 'filePath="https://s.laoyaoba.com/jiWei/template/pdf/test.pdf"' \ --form 'dictionary="[\"朱思嘉\",\"2023-05-23\",\"爱集微有限公司\"]"' \ --form 'settings="{\"rotate_angle\":60,\"text_rgb\":240,\"font_size\":30}"'

生成一个私有的七牛云地址信息 curl --location 'http://localhost:9487/service/Run.php' \ --form 'filePath="https://s.laoyaoba.com/infoplat/tmp/123.pdf"' \ --form 'dictionary="[\"朱思嘉\",\"2023-05-23\",\"爱集微有限公司\"]"' \ --form 'model="diy"' \ --form 'private="1"' \ --form 'exp="30"'

Response Body :

公有存储七牛云信息返回

Copy to Clipboard
{ "code": 0, "msg": "https://s.laoyaoba.com/jiWei/waterPdf/1716449725614.pdf" }

私有存储七牛云信息返回

Copy to Clipboard
{ "code": 1, "msg": { "tmp_url": "https://privte.laoyaoba.com/jiWei/waterPdf/1716875112310.pdf", "private_url": "https://privte.laoyaoba.com/jiWei/waterPdf/1716875112310.pdf?e=1716875144&token=99vFAJy1wVeXiJdSV2BB-VHqOhgKrdRZydXfUv58:1whf6FV4s1GJYEHogyahbgS_Kmc=" } }

Request Parameters FORM-DATA

Parameter Description Type Required Explain
source 请求来源 string mp、pc
model 水印模式 string diy 使用字典时必填
filePath 文件地址 string
dictionary 字典 objects 文件会根据水印字典对文件进行水印操作 详见下方说明
settings 配置 objects 水印通过配置生产 不传则使用默认配置
private 是否加密七牛云地址 bool 默认:false
exp 加密地址过期时间 int 当private=true时 传入则生效 默认:3600/s

dictionary ["zhusj"] #增加单个水印 ["zhusij","18434819907"] #增加多个水印 ["zhusij","18434819907","ijiwei"] #增加N个水印 settings

Parameter Description Type Required Explain
rotate_angle 水印倾斜度 int 默认:45
text_rgb 水印颜色 int 默认:211-灰
font_size 字体大小 int 默认:18

Response Data

Title Description Type Required Tips
status 状态:0失败 1成功 integer
msg status非1时,返回错误信息 status为1时返回文件地址 string or object 当private=true时将返回一个对象

Msg

Title Description Type Required Tips
tmp_url 七牛临时文件地址 string
private_url 七牛私有文件地址 string

Error

Copy to Clipboard
{ "code": 0, "msg": "文件地址有误" }

企业库 EDP

获取企业相关资源

/api/edp/resource

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "res_id": 477, "content": "这公司融资了20个亿", "cover": "https://s.laoyaoba.com/jwImg/category/2019/07/23/15638590636274.jpg?imageView2/2/w/90/h/90", "show_name": 1, "nick_name": "N_138****5748", "res_name": "edp_mes", "label": "", "create_time": "2024-05-28 11:42:18" }, { "id": 2, "res_id": 477, "content": "这公司赔了20个亿", "cover": "https://s.laoyaoba.com/jwImg/category/2019/07/23/15638590636274.jpg?imageView2/2/w/90/h/90", "show_name": 0, "nick_name": "N_138****5748", "res_name": "edp_mes", "label": "", "create_time": "2024-05-28 10:42:18" }, { "id": 2, "res_id": 477, "content": "企业信息不全", "cover": "https://s.laoyaoba.com/jwImg/category/2019/07/23/15638590636274.jpg?imageView2/2/w/90/h/90", "show_name": 0, "nick_name": "N_138****5748", "res_name": "edp_back", "label": "企业信息不全", "create_time": "2024-05-28 09:42:18" } ], "timestamp": 1700028734, "logId": 3772919975 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户凭证 string
type 资源类型 string edp_mes-留言 edp_back-反馈
company_id 当前企业ID int
after_id 查看更多 int
limit 个数 int default=20

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object type-DETAIL时此字段为Object

Data Object

Title Description Type Tips
id 数据ID int
res_id 资源ID int 此处则为公司ID
content 内容 string
cover 封面图片URL string
show_name 显示名称标志 int 1表示显示,0表示不显示
nick_name 用户昵称 string 匿名用户格式:N_138****5748
res_name 资源名称 string 例如:edp_mes, edp_back
label 标签 string 可能为空 edp_back时可能不为空
create_time 创建时间 string 格式:YYYY-MM-DD HH:mm:ss

Log

日期 作者 内容
2024/06/20 朱思嘉 新增

获取资源配置

/api/edp/resconfig

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ "企业信息不全", "信息内容错误", "描述不准确", "更新时间慢", "其他" ], "timestamp": 1700028734, "logId": 3772919975 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户凭证 string
type 资源类型 string edp_mes-留言 edp_back-反馈

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object type-DETAIL时此字段为Object

Log

日期 作者 内容
2024/06/19 朱思嘉 新增

提交企业相关资源信息

/api/edp/resform

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 5775, "res_id": "477", "content": "第三人称", "cover": "", "show_name": 1, "nick_name": "zhusj", "res_name": "edp_mes", "label": null, "create_time": "2024-06-20 15:35:51" }, "timestamp": 1718868949, "logId": 2303806323 }

Request Parameters

Parameter Description Type Required Explain
source 请求来源 string
token 用户凭证 string
type 资源类型 string edp_mes-留言 edp_back-反馈
company 当前企业名称 string
company_id 当前企业ID int
show 是否匿名 int default=0 默认匿名 非匿名传1
content 内容 string
label 标签 string type=edp_back时传入

Response Data

Title Description Type Tips
errno Api Code int
errmsg Api Error Message string
userInfo string
data list:object type-DETAIL时此字段为Object

Data Object

Title Description Type Tips
id 数据ID int
res_id 资源ID int 此处则为公司ID
content 内容 string
cover 头像 string
show_name 显示名称标志 int 1表示显示,0表示不显示
nick_name 昵称 string
res_name 资源名称 string 例如:edp_mes, edp_back
label 标签 string 可能为空 edp_back时可能不为空
create_time 创建时间 string 格式:YYYY-MM-DD HH:mm:ss

Log

日期 作者 内容
2024/06/20 朱思嘉 新增

热门企业问答

api/edp/questionhot

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": [ { "id": 1, "name": "长沙景嘉微电子有限公司", "company_type":0, "qa": [ { "question_id": 1, "title": "长沙景嘉微电子有限公司产品在研发过程中如何管理时间和资源?" }, { "question_id": 2, "title": "长沙景嘉微电子有限公司产品在投资领域的市场份额是多少?" } ] }, { "id": 1, "name": "长沙景嘉微电子有限公司A", "company_type":0, "qa": [ { "question_id": 1, "title": "长沙景嘉微电子有限公司A产品在研发过程中如何管理时间和资源?" }, { "question_id": 2, "title": "长沙景嘉微电子有限公司A产品在投资领域的市场份额是多少?" } ] } ], "timestamp": 1718868949, "logId": 2303806323 }

Request Parameters

Parameter Description Type Required Explain
source pc string 请求来源
token eyJ****== string 用户凭证
limit 2 int 个数 default=2

Response Data

Title Description Type Tips
errno 200 int Api Code
errmsg Error Message string Api Error Message
userInfo string
data list:object

Data Object

Title Description Type Tips
id 1 int 公司ID
name 爱集微有限公司 int 公司名称
company_type 企业类型 int 0-国内 1-国外
qa 问答列表 list:object

Qa Object

Title Description Type Tips
question_id 1 int 问题ID
title 长沙景嘉微电子有限公司A产品在研发过程中如何管理时间和资源? string 问题

Log

日期 作者 内容
2024/10/28 朱思嘉 新增

企业问答资源

api/edp/questiondata

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "count": 23, "list": [ { "id": 255, "title": "企业最近面临的困境有哪些", "status": 2, "process": 100, "answer": "经过对已知信息的整理和分析,以下是针对“企业最近面临的困境有哪些”这一问题的最合适的回答:\n\nIntel公司最近面临的困境主要涉及以下几个方面:\n1. 市场竞争加剧,尤其是与AMD和NVIDIA等公司的竞争,对Intel的市场份额产生了压力。\n2. 技术转型挑战,尤其是在从14nm过渡到10nm及更先进制程工艺时遇到的问题,导致产品发布延期。\n3. 供应链问题,包括全球半导体短缺,影响了Intel的生产和交付能力。\n4. 财务状况面临挑战,表现为营收和利润增长放缓。\n5. 面临内部管理问题,如高层变动和员工士气,可能影响公司的长期战略执行。\n6. 法律和监管挑战,例如反垄断诉讼和知识产权争议。\n7. 市场需求变化,尤其是在移动和数据中心市场,要求Intel调整其产品和市场策略。\n\nIntel需要采取有效策略和措施来应对这些挑战,以维持其市场地位和增强竞争力。", "user": "郭阔爱集***", "created_at": "2024-11-12 10:13:42" }, { "id": 229, "title": "intel 如何内部整顿?", "status": 2, "process": 100, "answer": "Intel 的内部整顿通常涉及组织结构的调整以提高效率,可能包括裁员和重组以优化人力资源配置。同时,Intel 可能会加大在技术研发方面的投入,以保持其在半导体行业的竞争优势。财务管理上,Intel 会通过优化成本结构来提高资源利用效率。此外,改善企业文化和调整战略方向也是其内部整顿的重要组成部分,以应对市场变化和提升员工积极性。", "user": "集小微***", "created_at": "2024-11-11 16:16:41" }, { "id": 228, "title": "intel 如何进步?", "status": 2, "process": 100, "answer": "为了在技术和市场上取得进一步进步,Intel 可以采取以下策略:\n1. 加快制程工艺的升级,缩小与竞争对手在制程技术上的差距,以提升产品性能和能效。\n2. 增加对新兴技术领域的投资,特别是在人工智能、量子计算和自动驾驶方面,以拓展未来增长空间。\n3. 加强与主要客户和合作伙伴的关系,提供定制化解决方案以满足不同市场需求。\n4. 提升研发投入,推动创新文化,确保在技术前沿的持续领先。\n5. 实施更具竞争力的市场营销策略,增强品牌影响力和市场份额。\n通过这些策略,Intel 可以在技术创新和市场拓展方面取得更大的进步。", "user": "集小微***", "created_at": "2024-11-11 16:16:32" }, { "id": 227, "title": "intel 企业如何面向客户发展做出有效决策?", "status": 2, "process": 100, "answer": "Intel企业在面向客户发展中做出有效决策的方式包括:首先,深入理解其核心客户群体和业务领域的需求。其次,通过市场分析和客户反馈机制,及时捕捉市场趋势和客户需求的变化。再者,利用数据分析和AI技术提高决策的科学性和准确性。此外,与合作伙伴保持紧密关系,确保在技术创新和市场开拓上具备竞争优势。最后,通过成功案例的经验积累,不断优化决策过程,确保能够迅速适应市场变化并满足客户需求。", "user": "集小微***", "created_at": "2024-11-11 16:16:24" }, { "id": 226, "title": "企业如何内部整顿", "status": 2, "process": 100, "answer": "企业内部整顿是一个系统的过程,首先需要明确整顿的必要性和目标,然后通过分析找出当前存在的问题,确定需要优先整顿的领域。接下来,制定一个详细的整顿计划并执行,同时保持员工的参与和沟通,建立反馈机制。最后,通过评估整顿效果,识别成功和不足之处,为持续改进提供依据。这个过程需要企业高层的支持和全体员工的参与,以确保整顿的有效性和可持续性。", "user": "集小微***", "created_at": "2024-11-11 16:15:22" }, { "id": 225, "title": "企业如何进步", "status": 2, "process": 100, "answer": "企业要实现进步,需要在多个方面采取综合策略。首先,企业应定义进步的标准,通常包括财务增长、市场份额和客户满意度等指标。关键因素包括创新、效率、市场扩展和客户满意度,企业需要在这些方面持续努力。常见的策略包括持续改进、技术升级、人才培养和文化建设。通过学习成功企业的案例,企业可以借鉴有效的策略和方法,以推动自身的持续进步。", "user": "集小微***", "created_at": "2024-11-11 16:15:11" }, { "id": 224, "title": "企业如何进阶发展社会层面", "status": 2, "process": 100, "answer": "企业在社会层面的进阶发展需要综合考虑企业社会责任、可持续发展、社会创新等多个方面。首先,企业应明确其社会目标,并通过评估现状制定切实可行的战略计划。接着,企业需要实施这些计划,并与政府、非营利组织等建立合作关系,以增强社会影响力。同时,企业应注重监测和评估其社会举措的效果,并通过公开报告和宣传活动展示其贡献。最终,企业在发展过程中应不断调整策略,以适应社会需求的变化,实现与社会的共同进步。", "user": "集小微***", "created_at": "2024-11-11 16:15:06" }, { "id": 223, "title": "企业如何进阶用户发展层面", "status": 2, "process": 100, "answer": "企业进阶用户发展层面需要从多方面入手,包括深入了解用户需求,优化用户体验,加强客户关系管理,构建用户社区,利用数据驱动决策,推动产品创新,以及提供个性化服务。首先,企业应识别用户的需求和痛点,通过调研和反馈获取信息。其次,优化用户体验是关键,确保用户在使用产品或服务时的每个环节都得到提升。接下来,通过有效的客户关系管理工具和机制,保持与用户的良好互动。构建用户社区有助于增强用户的归属感和参与度。企业还需重视数据分析,通过数据驱动的决策来指导用户发展策略。最后,产品的持续创新和个性化服务能够有效满足用户的多样化需求,帮助企业在用户发展层面不断进阶。", "user": "集小微***", "created_at": "2024-11-11 16:15:01" }, { "id": 222, "title": "企业如何进阶发展", "status": 2, "process": 100, "answer": "企业要实现进阶发展,需要全面提升其在市场定位、产品创新、组织管理、财务管理、品牌建设、客户关系、技术应用和风险管理等多个方面的能力。首先,企业应进行深入的市场研究,明确其市场定位,并根据市场需求调整产品和服务。其次,创新是企业持续发展的动力,企业应鼓励创新文化并提供资源支持。组织管理的优化则能提高运营效率,财务管理则确保企业有足够的资金支持其战略计划。品牌建设和有效的营销策略能扩大企业的市场影响力,而良好的客户关系管理能提升客户忠诚度。此外,企业应积极采用新技术进行数字化转型,以提升竞争力。最后,企业需要制定和执行有效的风险管理策略,以应对各种潜在的挑战和不确定性。通过这些方面的综合提升,企业可以实现更高层次的发展。", "user": "集小微***", "created_at": "2024-11-11 16:14:53" }, { "id": 221, "title": "企业如何面向客户发展社会面信息", "status": 2, "process": 100, "answer": "企业面向客户发展社会面信息的策略包括:首先,企业需要通过多种渠道收集社会面信息,如社交媒体、市场调研和客户反馈。然后,利用这些信息进行市场分析,了解客户需求和市场趋势。企业应制定个性化的营销策略和产品创新计划,以满足客户需求并提高市场竞争力。此外,企业应关注数据隐私和信息安全,建立有效的信息管理系统。通过这些步骤,企业可以更好地利用社会面信息提升客户满意度和市场份额。", "user": "集小微***", "created_at": "2024-11-11 16:14:07" } ] }, "timestamp": 1731379829, "logId": 3556300058 }

Request Parameters

Parameter Description Type Required Explain
source pc string 请求来源
token eyJ****== string 用户凭证
company_id 1 int 当前公司ID
company_type 企业类型 int 0-国内 1-国外 default=0
id 1,2,3 string 问题ID 获取某个问题的ID集
sort asc desc string 排序 asc desc default=desc
after_id 1 int 加载更多
limit 1 int 个数 default=4
status 1 int 状态 :1:问答广场 2:获取进度
Copy to Clipboard
参数说明: 获取企业问答模块信息 /api/edp/questiondata?source=pc&token=eyj&company_id=1&limit=4 用户自定义问题提问后刷新此接口会展示在第一条 获取实时进度刷新请求即可 获取问答广场 /api/edp/questiondata?source=pc&token=eyj&company_id=1&limit=10&status=1 加载更多 /api/edp/questiondata?source=pc&token=eyj&company_id=1&limit=10&status=1&after_id=1 跳转某个ID详情模式1(获取已完成且问题与公司有关联性的资源):/api/edp/questiondata?source=pc&token=eyj&company_id=1&limit=10&status=1&id=1 跳转某个ID详情模式2(获取任意状态的资源):/api/edp/questiondata?source=pc&token=eyj&company_id=1&limit=10&status=2&id=1 获取单个任务进度 /api/edp/questiondata?source=pc&token=eyj&company_id=1&limit=10&status=2&id=1

Response Data

Title Description Type Tips
errno 200 int Api Code
errmsg Error Message string Api Error Message
userInfo string
data object

Data Object

Title Description Type Tips
count 1 int 总数
list array 列表信息

List Object

Title Description Type Tips
id 1 int 每条数据的唯一ID
title "长沙景嘉微电子有限公司产品在研发过程中如何管理时间和资源?" string 描述产品研发相关问题
status 0 int 0:待处理,1:进行中,2:已完成,3:失败
process 80 int 0-100之间
answer "" 或 "# 长沙景嘉微电子有限公司产品研发中的时间和资源管理..." string 如果存在敏感信息,则受限
user "LI9****kkk" string 用户名信息可能会被隐藏部分
create_at "2024-10-10 15:00:00" string 格式为"YYYY-MM-DD HH:MM:SS"

Log

日期 作者 内容
2024/10/28 朱思嘉 新增
2024/11/12 朱思嘉 修改

企业问答提问

api/edp/questionpush

Response Body :

Copy to Clipboard
{ "errno": 0, "errmsg": "SUCCESS", "userInfo": null, "data": { "id": 1 }, "timestamp": 1718868949, "logId": 2303806323 }

Request Parameters

Parameter Description Type Required Explain
source string 请求来源
token string 用户凭证
title 企业成立于哪个时间点? string 问题描述
question_id 1 int 问题ID
company_id 1 int 公司ID
company_type 企业类型 int 0-国内 1-国外 default=0
company_name 爱集微咨询有限公司 string 公司名称
Copy to Clipboard
参数说明: 内置问题提问 /api/edp/questionpush(question_id,company_id,company_name) 自定义问题提问 /api/edp/questionpush(title,company_id,company_name)

Response Data

Title Description Type Tips
errno 200 int Api Code
errmsg Error Message string Api Error Message
userInfo string
data list:object

Data Object

Title Description Type Tips
id 1 int 问题ID

Log

日期 作者 内容
2024/10/28 朱思嘉 新增

文档使用帮助

index.html.md文件中进行编辑目录和文档总体结构,然后在includes目录中添加对应的模块。

文档使用Markdown语言排版。

Markdown格式示例

Copy to Clipboard
# 标题 ## 二级标题 ### ....... ​``` json 代码块 ​``` 表格 表头 | 表头 ---------- | ------- 内容 | 内容 内容 | 内容 `Something`

表格

表头 表头
内容 内容
内容 内容

Json 是没有注释的 避免在json中写注释

Something 高亮

加粗 粗体

横线

下划线

斜体

链接

图片

示例API接口

The above command returns JSON structured like this:

Copy to Clipboard
{ "id": 2, "name": "Max", "breed": "unknown", "fluffiness": 5, "cuteness": 10 }

This endpoint retrieves a specific kitten.

HTTP Request

GET http://example.com/kittens/<ID>

URL Parameters

Parameter Description
ID The ID of the kitten to retrieve