Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
home actionText actionLink features footer
true
快速上手 →
/guide/
title details
简洁至上
以 Module 为中心的项目结构,简洁方便易扩展,发布后总包体不超过 2M。
title details
开箱即用
不依赖任何第三方 MVC 框架,仅仅作为工具使用,简单快速完成支付模块的开发,可轻松嵌入到任何系统里。
title details
渠道丰富
支持微信支付、QQ钱包支付、支付宝支付、银联支付、京东支付等。
title details
极简入门
IJPay 一直以简洁至上、开箱即用为核心,提供完整示例简单修改配置即可使用。交流群:723992875
title details
微信支付
支持多应用多商户,支持普通商户模式与服务商商模式当然也支持境外、同时支持 Api-v3 与 Api-v2 版本的接口。
title details
支付宝支付
支持多应用,签名同时支持普通公钥方式与公钥证书方式
title details
银联支付
全渠道扫码支付、微信 App 支付、公众号&小程序支付、银联 JS 支付、支付宝服务窗支付
title details
PayPal 支付
自动管理 AccessToken,极速接入各种常用的支付方式
title details
个人微信支付
微信个人商户,最低费率 0.38%,官方直连的异步回调通知
Apache License 2.0 | Copyright © 2019-present Javen

当前最新版本

<dependency>
    <groupId>com.github.javen205</groupId>
    <artifactId>IJPay-All</artifactId>
    <version>latest-version</version> 
</dependency>

::: tip 当然,不同的支付方式也可以单独添加相关依赖 了解更多 :::

全民云计算

阿里云主机低至2折

腾讯云服务器限时秒杀

新用户专属福利

谁在使用?

jetbrains

<script> // import { Notification } from 'element-ui'; export default { mounted () { // 统计 var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?6a929f536123c72265ba5e8d9467ab5f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); // 替换 latest-version // let xmlHttp = new XMLHttpRequest(); // xmlHttp.open("GET", "https://img.shields.io/maven-central/v/com.github.javen205/IJPay.json", false); // xmlHttp.send(null); // let versionInfo = JSON.parse(xmlHttp.responseText).value.replace('v', ''); // let codeNodeList = document.querySelectorAll('code'); // for (let i = 0; i < codeNodeList.length; i++) { // codeNodeList[i].innerHTML = codeNodeList[i].innerHTML.replace('latest-version', versionInfo); // } // 通知 this.$notify({ offset: 50, title: '在线客服答疑', message: '按问题付费或者加入 VIP,提供在线一对一技术支持。交流群:723992875', type: 'success', showClose: true, duration: 0, onClick: function() { // Notification.closeAll(); window.open("https://javen205.gitee.io/ijpay/guide/donate/"); } }); // this.$notify({ // offset: 50, // title: 'IJPay VIP 服务', // message: 'VIP 服务可提供一对一在线答疑,加入 VIP 为您节省更多时间去陪恋人、家人以及朋友 :) 交流群:723992875', // type: 'success', // showClose: true, // duration: 0, // onClick: function() { // // Notification.closeAll(); // window.open("https://javen205.gitee.io/ijpay/guide/donate/"); // } // }); // this.$notify({ // offset: 200, // title: 'TNWX 微信系开发脚手架', // message: '同时支持微信公众号、微信小程序、企业微信、企业微信开放平台、微信支付、微信小游戏。可接入到任何 Node.js 框架(Express、Nest、Egg、Koa 等)', // type: 'success', // showClose: true, // duration: 0, // onClick: function() { // window.open("https://gitee.com/Javen205/TNWX"); // } // }); } } </script>