sy-api-pro 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,10 +6,6 @@
|
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
8
|
```
|
|
9
|
-
## 使用
|
|
10
|
-
```text
|
|
11
|
-
yarn api -i 12345678 或 yarn api --id 12345678
|
|
12
|
-
```
|
|
13
9
|
|
|
14
10
|
## 配置文件(./apis/.api-config.ts)
|
|
15
11
|
```typescript
|
|
@@ -33,3 +29,8 @@ const config: ConfigModels = {
|
|
|
33
29
|
|
|
34
30
|
module.exports = config;
|
|
35
31
|
```
|
|
32
|
+
|
|
33
|
+
## 使用
|
|
34
|
+
```text
|
|
35
|
+
yarn api -i 12345 或 yarn api --id 12345
|
|
36
|
+
```
|