Skip to content

Commit d271efc

Browse files
committedApr 21, 2020
update config envId, demoImg
1 parent d9a62db commit d271efc

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed
 

Diff for: ‎cloudfunctions/getServerDataDemo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"wx-server-sdk": "latest"
12+
"wx-server-sdk": "^1.8.3"
1313
}
14-
}
14+
}

Diff for: ‎cloudfunctions/getTempFileURL/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"wx-server-sdk": "latest"
12+
"wx-server-sdk": "^1.8.3"
1313
}
14-
}
14+
}

Diff for: ‎cloudfunctions/openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"wx-server-sdk": "latest"
12+
"wx-server-sdk": "^1.8.3"
1313
}
1414
}

Diff for: ‎cloudfunctions/wxContext/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"wx-server-sdk": "latest"
12+
"wx-server-sdk": "^1.8.3"
1313
}
14-
}
14+
}

Diff for: ‎miniprogram/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ const config = {
4040
downloadExampleUrl: `https://${host}/static/weapp.jpg`,
4141

4242
// 云开发环境 ID
43-
envId: 'release-b86096',
43+
envId: 'mac-c0dgh',
4444

4545
// 云开发-存储 示例文件的文件 ID
46-
demoImageFileId: 'cloud://release-b86096.7265-release-b86096/demo.jpg',
46+
demoImageFileId: 'cloud://mac-c0dgh.6d61-mac-c0dgh-1301916662/upload/5.png',
4747
demoVideoFileId: 'cloud://release-b86096.7265-release-b86096/demo.mp4',
4848
}
4949

Diff for: ‎project.config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
},
1515
"compileType": "miniprogram",
1616
"libVersion": "2.7.0",
17-
"appid": "wxe5f52902cf4de896",
17+
"appid": "wxefe392b88181200a",
1818
"projectname": "%E5%B0%8F%E7%A8%8B%E5%BA%8F%E7%A4%BA%E4%BE%8B",
1919
"isGameTourist": false,
2020
"simulatorType": "wechat",
2121
"simulatorPluginLibVersion": {},
22+
"cloudfunctionTemplateRoot": "cloudfunctionTemplate",
2223
"condition": {
2324
"search": {
2425
"current": -1,

0 commit comments

Comments
 (0)