问题模块 框架类型 问题类型 终端类型 AppID 基础库版本
云开发 微信小程序 Bug 客户端 wx349b995d8703a278 2.3.1
具体需要怎么做,能给出一些例子吗?
微信小程序开发问题解答
微信小程序开发者回答:
云函数目录右键在终端打开
npm install xx库
例如
npm install request-promise
const rp = require('request-promise')
exports.main = async (event, context) => {
rp。。。。
}
本文网址:http://www.91bianli.com/weixinxiaochengxu/36323.html