# dax-pay-ui **Repository Path**: ericcode/dax-pay-ui ## Basic Information - **Project Name**: dax-pay-ui - **Description**: 免费开源的支付网关,支持支付宝、微信、云闪付等通道,提供收单、退款、聚合支付、组合支付、对账、分账等功能,通过HTTP方式进行调用,不与其他系统产生耦合关联,可以快速集成到各种系统中,提供可视化界面进行管理,便于实现统一的支付信息管理。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: https://daxpay.demo.bootx.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 140 - **Created**: 2024-08-02 - **Last Updated**: 2024-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dax-Pay-UI ## ❗使用须知 `DaxPay`是一款基于`Apache License 2.0`协议分发的开源软件,受中华人民共和国相关法律法规的保护和限制,可以在符合[《用户授权使用协议》](用户授权使用协议.txt)和 [《Apache License 2.0》](LICENSE)开源协议情况下进行免费使用、学习和交流。**在使用前请阅读上述协议,如果不同意请勿进行使用。** ## 🍈项目介绍 > DaxPay是一套基于Bootx-Platform脚手架构建的一套开源支付网关系统,已经对接支付宝、微信支付、云闪付相关的接口。 > 可以独立部署,提供接口供业务系统进行调用,不对原有系统产生影响 ## 项目启动 ```shell # 安装项目依赖, 请使用Node20.x版本, pnpm使用8.0.0到8.5.1版本,推荐直接使用8.5.1版本,更高版本会导致 pnpm-lock.yaml 失效 pnpm install # 启动项目 pnpm run dev # 构建打包 pnpm build ``` ## 🍒 文档和源码地址 ### 文档地址 在 [Bootx开源文档站](https://bootx.gitee.io/) 下的支付网关(DaxPay)模块下可以进行查阅相关文档,具体链接地址如下: [快速指南](https://bootx.gitee.io/daxpay/guides/overview/项目介绍.html)、 [支付对接](https://bootx.gitee.io/daxpay/gateway/overview/接口清单.html)、 [平台配置](https://bootx.gitee.io/daxpay/admin/config/平台配置.html) ### 项目地址 | 项目 | GITEE | GITHUB | |---------|---------------------------------------------|-------------------------------------------------| | 后端地址 | [GITEE](https://gitee.com/bootx/dax-pay) | [GITHUB](https://github.com/xxm1995/dax-pay) | | Web前端地址 | [GITEE](https://gitee.com/bootx/dax-pay-ui) | [GITHUB](https://github.com/xxm1995/dax-pay-ui) | | H5前端地址 | [GITEE](https://gitee.com/bootx/dax-pay-h5) | [GITHUB](https://github.com/xxm1995/dax-pay-h5) | ## 🏬 系统演示 ### 管理平台: > 注:演示账号部分功能修改删除权限未开放。 地址:https://daxpay.demo.bootx.cn 账号:daxpay 密码:123456 ### 网关接口 > 注:接口平台只开放支付网关相关的接口,不开放系统其他接口。 地址: https://daxpay.server.bootx.cn/doc.html 账号: daxpay 密码: 123456 ### 收银台演示 > 请勿大额支付,可以通过后台管理端进行退款 电脑收银台地址: https://daxpay.demo.bootx.cn/#/cashier 手机收银台地址: https://daxpay.demo.bootx.cn/h5/#/cashier/uniCashier ## 常见问题 出现以下错误不用管,不影响使用,只在第一次启动时出现,之后就不会再出现 ```shell ERROR Error: The following dependencies are imported but could not be resolved: 10:06:39 @vue-macros/reactivity-transform/macros (imported by C:/bootx/dax-pay-ui/src/components/Bootx/SuperQuery/SuperQueryItem.vue?id=0) Are they installed? at file:///C:/bootx/dax-pay-ui/node_modules/.pnpm/vite@4.3.5_jmirrwlmbumocpj2mhzxorzq7e/node_modules/vite/dist/node/chunks/dep-934dbc7c.js:44152:23 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///C:/bootx/dax-pay-ui/node_modules/.pnpm/vite@4.3.5_jmirrwlmbumocpj2mhzxorzq7e/node_modules/vite/dist/node/chunks/dep-934dbc7c.js:43561:38 ```