开发者论坛

标题: 验收6月21日 [打印本页]

作者: admin    时间: 2024-6-21 10:01
标题: 验收6月21日
[md]| **接口**                            | 参数                                     | 功能         |
|-----------------------------------|----------------------------------------|------------|
| axios(config)                     | [config](#请求配置):请求配置                   | 发送请求       |
| axios.create(config)              | [config](#请求配置):请求配置                   | 创建实例       |
| axios.request(config)             | [config](#请求配置):请求配置                   | 发送请求       |
| axios.get(url[, config])          | url:请求地址[config](#请求配置):请求配置      | 发送get请求    |
| axios.delete(url[, config])       | url:请求地址[config](#请求配置):请求配置      | 发送delete请求 |
| axios.post(url[, data[, config]]) | url:请求地址data:发送请求体数据[config](#请求配置):请求配置 | 发送post请求   |
| axios.put(url[, data[, config]])  | url:请求地址data:发送请求体数据[config](#请求配置):请求配置      | 发送put请求    |

[/md]




欢迎光临 开发者论坛 (https://oh-test.qingcheng100.cn/) Powered by Discuz! X3.5