Commit 34a3d4f1 by 周志凯

docs: add api

1 parent ae484371
...@@ -15,7 +15,7 @@ const Service = axios.create({ ...@@ -15,7 +15,7 @@ const Service = axios.create({
Service.interceptors.request.use( Service.interceptors.request.use(
(config: AxiosRequestConfig) => { (config: AxiosRequestConfig) => {
const aToken = sessionStorage.getItem('aToken') || 'bearer fff06119-e69f-4527-a4bc-d4ca613e09be'; const aToken = sessionStorage.getItem('aToken') || 'bearer 70b78db2-2065-4d3a-b69b-1b857adcd9ab';
aToken && (config.headers.Authorization = aToken); aToken && (config.headers.Authorization = aToken);
return config; return config;
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!