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.
|
// app.js
|
|
App({
|
|
//配置云开发
|
|
onLaunch: function () {
|
|
wx.cloud.init({
|
|
env:"cloud1-0gn7jjycb4b2f448",
|
|
traceUser:true//是否访问权限可见
|
|
})
|
|
wx.cloud.callFunction({
|
|
config:{ env: 'cloud1-0gn7jjycb4b2f448' }
|
|
|
|
})
|
|
}
|
|
})
|