{
"chain_type":"2",
"show_type": 2,
"applet_type": 1,
"sub_title": "",
"jump_template_id": 0,
"is_direct_jump": 1,
"chain_title": "链接备注",
"qrcode_vc_type": 1,
"scan_tips": 1,
"avatar": "",
"visit_type": 5,
"group_id": "988",
"desc": "",
"domain": 6357,
"channel_list": [
{
"visit_limit": 99999,
"qrcode_name": "微信.jpg",
"qrcode_time": 1792813575,
"sort": 1,
"url": "1729741574_91057932051485428813",
"url2": "https://xxx.xxx.com/1729741574_91057932051485428813",
"ratio": 1,
"status": 1
}
]
}
curl --location --request POST 'https://openapi.aifabu.com/v1/chain/createWxChain?apikey=8c1331250ede960fd51ac56a829cc6893ce8c000' \
--header 'Content-Type: application/json' \
--data-raw '{
"chain_type":"2",
"show_type": 2,
"applet_type": 1,
"sub_title": "",
"jump_template_id": 0,
"is_direct_jump": 1,
"chain_title": "链接备注",
"qrcode_vc_type": 1,
"scan_tips": 1,
"avatar": "",
"visit_type": 5,
"group_id": "988",
"desc": "",
"domain": 6357,
"channel_list": [
{
"visit_limit": 99999,
"qrcode_name": "微信.jpg",
"qrcode_time": 1792813575,
"sort": 1,
"url": "1729741574_91057932051485428813",
"url2": "https://xxx.xxx.com/1729741574_91057932051485428813",
"ratio": 1,
"status": 1
}
]
}'