加载中…

友情链接/合作伙伴

```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 最后更新时间