其他ResponseForRequest版本:23.11.1本页内容ResponseForRequest 接口 用于满足请求所需的响应数据。 签名 export interface ResponseForRequest 属性 属性修饰符类型描述默认值bodystring | Uint8ArraycontentTypestringheadersRecord<string, string | string[] | unknown>可选的响应头。记录值将按照以下方式转换为字符串:数组的值将被映射为字符串(当需要多个同名的标头时使用)。非数组的值将被转换为字符串。statusnumber