微信小程序开发之——云开发初探

一 现象

微信小程序组件/API/云开发示例导入到小程序开发者工具后,出现如下错误信息,并且工具栏中,没有云开发按钮

1
2
3
4
5
6
7
8
9
10
11
VM90 WAService.js:2 cloud init error:  Error: errCode: -601034  | errMsg: 没有权限,请先开通云开发
at new g (VM90 WAService.js:2)
at Function.success (VM90 WAService.js:2)
at C (VM90 WAService.js:2)
at Object.success (VM90 WAService.js:2)
at B (VM90 WAService.js:2)
at f (VM90 WAService.js:2)
at VM90 WAService.js:2
at VM9 asdebug.js:1
at k (VM9 asdebug.js:1)
at VM9 asdebug.js:1(env: Windows,mp,1.05.2110110; lib: 2.14.1)

二 云开发按钮

2.1 云开发按钮何时出现

  • 测试接口(appid)时,没有云开发按钮
  • 开发者接口(appid)时,有云开发按钮

2.2 测试appid和开发者appid时,云开发按钮界面对比

测试appid

开发者appid

2.3 测试appid和开发者appid切换

点击工具右侧:详情——>基本信息——>发布状态——>APPID——>在弹出的对话框中修改

三 错误信息修改

3.1 errMsg: 没有权限,请先开通云开发

现象

1
2
3
4
5
6
7
8
9
10
11
VM90 WAService.js:2 cloud init error:  Error: errCode: -601034  | errMsg: 没有权限,请先开通云开发
at new g (VM90 WAService.js:2)
at Function.success (VM90 WAService.js:2)
at C (VM90 WAService.js:2)
at Object.success (VM90 WAService.js:2)
at B (VM90 WAService.js:2)
at f (VM90 WAService.js:2)
at VM90 WAService.js:2
at VM9 asdebug.js:1
at k (VM9 asdebug.js:1)
at VM9 asdebug.js:1(env: Windows,mp,1.05.2110110; lib: 2.14.1)

解决办法

切换到开发者模式后消失

3.2 -10007,没有拉取权限

现象

1
Error:系统错误,错误码:-10007,没有拉取权限,需在小程序MP管理后台—>开发设置确认开启拉取功能

解决办法

登录小程序后台:开发——>开发管理——>开发设置——>数据预拉取——>开启

提交数据拉取