function call(fn, data) { return wx.cloud.callFunction({ name: fn, data }) } module.exports = { call }