feat: 旋转验证对接成功
This commit is contained in:
@@ -14,7 +14,7 @@ class Request {
|
||||
(config) => {
|
||||
const token: string | null = getStorageFromKey("token");
|
||||
if (token) {
|
||||
config.headers.Authorization = `schisandra ${token}`;
|
||||
config.headers.Authorization = `${import.meta.env.VITE_APP_TOKEN_KEY} ${token}`;
|
||||
}
|
||||
|
||||
// if (config.method == "post") {
|
||||
|
||||
Reference in New Issue
Block a user