|
|
|
@ -258,8 +258,8 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
|
|
|
|
|
{ |
|
|
|
|
// See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes
|
|
|
|
|
// authentication schemes,e.g: Bearer
|
|
|
|
|
// crypto
|
|
|
|
|
tokenScheme: '', |
|
|
|
|
|
|
|
|
|
tokenScheme: 'crypto', |
|
|
|
|
authenticationScheme: 'Basic', |
|
|
|
|
timeout: 10 * 1000, |
|
|
|
|
// 基础接口地址
|
|
|
|
|