We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AV.Cloud.run
req
1 parent da89f07 commit efc6a2aCopy full SHA for efc6a2a
1 file changed
API.md
@@ -89,7 +89,7 @@ AV.Cloud.run(name: string, params: object, options?: object): Promise
89
* `user?: AV.User`:以特定的用户运行云函数(建议在 `remote: false` 时使用)。
90
* `sessionToken?: string`:以特定的 sessionToken 调用云函数(建议在 `remote: true` 时使用)。
91
* `remote?: boolean`:通过网络请求来调用云函数,默认 `false`.
92
-* `req?`: Express 的 Request 对象,以便被调用的云函数得到 remoteAddress 等属性。
+* `req?`: `http.ClientRequest` 或 Express 的 Request 对象,以便被调用的云函数得到 remoteAddress 等属性。
93
94
更多有关云函数的内容请参考文档 [云函数开发指南:云函数](https://leancloud.cn/docs/leanengine_cloudfunction_guide-node.html#云函数)。
95
0 commit comments