You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
255 B
10 lines
255 B
12 months ago
|
// 本文件中的json内容将在云函数【运行】时作为参数传给云函数。
|
||
|
|
||
|
// 配置教程参考:https://uniapp.dcloud.net.cn/uniCloud/quickstart?id=runparam
|
||
|
|
||
|
{
|
||
|
"appid": "__YOUR_APPID__",
|
||
|
"appVersion": "2.2.0",
|
||
|
"wgtVersion": "2.2.2"
|
||
|
}
|