商品详情
GO语言分布式聊天IMI程序
35.00
¥3178.00     0.1折
销量 17
收藏 0
评价 0
库存 786
"
35.00 数量:1件
购买数量
1
加入购物车
立即购买
商品详情
详情介绍

支持单对单,聊天室等场景

请求连接ws://127.0.0.1/imi/{user_id}

//加入聊天室

http://127.0.0.1/member/add/room

请求POST参数

{
“room_id”: “1”,
“user_id”: “4”
}
//发送信息

http://127.0.0.1/send/msg
{
“id”: “a001”,
“app_key”: “c-x”,
“cmd”: “text”,
“type”: “group”,
“send_user”: {
“id”: “1”,
“avatar”: “images/xxx.png”,
“nickname”: “人类”
},
“to_user”: {
“id”: “1”,
“avatar”: “images/xxx.png”,
“name”: “地球”
},
“data”: “您好”,
“notification”: {
“title”: “新的消息”,
“body”: “您好”
}
}

资源下载此资源下载价格为100人民币立即购买


购物车

收藏
加入购物车
立即购买