加入这两句后就报错
const cloud = require('wx-server-sdk')
cloud.init()
错误信息:
Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID d671c9d9-e7e3-11e8-a25f-52540064d067, cloud function service error code -504002, error message Invalid or unexpected token; at cloud.callFunction api;
微信小程序开发问题解答
微信小程序开发者回答:
你创建部署没?
微信小程序开发者回答:
部署了的,部署后在云控制台点云函数测试也不行,去掉这两句后重新部署就可以,引入wx-server-sdk就会报这个
微信小程序开发者回答:
开发文档有写的,好像npm 什么的
微信小程序开发者回答:
npm install了的,把node依赖包上传发布的呢
本文网址:http://www.91bianli.com/weixinxiaochengxu/35276.html