# gliunionpay

> 银联支付

Latest version **1.0.2** (published 2017-04-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install gliunionpay
pnpm add gliunionpay
yarn add gliunionpay
bun add gliunionpay
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2017-04-12 |
| First published | 2017-04-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | EiyouZk |
| Maintainers | eiyou |

## Links

- npm: https://www.npmjs.com/package/gliunionpay
- npm.io page: https://npm.io/package/gliunionpay

## Recent versions

- 1.0.2 (latest) — 2017-04-12
- 1.0.1 — 2017-04-12
- 1.0.0 — 2017-04-12

## README

# cordoav-plugin-unionpay

在cordova工程目录下执行一下命令从git服务器上拉取插件目录：
cordova plugin add https://github.com/EiyouZk/cordova-plugin-unionpay.git



##错误处理：

Android studio报如下错误：
Error:org.gradle.api.internal.tasks.DefaultTaskInputs$TaskInputUnionFileCollection cannot be cast to org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection
Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
<a href="syncProject">Re-download dependencies and sync project (requires network)</a></li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
<a href="stopGradleDaemons">Stop Gradle build processes (requires restart)</a></li><li>Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.</li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

处理方案：打开项目目录/gradle/gradle－wrapper.properties 文件 
         把distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip 中的gradle-3.3-all.zip替换成其它可运行项目的压缩包（gradle-2.14.1-all.zip）关闭重新打开工程即可。
原因：android studio中gradle的版本导致

---
_Source: https://npm.io/package/gliunionpay · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
