Files
property-resident-side/property-uniapp-project/uni_modules/unionpay-full/package.json
2026-06-04 17:55:18 +08:00

34 lines
659 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}
}
}
}
}
}