友情链接/合作伙伴
SDK 文档
apifm
开发参考
# V2版本(尽快升级到V2版本)
```javascript
WXAPI.friendlyPartnerListV2({
type: 'index'
})
```
+ type 如果传了该参数,只会返回这个类型的列表数据
```json
{
"code": 0,
"msg": "success",
"data": {
"result": [
{
"id": 1303,
"type": "111112",
"title": "22221",
"picUrl": "https://s3.cichangelte.com/cichangelte/2026/03/10/cdc09c6a-ce62-4f78-8f34-087f977d34bd.png",
"linkUrl": "wedw",
"dateAdd": "2026-04-04 11:46:59",
"dateUpdate": "2026-06-02 08:52:14"
}
],
"totalRow": 1,
"totalPage": 1
}
}
```
+ totalPage 总共多少页
+ totalRow 总共记录数
+ result 报名列表
- id 记录ID
- type 自定义类型
- title 名称
- picUrl 图片地址
- linkUrl 链接地址
- dateAdd 添加时间
- dateUpdate 最后更新时间
# V1版本(即将下线)
```javascript
WXAPI.friendlyPartnerList(type)
```
+ type 如果传了该参数,只会返回这个类型的列表数据
```json
{
"code": 0,
"data": [
{
"dateAdd": "2019-08-05 08:30:55",
"id": 842,
"paixu": 0,
"picUrl": "https://dcdn.it120.cc/2019/08/05/d26808ca-e2f6-4f5f-a6b1-3629bdd2fb88.png",
"status": 0,
"statusStr": "正常",
"title": "测试",
"userId": 2
}
],
"msg": "success"
}
```
+ picUrl 图片链接地址
+ title 标题