Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RequestOption

Index

Properties

config

请求配置 用于覆盖默认配置

Optional data

data?: object

请求数据 根据method会加在对应位置

Optional header

header?: object

附加header

Optional method

method?: "GET" | "POST"

请求类型

tomeout

tomeout: number

请求超时时间(ms) 默认30000

url

url: string

请求链接 相对地址