10 lines
255 B
JSON
10 lines
255 B
JSON
|
// 本文件中的json内容将在云函数【运行】时作为参数传给云函数。
|
|||
|
|
|||
|
// 配置教程参考:https://uniapp.dcloud.net.cn/uniCloud/quickstart?id=runparam
|
|||
|
|
|||
|
{
|
|||
|
"appid": "__YOUR_APPID__",
|
|||
|
"appVersion": "2.2.0",
|
|||
|
"wgtVersion": "2.2.2"
|
|||
|
}
|