All Projects → lxljl → cloudFns

lxljl / cloudFns

Licence: MIT License
微信小程序云函数合集

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cloudFns

citySelector
🛳基于mpvue的微信小程序 城市/区县定位选择模块 汉字/拼音搜索 可直接使用 已更新
Stars: ✭ 52 (+52.94%)
Mutual labels:  wxapp, wx
sea-ai
微信小程序 智能识别小程序 接入百度AI平台 基于wepy开发
Stars: ✭ 42 (+23.53%)
Mutual labels:  wxapp, wx
Cityselector
微信小程序 城市/区县定位选择模块 汉字/拼音搜索 可直接使用 另附 mpvue 版本 city picker / auto positioning / auto complete
Stars: ✭ 276 (+711.76%)
Mutual labels:  wxapp, wx
eshop
Taro • 云开发电商小程序示例
Stars: ✭ 70 (+105.88%)
Mutual labels:  wxapp, wxcloud
wxfortune
运势小程序,使用canvas绘画图片,并保存图片
Stars: ✭ 79 (+132.35%)
Mutual labels:  wxapp, wx
Sy flutter wechat
Flutter 微信支付插件
Stars: ✭ 108 (+217.65%)
Mutual labels:  wxpay, wx
Wxgame Threejs
Threejs 开发微信小游戏
Stars: ✭ 111 (+226.47%)
Mutual labels:  wxapp, wx
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+2191.18%)
Mutual labels:  wxapp, wx
face-login-wx
人脸识别登录微信小程序
Stars: ✭ 77 (+126.47%)
Mutual labels:  wxapp, wx
Wxdatabasedecryptkey
读取微信数据库聊天记录备份
Stars: ✭ 237 (+597.06%)
Mutual labels:  wxapp, wx
wx-ant-ble
微信、支付宝小程序BLE蓝牙SDK
Stars: ✭ 75 (+120.59%)
Mutual labels:  wxapp, wx
taroCloud
记日常、GitHub trending资讯小程序 taro-hooks + rematch+云开发
Stars: ✭ 25 (-26.47%)
Mutual labels:  wxapp, wx
Weapp
🐧 微信小程序组件和功能封装,基于微信Component自定义组件开发
Stars: ✭ 235 (+591.18%)
Mutual labels:  wxapp, wx
wxapp-storage
简单的微信小程序Storage相关的封装, 特点是安全的数据源, 有效的存储时间
Stars: ✭ 13 (-61.76%)
Mutual labels:  wxapp, wx
Metro-Weapp
微信小程序-上海地铁Lite
Stars: ✭ 15 (-55.88%)
Mutual labels:  wxapp, wx
datepicker-plus
可选择公历,农历日期;可选择隐藏年份;组件化,引入文件可直接调用
Stars: ✭ 75 (+120.59%)
Mutual labels:  wxapp
watch-behavior
小程序自定义组件扩展 behavior, watch 属性实现
Stars: ✭ 18 (-47.06%)
Mutual labels:  wxapp
wxbizdatacrypt
微信小程序加密数据解密算法Go版
Stars: ✭ 132 (+288.24%)
Mutual labels:  wxapp
wxapp-computed
在微信小程序中使计算值(computed)
Stars: ✭ 20 (-41.18%)
Mutual labels:  wxapp
weixinCustomerService
主要使用了微信小程序的客服接口,通过将用户输入的消息发送至自己服务器端。 此服务器端用于接收和存储聊天内容,并且提供简单的查看历史资料和模拟客服发送消息的功能。
Stars: ✭ 53 (+55.88%)
Mutual labels:  wxapp

cloudFns

微信小程序云函数集合,有效提高开发时间和效率!

重要:版本要求 新建项目选择一个空目录,填入 AppID(使用云开发能力必须填写 AppID),勾选创建 “云开发 QuickStart 项目”,点击创建即可得到一个展示云开发基础能力的示例小程序。该小程序与普通 QuickStart 小程序有以下不同需注意:

  1. 无游客模式、也不可以使用 测试号
  2. project.config.json 中增加了字段 cloudfunctionRoot 用于指定存放云函数的目录
  3. cloudfunctionRoot 指定的目录有特殊的图标
  4. 云开发能力从基础库 2.2.3 开始支持
  5. 在 app.json / game.json 中增加字段 "cloud": true

本云函数基于 wx-tool 中的 cloudFn运行使用

成功返回格式

    {
        code: 0,
        data: result,
        info: '操作成功!'
    }

失败返回格式

    {
        code: 7154,
        data: [],
        info: '失败原因!'
    }

API

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].