Options
All
  • Public
  • Public/Protected
  • All
Menu

请求配置。

Type parameters

  • MockUrl: string

  • DevUrl: string

  • ProdUrl: string

  • Path: string

  • DataKey: string | undefined

  • ParamName: string

Hierarchy

Index

Properties

dataKey

dataKey: DataKey

数据所在键

devUrl

devUrl: DevUrl

接口测试环境地质,结尾无 /

method

method: Method

请求方法

mockUrl

mockUrl: MockUrl

接口 Mock 地址,结尾无 /

paramNames

paramNames: ParamName[]

路径参数的名称列表

path

path: Path

接口路径,以 / 开头

prodUrl

prodUrl: ProdUrl

接口生产环境地址,结尾无 /

requestBodyType

requestBodyType: RequestBodyType

请求数据类型

responseBodyType

responseBodyType: ResponseBodyType

返回数据类型

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc