下载人数: 36
下载次数: 64
收藏人数:
10
云函数列表:
云函数:uni-id-co,uni-captcha-co,specs,orders
公共模块:uni-captcha,uni-cloud-s2s,uni-config-center,uni-id-common,uni-open-bridge-common,id-photo-config
本站所有收费插件均支持免费试用,切勿私下交易或购买不可正常试用的插件,而造成不必要的纠纷。
更新记录
0.03(2023-04-09)
1.添加db_init.json
0.02(2023-04-09)
1.提取公共参数
0.01(2023-04-08)
1.接入uni-id
2.订单列表
3.搜索规格
4.拍照
5.生成证件照
6.更换背景
查看更多
平台兼容性
App |
快应用 |
微信小程序 |
支付宝小程序 |
百度小程序 |
字节小程序 |
QQ小程序 |
HBuilderX 3.7.8 |
× |
√ |
× |
× |
× |
× |
钉钉小程序 |
快手小程序 |
飞书小程序 |
京东小程序 |
× |
× |
× |
× |
H5-Safari |
Android Browser |
微信浏览器(Android) |
QQ浏览器(Android) |
Chrome |
IE |
Edge |
Firefox |
PC-Safari |
× |
× |
× |
× |
× |
× |
× |
× |
× |
云函数类插件通用教程
使用云函数类插件的前提是:使用HBuilderX 2.9+
介绍
- 集成 uni-id-page 证件照小程序 生成证件照 更换背景 未对接支付如需要可自行对接
示例
使用说明
npm i uni-simple-router uni-read-pages
- 配置 APPID:编辑 uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json 下的:
"mp-weixin": {
"tokenExpiresIn": 259200,
"oauth": {
"weixin": {
"appid": "", //改为自己的小程序appid
"appsecret": "" //改为自己的小程序appsecret
}
}
}
- 配置阿里云 api 市场 APPCODE 编辑 uniCloud/common/id-photo-config/index.js 下的:
// 阿里云 api市场
// 证件照制作 https://market.aliyun.com/products/57124001/cmapi030523.html?spm=5176.2020520132.101.8.79997218acOrzB#sku=yuncode2452300001
// 更换背景 https://market.aliyun.com/products/57124001/cmapi00041112.html?spm=5176.2020520132.101.15.79997218acOrzB#sku=yuncode3511200001
// 工作台已购买服务 APPCODE
module.exports = {
APPCODE: '', //请填写自己的APPCODE
CANUSE: 3, //限制每日使用次数 0 为不限制
}
隐私、权限声明
1. 本插件需要申请的系统权限列表:
拍照,选择图片,保存图片
2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:
无
3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:
无
使用中有什么不明白的地方,就向插件作者提问吧~
我要提问