ms-vite-plugin 1.4.34 → 1.4.35
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/bin/mac/ms-bundle-enc +0 -0
- package/bin/win/ms-bundle-enc.exe +0 -0
- package/docs/api/cloud.md +0 -1
- package/docs/apicn/cloud.md +0 -1
- package/docs/apipython/cloud.md +0 -1
- package/docs/httpapi/api.md +5 -3
- package/package.json +1 -1
package/bin/mac/ms-bundle-enc
CHANGED
|
Binary file
|
|
Binary file
|
package/docs/api/cloud.md
CHANGED
package/docs/apicn/cloud.md
CHANGED
package/docs/apipython/cloud.md
CHANGED
package/docs/httpapi/api.md
CHANGED
|
@@ -517,6 +517,8 @@ GET /api/setVolume
|
|
|
517
517
|
|
|
518
518
|
POST /api/login
|
|
519
519
|
|
|
520
|
+
用户授权模式下,该接口会使用账号密码执行登录。授权卡密模式下,该接口是兼容旧控制端的空操作,会直接返回成功,不读取请求体字段,不切换服务器类型,也不执行账号登录。
|
|
521
|
+
|
|
520
522
|
> Body 请求参数
|
|
521
523
|
|
|
522
524
|
```json
|
|
@@ -532,9 +534,9 @@ POST /api/login
|
|
|
532
534
|
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
|
|
533
535
|
| ------------ | ---- | ------ | ---- | ---------- | ---- |
|
|
534
536
|
| body | body | object | 是 | | none |
|
|
535
|
-
| » serverType | body | string | 是 | 服务器类型 |
|
|
536
|
-
| » username | body | string | 是 | 用户名 |
|
|
537
|
-
| » password | body | string | 是 | 密码 |
|
|
537
|
+
| » serverType | body | string | 是 | 服务器类型 | 用户授权模式下使用;授权卡密模式下忽略 |
|
|
538
|
+
| » username | body | string | 是 | 用户名 | 用户授权模式下使用;授权卡密模式下忽略 |
|
|
539
|
+
| » password | body | string | 是 | 密码 | 用户授权模式下使用;授权卡密模式下忽略 |
|
|
538
540
|
|
|
539
541
|
#### 枚举值
|
|
540
542
|
|