10 lines
312 B
JavaScript
10 lines
312 B
JavaScript
![]() |
import oahttp from "@/utils/aa.js";
|
||
|
|
||
|
/**
|
||
|
* 绑定scoket
|
||
|
*/
|
||
|
export const bindScoket = (data) => oahttp.post('/im/doBindUid', data)
|
||
|
// 发送消息
|
||
|
export const sendMsgApi = (data) => oahttp.post('/im/sendMessage', data)
|
||
|
// 发送文件
|
||
|
// export const sendFileApi = (data) => oahttp.post('/im/doBindUid', data)
|