1 Star 2 Fork 11

程序源代码/微信小程序云开发-活动抽奖小程序-九宫格抽奖功能-流量主

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
wxacode.js 470 Bytes
Copy Edit Raw Blame History
酱油马铃薯 authored 2021-10-03 01:03 +08:00 . conmit
async function authorize(userInfo) {
return wx.cloud.callFunction({
// 云函数名称
name: 'wxacode',
// 传给云函数的参数
data: {
action: 'authorize',
userInfo: userInfo
}
});
}
async function getUnlimited() {
return wx.cloud.callFunction({
// 云函数名称
name: 'wxacode',
// 传给云函数的参数
data: {
action: 'get-unlimited'
}
});
}
module.exports = {
authorize: authorize
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/itcode-itcode/yunkaifa.git
git@gitee.com:itcode-itcode/yunkaifa.git
itcode-itcode
yunkaifa
微信小程序云开发-活动抽奖小程序-九宫格抽奖功能-流量主
master

Search