Commit 8ede0788 authored by 郑磊's avatar 郑磊

更新axios实例的默认配置

parent aceab809
...@@ -75,6 +75,7 @@ export function createAxiosInstance( ...@@ -75,6 +75,7 @@ export function createAxiosInstance(
app_version: '1.0.0', app_version: '1.0.0',
device: 'wap', device: 'wap',
signature_secret: 'asdasgfdwqew', signature_secret: 'asdasgfdwqew',
method: 'POST',
}, },
): ApiAxiosInstance { ): ApiAxiosInstance {
const instance = axios.create(options) const instance = axios.create(options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment