银联支付插件

This commit is contained in:
zhouyanli
2026-06-04 17:55:18 +08:00
parent a8e3d1f875
commit d26bd4e86b
46 changed files with 1769 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"id": "unionpay-full",
"displayName": "银联商务支付(正式版)",
"version": "1.0.0",
"description": "银联商务UMS支付UTS插件支持云闪付/微信/支付宝正式版SDK",
"keywords": [
"银联商务",
"UMS",
"云闪付",
"支付"
],
"engines": {
"HBuilderX": "^3.6.8",
"uni-app": "^4.36"
},
"uni_modules": {
"dependencies": [],
"platforms": {
"client": {
"uni-app": {
"app": {
"android": {
"minVersion": "21"
},
"ios": {
"minVersion": "11"
}
}
}
}
}
}
}