PtlUserUseCode.ts 209 B

12345678910111213141516171819202122
  1. /**
  2. * 请求接口 使用兑换码
  3. */
  4. export interface ReqUserUseCode {
  5. key:string //兑换码
  6. }
  7. /**
  8. * 返回信息
  9. */
  10. export interface ResUserUseCode {
  11. }
  12. export const conf = {
  13. connet: "ws"
  14. }