apiList.ts 427 B

12345678
  1. export const GET_ROOM_LIST = '/takelook/roomList'
  2. export const GET_ROOM = '/takelook/roomInfo'
  3. export const GET_SIG = '/takelook/tencentYun/getSign'
  4. export const LEAVE_ROOM = '/takelook/inOrOutRoom'
  5. export const WX_LOGIN = '/takelook/wxApi/wxLogin'
  6. export const WX_GET_PHONE = '/takelook/wxApi/getPhone'
  7. export const WX_UPDATE_USER = '/takelook/wxApi/updateUser'
  8. export const WX_GET_USER = '/takelook/wxApi/updateUser'