克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

ympay

SpringBoot实现的支付宝当面付充值系统(可用于网站充值,游戏内充)

《一梦支付系统》 快来免费接入你的游戏和应用吧

纯支付宝官方对接的支付,需要开通支付宝官方【当方面付】服务,签约成功后就能用了 用户的充值直接进入你的账号,没有中间环节,我开发的软件只是帮你完成监控买家 支付完成后回调到你的游戏服务器进行自动元宝的发放,并在你的数据库里记录了你 的玩家充值流水。拥有自己的充值系统,不用担心平台倒闭和跑路。

打包分离配置文件pom.xml增加

<resource> 
    <!-- 分离配置文件打包--> 
   <directory>src/main/resources</directory> 
   <excludes> 
       <exclude>**/*.properties</exclude> 
       <exclude>**/*.yml</exclude> 
   </excludes> 
</resource> 

Linux部署:

网站包含:config目录和执行jar文件
config目录包含:application.yml config.properties

将config目录和jar拷贝到你的/www/wwwroot/ympay目录 cd /www/wwwroot/ympay

启动服务(加nohup不在控制台打印日志,关闭终端服务不关闭)

nohup java -jar ympay-1.0.0.jar &

停止服务

ps -ef|grep java kill -9 pid

访问地址

官网:https://ymbok.com

演示支付地址: http://pay.ymbok.com/pay?appId=1&userId=1

演示查看流水 http://pay.ymbok.com/pay/order

Screenshot

图片说明 图片说明 图片说明

BSD 3-Clause License Copyright (c) 2021, ymbok.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

SpringBoot实现的支付宝当面付充值系统(可用于网站充值,游戏内充) 展开 收起
Java
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化