From 0540467aacc8485e15cc368d43e61b6f2581a3c0 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 2 Mar 2021 14:58:33 +0800 Subject: [PATCH] =?utf8?q?=E8=87=AA=E5=8A=A8=E5=8F=91=E9=80=81=E7=A4=BC?= =?utf8?q?=E7=89=A9api?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Send/Send_gift.go | 260 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 Send/Send_gift.go diff --git a/Send/Send_gift.go b/Send/Send_gift.go new file mode 100644 index 0000000..521a7a5 --- /dev/null +++ b/Send/Send_gift.go @@ -0,0 +1,260 @@ +package send + +func Send_gift(){ + {//参数来源1 + //https://api.live.bilibili.com/xlive/web-room/v1/gift/bag_list?t=1614667412767&room_id=22347054 + + /* + { + "code": 0, + "message": "0", + "ttl": 1, + "data": { + "list": [ + { + "bag_id": 235312419, + "gift_id": 1, + "gift_name": "辣条", + "gift_num": 1, + "gift_type": 5, + "expire_at": 1614700800, + "corner_mark": "1天", + "corner_color": "", + "count_map": [ + { + "num": 1, + "text": "" + } + ], + "bind_roomid": 0, + "bind_room_text": "", + "type": 1, + "card_image": "", + "card_gif": "", + "card_id": 0, + "card_record_id": 0, + "is_show_send": false + }, + { + "bag_id": 235157184, + "gift_id": 30607, + "gift_name": "小心心", + "gift_num": 16, + "gift_type": 5, + "expire_at": 1615046400, + "corner_mark": "5天", + "corner_color": "", + "count_map": [ + { + "num": 1, + "text": "" + }, + { + "num": 16, + "text": "全部" + } + ], + "bind_roomid": 0, + "bind_room_text": "", + "type": 1, + "card_image": "", + "card_gif": "", + "card_id": 0, + "card_record_id": 0, + "is_show_send": false + }, + { + "bag_id": 235162609, + "gift_id": 30607, + "gift_name": "小心心", + "gift_num": 24, + "gift_type": 5, + "expire_at": 1615132800, + "corner_mark": "6天", + "corner_color": "", + "count_map": [ + { + "num": 1, + "text": "" + }, + { + "num": 24, + "text": "全部" + } + ], + "bind_roomid": 0, + "bind_room_text": "", + "type": 1, + "card_image": "", + "card_gif": "", + "card_id": 0, + "card_record_id": 0, + "is_show_send": false + }, + { + "bag_id": 235077495, + "gift_id": 1, + "gift_name": "辣条", + "gift_num": 20, + "gift_type": 5, + "expire_at": 1615132800, + "corner_mark": "6天", + "corner_color": "", + "count_map": [ + { + "num": 1, + "text": "" + }, + { + "num": 20, + "text": "全部" + } + ], + "bind_roomid": 0, + "bind_room_text": "", + "type": 1, + "card_image": "", + "card_gif": "", + "card_id": 0, + "card_record_id": 0, + "is_show_send": false + }, + { + "bag_id": 235282499, + "gift_id": 30607, + "gift_name": "小心心", + "gift_num": 3, + "gift_type": 5, + "expire_at": 1615219200, + "corner_mark": "7天", + "corner_color": "", + "count_map": [ + { + "num": 1, + "text": "" + }, + { + "num": 3, + "text": "全部" + } + ], + "bind_roomid": 0, + "bind_room_text": "", + "type": 1, + "card_image": "", + "card_gif": "", + "card_id": 0, + "card_record_id": 0, + "is_show_send": false + } + ], + "time": 0 + } + } + */ + } + {//发送请求(银瓜子礼物) + //https://api.live.bilibili.com/gift/v2/live/bag_send + + // req + // { + // "uid": "29183321",//客户uid + // "gift_id": "1",//礼物id from 1 + // "ruid": "623441612",//主播uid + // "send_ruid": "0",//固定值 + // "gift_num": "1",//发送数量 from 1 + // "bag_id": "235312419",//礼物包 from 1 + // "platform": "pc",//平台固定值 + // "biz_code": "live",//固定值 + // "biz_id": "22347054",//房间id + // "rnd": "1614667054",//时间戳 + // "storm_beat_id": "0",//固定值 + // "metadata": "",//固定值 + // "price": "0",//价值 + // "csrf_token": "××",//from cookie + // "csrf": "××",//from cookie + // "visit_id": ""//固定值 + // } + + // res + // { + // "code": 0, + // "msg": "success", + // "message": "success", + // "data": { + // "tid": "1614667076110100001", + // "uid": 29183321, + // "uname": "qydysky丶", + // "face": "https://i2.hdslb.com/bfs/face/8c6d1ce3f96dc86d0fc7876a2824910c92ae6802.jpg", + // "guard_level": 0, + // "ruid": 623441612, + // "rcost": 18194089, + // "gift_id": 1, + // "gift_type": 5, + // "gift_name": "辣条", + // "gift_num": 1, + // "gift_action": "投喂", + // "gift_price": 100, + // "coin_type": "silver", + // "total_coin": 100, + // "pay_coin": 100, + // "metadata": "", + // "fulltext": "", + // "rnd": "1614667054", + // "tag_image": "", + // "effect_block": 1, + // "extra": { + // "wallet": null, + // "gift_bag": { + // "bag_id": 235312419, + // "gift_num": 1 + // }, + // "top_list": [], + // "follow": null, + // "medal": null, + // "title": null, + // "pk": { + // "pk_gift_tips": "", + // "crit_prob": -1 + // }, + // "fulltext": "", + // "event": { + // "event_score": 0, + // "event_redbag_num": 0 + // }, + // "capsule": null, + // "lottery_id": "" + // }, + // "blow_switch": 0, + // "send_tips": "赠送成功", + // "discount_id": 0, + // "gift_effect": { + // "super": 0, + // "combo_timeout": 0, + // "super_gift_num": 0, + // "super_batch_gift_num": 0, + // "batch_combo_id": "", + // "broadcast_msg_list": [], + // "small_tv_list": [], + // "beat_storm": null, + // "combo_id": "", + // "smallTVCountFlag": true + // }, + // "send_master": null, + // "crit_prob": -1, + // "combo_stay_time": 3, + // "combo_total_coin": 0, + // "demarcation": 1, + // "magnification": 1, + // "combo_resources_id": 1, + // "is_special_batch": 0, + // "send_gift_countdown": 6, + // "bp_cent_balance": 0, + // "price": 0, + // "left_num": 0, + // "need_num": 0, + // "available_num": 0 + // } + // } + } +} -- 2.39.2