123456789101112131415161718 |
- import { server } from '../config'
- export const GET_MY_ROOM_LIST = '/takelook/roomList'
- export const GET_HOME_ROOM_LIST = '/takelook/wxApi/roomList'
- export const GET_ROOM = '/takelook/roomInfo'
- export const GET_SIG = '/takelook/tencentYun/getSign'
- export const GET_COMMON_SIG = '/takelook/rtcMedia/getToken'
- export const GET_ARGOA_SIG = '/takelook/agoraIO/getAgoraToken'
- export const LEAVE_ROOM = '/takelook/inOrOutRoom'
- export const WX_LOGIN = '/takelook/wxApi/wxLogin'
- export const WX_GET_PHONE = '/takelook/wxApi/getPhone'
- export const WX_UPDATE_USER = '/takelook/wxApi/updateUser'
- export const WX_GET_USER = '/takelook/wxApi/userInfo'
- export const WX_UPLOAD_URL = server.api + '/takelook/upload/file'
- //分享统计,1.1加入
- export const WX_SHARE_USER = '/takelook/shareRoom'
|