apiList.ts 804 B

123456789101112131415161718
  1. import { server } from '../config'
  2. export const GET_MY_ROOM_LIST = '/takelook/roomList'
  3. export const GET_HOME_ROOM_LIST = '/takelook/wxApi/roomList'
  4. export const GET_ROOM = '/takelook/roomInfo'
  5. export const GET_SIG = '/takelook/tencentYun/getSign'
  6. export const GET_COMMON_SIG = '/takelook/rtcMedia/getToken'
  7. export const GET_ARGOA_SIG = '/takelook/agoraIO/getAgoraToken'
  8. export const LEAVE_ROOM = '/takelook/inOrOutRoom'
  9. export const WX_LOGIN = '/takelook/wxApi/wxLogin'
  10. export const WX_GET_PHONE = '/takelook/wxApi/getPhone'
  11. export const WX_UPDATE_USER = '/takelook/wxApi/updateUser'
  12. export const WX_GET_USER = '/takelook/wxApi/userInfo'
  13. export const WX_UPLOAD_URL = server.api + '/takelook/upload/file'
  14. //分享统计,1.1加入
  15. export const WX_SHARE_USER = '/takelook/shareRoom'