curl --location --request GET 'https://openapi.aifabu.com/v1/chain/getWxworkChainList?apikey=8c1331250ede960fd51ac56a829cc6893ce8c000&group_id=123&chain_type=3&orderBy&page=1&pageCount=20'{
"code": 1,
"msg": "success",
"result": {
"list": [
{
"chain_type": 3,
"chain_id": 123412,
"chain": "vLvvx8",
"domain": 6357,
"domain_url": "xxx.xxx.com",
"domain_status": 99,
"chain_title": "第三条",
"status": "跳转正常",
"group_id": 988,
"group_name": "默认分组",
"create_time": "2024-10-09 20:01:25",
"pv_history": 0,
"pv_today": 0,
"template_id": 0,
"show_type": 1,
"customer_id": 0,
"target_url": "https://work.weixin.qq.com/ca/cawcde991d07100000",
"render_url": "https://xxx.xxx.com/vLxxx8"
}
],
"total": 1,
"page": "1",
"pageCount": "20"
}
}