curl --location --request GET 'https://openapi.aifabu.com/v1/chain/getChainList?apikey=8c1331250ede960fd51ac56a829cc6893ce8c000&group_id=1035&start=0&count=100&begin_date=1727794911&end_date=1730214111'{
"code": 1,
"msg": "success",
"result": {
"list": [
{
"chain_title": "短链标题",
"chain_id": 999999,
"domain": 6357,
"target_url": "http://www.baidu.com",
"status": "跳转正常",
"create_time": "2024-10-09 19:51:36",
"pv_history": 0,
"pv_today": 0,
"chain": "MHy8H6",
"domain_url": "test.demo.cn",
"domain_status": 99,
"type": 1,
"sub_type": 0,
"render_url": "http://test.demo.cn/MHy8H6"
}
],
"total": 1,
"list_num": 1
}
}