1 Star 0 Fork 0

crazymus/WechatPay for PhoneGap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plugin.xml 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
crazymus 提交于 2015-09-17 14:01 +08:00 . plugin.xml更新
<!--
@name PhoneGap/Cordova 微信支付插件
@author crazymus < QQ:291445576 >
@licensed apache2.0
@updated 2015-09-17
-->
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.jiusem.cordova.wechatpay"
version="1.0.0">
<name>WechatPay</name>
<description>微信支付插件</description>
<license>Apache 2.0</license>
<keywords>cordova,wechat,weixin,微信支付</keywords>
<repo></repo>
<issue></issue>
<js-module src="www/wechatpay.js" name="WechatPay">
<clobbers target="navigator.WechatPay" />
</js-module>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/widget">
<feature name="WechatPay">
<param name="android-package" value="com.jiusem.cordova.wechatpay.WechatPay" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity
android:name="com.jiusem.YiWeiXiuUser.wxapi.WXPayEntryActivity"
android:exported="true"
android:theme="@android:style/Theme.NoDisplay"
android:launchMode="singleTop"/>
<receiver android:name="net.sourceforge.simcpux.AppRegister">
<intent-filter>
<action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_REFRESH_WXAPP" />
</intent-filter>
</receiver>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
</config-file>
<source-file src="src/android/WechatPay.java" target-dir="src/com/jiusem/cordova/wechatpay" />
<source-file src="src/android/simcpux/AppRegister.java" target-dir="src/net/sourceforge/simcpux" />
<source-file src="src/android/simcpux/Constants.java" target-dir="src/net/sourceforge/simcpux" />
<source-file src="src/android/simcpux/MD5.java" target-dir="src/net/sourceforge/simcpux" />
<source-file src="src/android/simcpux/MD5Util.java" target-dir="src/net/sourceforge/simcpux" />
<source-file src="src/android/simcpux/Util.java" target-dir="src/net/sourceforge/simcpux" />
<source-file src="src/android/wxapi/WXPayEntryActivity.java" target-dir="src/com/jiusem/cordova/wechatpay/wxapi" />
<source-file src="lib/libammsdk.jar" target-dir="libs" />
</platform>
</plugin>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiusem/WechatPay-for-PhoneGap.git
git@gitee.com:jiusem/WechatPay-for-PhoneGap.git
jiusem
WechatPay-for-PhoneGap
WechatPay for PhoneGap
master

搜索帮助