tencent cloud

BasicAuth
最后更新时间:2025-03-11 19:41:09
BasicAuth
最后更新时间: 2025-03-11 19:41:09
BasicAuth 是参数配置 HTTP 中的 basicAuth 配置。

字段

字段
类型
描述
username
string
用户名
password
string
密码

样例

使用 BasicAuth:
export const option = {
http: {
basicAuth: {
username: 'username',
password: 'password',
}
}
}

本页内容是否解决了您的问题?
您也可以 联系销售 提交工单 以寻求帮助。

文档反馈