跳至内容
拜哥网API文档
用户工具
注册
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
注册
>
最近更改
媒体管理器
网站地图
您的足迹:
聊天记录
====== 评论接口 ====== ------ ===== 1、聊天列表 ===== === 接口名称 === chat-records/list === 请求方式 === get === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | memberId| int | 是 | 会员id | | sellerId| string | 是 |卖家id | |messageType|string|否|消息类型:文本消息 RC:TxtMsg 、 图片消息 RC:ImgMsg 、语音消息 RC:VcMsg 、图文消息 RC:ImgTextMsg 、位置消息 RC:LBSMsg 、添加联系人消息 RC:ContactNtf 、提示条通知消息 RC:InfoNtf 、资料通知消息 RC:ProfileNtf 、通用命令通知消息 RC:CmdNtf 、客服握手消息 RC:HsMsg 、客服挂断消息 RC:SpMsg| |startTime|string|否|开始时间| |endTime|string|否|结束时间| |id|int|否|聊天id| |pageSize|int|否|每页数量 默认为50| |page|int|否|页数| === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | items| data| 数据 | | _links| data| 分页信息 | | _meta| data| 查询数据信息 | === items数据说明 === ^ 名称 ^ 类型 ^ 说明 ^ | id| int| 聊天id| | seller_id| string|卖家 | | member_id| int| 会员ID | |addtime|string|添加时间| |cnt|string|内容| |messageType|string|类型| ===== 2、添加聊天 ===== === 接口名称 === chat-records/create === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | memberId| int| 是 |会员id | | sellerId| string | 是 |卖家id | |messageType|string|是|消息类型:文本消息 RC:TxtMsg 、 图片消息 RC:ImgMsg 、语音消息 RC:VcMsg 、图文消息 RC:ImgTextMsg 、位置消息 RC:LBSMsg 、添加联系人消息 RC:ContactNtf 、提示条通知消息 RC:InfoNtf 、资料通知消息 RC:ProfileNtf 、通用命令通知消息 RC:CmdNtf 、客服握手消息 RC:HsMsg 、客服挂断消息 RC:SpMsg| |cnt|string|是|内容| === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | bool | 返回结果 success 成功 error 失败 | | message| string | 返回信息 | ===== 3、删除 ===== === 接口名称 === chat-records/delete === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | memberId| int| 是 |会员id | | id| int|是 |聊天id | === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | bool | 返回结果 success 成功 error 失败 | | message| string | 返回信息 | ===== 4、回话列表 ===== === 接口名称 === chat-records/chat-list === 请求方式 === get === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | memberId| int | 是 | 会员id | === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | id| int| 聊天id| | seller_id| string|卖家 | | member_id| int| 会员ID | |addtime|string|添加时间| |cnt|string|内容| |messageType|string|类型| |shop_name|string|店铺名称| |logo|string|店铺logo|
聊天记录.txt
· 最后更改: 2017/06/01 13:59 (外部编辑)
页面工具
显示页面
修订记录
反向链接
回到顶部