apiList.ts 511 B

1234567891011
  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/userInfo'
  9. export const WX_UPLOAD_URL = 'https://v4-test.4dkankan.com/takelook/upload/file'