Commit c069c960 by 周田

docs: 介绍用法

parent 9440a9ff
# 使用方法
js 函数中 params 变量需要传一个对象,默认如下形式,下方有介绍
```js
params = {
pathParameters: {},
queryParameters: {},
// 如果 contentType 为 multipart/form-data
data: new FormData(),
// 如果 contentType 为 multipart/json,就将 data 写成 json 形式就行,不需要考虑是不是 ins
data: {}
}
```
# 介绍
`describe.json` 文件中几个 parameters
键值对描述,以及在传参数时,需要以什么样的形式传入
......
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