提交 84027a31 编写于 作者: M Matt Zabriskie

Merge pull request #126 from louislarry/patch-1

Update axios.d.ts, add Response.statusText
......@@ -21,6 +21,7 @@ declare module axios {
interface Response {
data?: any;
status?: number;
statusText?: string;
headers?: any;
config?: any;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册