diff --git a/docs/unipush-v2.md b/docs/unipush-v2.md index fcc0b2af9ff337197efd1962d8905ff9822c27be..82814465ea827454c7d71515f71ef91ae8e3dc50 100644 --- a/docs/unipush-v2.md +++ b/docs/unipush-v2.md @@ -272,6 +272,8 @@ uni-push的服务端sdk的体积不小,没有内置在云函数中。在需要 } ``` +注意:扩展库依赖3张opendb表:`opendb-tempdata`,`opendb-device`,`uni-id-device`。uniCloud阿里云版,执行扩展库会自动创建。如果你使用的是uniCloud腾讯云版需要自己创建这3张表。 + 云函数中调用uni-cloud-push扩展库的`sendMessage`方法,向客户端推送消息 ```js