@cloudbase/wx-cloud-client-sdk 1.8.4 → 1.8.5
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
CHANGED
|
@@ -21,7 +21,7 @@ import { init } from '@cloudbase/wx-cloud-client-sdk';
|
|
|
21
21
|
|
|
22
22
|
// 使用微信云开发实例初始化
|
|
23
23
|
const client = init(wx.cloud, {
|
|
24
|
-
envId: 'your-env-id', // 可选,当 cloud 为
|
|
24
|
+
envId: 'your-env-id', // 可选,当 wx.cloud 为 wx.cloud.Cloud() 实例时需要提供
|
|
25
25
|
});
|
|
26
26
|
```
|
|
27
27
|
|