dongfeng-pay

module
v0.0.0-...-8d4382c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2020 License: GPL-3.0

README

dongfeng-pay

聚合支付,支付系统,golang,go,go语言,前后端齐全(管理后台,商户后台,代理后台,网关,结算,代付,等)

目的

接触了很多支付系统,绝大部分都是用java、php写的,本人想着为go献出一份绵薄之力。该开源项目只能用于学习,不准备用于任何的非法商业活动,否则后果自负;可集成到小型的电商平台。

安装

详细的安装文档在doc文件夹中。 使用IntelliJ IDEA 导入项目后,若出现了:cannot resolve directory....,删除.idea目录,重新导入即可。

部分截图

boss管理后台示意图 Image_text Image text Image text Image text Image text Image text

商户后台部分截图 Image_text Image text

代理后台部分截图 Image_text Image text Image text

后话

1:因为是模拟了三方的支付系统,所有很多功能都是实现了,但是该系统截图上面的资金都是模拟的。 2:还有一部分功能没有写上去,有需要的可以在上面进行二次开发。

Directories

Path Synopsis
controllers
************************************************** ** @Desc : This file for 账户变动 ** @Time : 19.12.10 10:42 ** @Author : Joker ** @File : account_history ** @Last Modified by : Joker ** @Last Modified time: 19.12.10 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 处理Excel文件 ** @Time : 19.12.6 16:25 ** @Author : Joker ** @File : deal_excel ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 16:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 首页 ** @Time : 19.11.30 11:49 ** @Author : Joker ** @File : index ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:49 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 保持会话 ** @Time : 19.11.29 13:55 ** @Author : Joker ** @File : keep_session ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:55 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户登录 ** @Time : 19.11.29 13:52 ** @Author : Joker ** @File : login ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:52 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 批量提现 ** @Time : 19.12.6 17:07 ** @Author : Joker ** @File : multi_withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 17:07 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 交易记录 ** @Time : 19.12.2 16:34 ** @Author : Joker ** @File : trade_record ** @Last Modified by : Joker ** @Last Modified time: 19.12.2 16:34 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户信息控制 ** @Time : 19.12.3 10:38 ** @Author : Joker ** @File : user_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 10:38 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 代付申请和记录 ** @Time : 19.12.4 10:50 ** @Author : Joker ** @File : withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:50 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 账户变动 ** @Time : 19.12.10 10:42 ** @Author : Joker ** @File : account_history ** @Last Modified by : Joker ** @Last Modified time: 19.12.10 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 处理Excel文件 ** @Time : 19.12.6 16:25 ** @Author : Joker ** @File : deal_excel ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 16:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 首页 ** @Time : 19.11.30 11:49 ** @Author : Joker ** @File : index ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:49 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 保持会话 ** @Time : 19.11.29 13:55 ** @Author : Joker ** @File : keep_session ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:55 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户登录 ** @Time : 19.11.29 13:52 ** @Author : Joker ** @File : login ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:52 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 批量提现 ** @Time : 19.12.6 17:07 ** @Author : Joker ** @File : multi_withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 17:07 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 交易记录 ** @Time : 19.12.2 16:34 ** @Author : Joker ** @File : trade_record ** @Last Modified by : Joker ** @Last Modified time: 19.12.2 16:34 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户信息控制 ** @Time : 19.12.3 10:38 ** @Author : Joker ** @File : user_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 10:38 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 代付申请和记录 ** @Time : 19.12.4 10:50 ** @Author : Joker ** @File : withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:50 ** @Software: GoLand ***************************************************
sys
************************************************** ** @Desc : This file for 共有方法 ** @Time : 2019.04.01 11:48 ** @Author : Joker ** @File : public_method ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for session配置 ** @Time : 19.11.30 17:44 ** @Author : Joker ** @File : session ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 17:44 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 共有方法 ** @Time : 2019.04.01 11:48 ** @Author : Joker ** @File : public_method ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for session配置 ** @Time : 19.11.30 17:44 ** @Author : Joker ** @File : session ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 17:44 ** @Software: GoLand ***************************************************
sys/enum
************************************************** ** @Desc : This file for 银行编码 ** @Time : 19.12.4 10:42 ** @Author : Joker ** @File : bank_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置常量 ** @Time : 2019.04.01 11:45 ** @Author : Joker ** @File : strings ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:48 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 系统常量 ** @Time : 19.11.30 11:28 ** @Author : Joker ** @File : constant ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 支付方式 ** @Time : 19.12.3 15:24 ** @Author : Joker ** @File : pay_type ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 15:24 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 正则表达式 ** @Time : 19.12.5 10:25 ** @Author : Joker ** @File : regular_expression ** @Last Modified by : Joker ** @Last Modified time: 19.12.5 10:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 状态常量 ** @Time : 19.11.30 11:12 ** @Author : Joker ** @File : status ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:12 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 银行编码 ** @Time : 19.12.4 10:42 ** @Author : Joker ** @File : bank_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置常量 ** @Time : 2019.04.01 11:45 ** @Author : Joker ** @File : strings ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:48 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 系统常量 ** @Time : 19.11.30 11:28 ** @Author : Joker ** @File : constant ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 支付方式 ** @Time : 19.12.3 15:24 ** @Author : Joker ** @File : pay_type ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 15:24 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 正则表达式 ** @Time : 19.12.5 10:25 ** @Author : Joker ** @File : regular_expression ** @Last Modified by : Joker ** @Last Modified time: 19.12.5 10:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 状态常量 ** @Time : 19.11.30 11:12 ** @Author : Joker ** @File : status ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:12 ** @Software: GoLand ***************************************************
utils
************************************************** ** @Desc : This file for 加密、解密方法 ** @Time : 2018.12.28 14:10 ** @Author : Joker ** @File : encryption ** @Last Modified by : Joker ** @Last Modified time: 2019-11-30 10:19:33 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置数据库连接 ** @Time : 2018-12-22 13:55:26 ** @Author : Joker ** @File : init_database.go ** @Last Modified by : Joker ** @Last Modified time:2018-12-22 13:55:26 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 发送短信验证码 ** @Time : 2019.04.04 9:37 ** @Author : Joker ** @File : send_messages ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:41 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 加密、解密方法 ** @Time : 2018.12.28 14:10 ** @Author : Joker ** @File : encryption ** @Last Modified by : Joker ** @Last Modified time: 2019-11-30 10:19:33 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置数据库连接 ** @Time : 2018-12-22 13:55:26 ** @Author : Joker ** @File : init_database.go ** @Last Modified by : Joker ** @Last Modified time:2018-12-22 13:55:26 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 发送短信验证码 ** @Time : 2019.04.04 9:37 ** @Author : Joker ** @File : send_messages ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:41 ** @Software: GoLand ***************************************************
controllers
************************************************** ** @Desc : c file for ...
************************************************** ** @Desc : c file for ...
routers
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
controllers/gateway
************************************************** ** @Desc : 处理下游请求的一些公用的逻辑 ** @Time : 2019/10/28 18:09 ** @Author : yuebin ** @File : base_gateway ** @Last Modified by : yuebin ** @Last Modified time: 2019/10/28 18:09 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : 处理下游请求的一些公用的逻辑 ** @Time : 2019/10/28 18:09 ** @Author : yuebin ** @File : base_gateway ** @Last Modified by : yuebin ** @Last Modified time: 2019/10/28 18:09 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for ...
models
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
controllers
************************************************** ** @Desc : This file for 账户变动 ** @Time : 19.12.10 10:42 ** @Author : Joker ** @File : account_history ** @Last Modified by : Joker ** @Last Modified time: 19.12.10 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 处理Excel文件 ** @Time : 19.12.6 16:25 ** @Author : Joker ** @File : deal_excel ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 16:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 首页 ** @Time : 19.11.30 11:49 ** @Author : Joker ** @File : index ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:49 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 保持会话 ** @Time : 19.11.29 13:55 ** @Author : Joker ** @File : keep_session ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:55 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户登录 ** @Time : 19.11.29 13:52 ** @Author : Joker ** @File : login ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:52 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 批量提现 ** @Time : 19.12.6 17:07 ** @Author : Joker ** @File : multi_withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 17:07 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 交易记录 ** @Time : 19.12.2 16:34 ** @Author : Joker ** @File : trade_record ** @Last Modified by : Joker ** @Last Modified time: 19.12.2 16:34 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户信息控制 ** @Time : 19.12.3 10:38 ** @Author : Joker ** @File : user_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 10:38 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 代付申请和记录 ** @Time : 19.12.4 10:50 ** @Author : Joker ** @File : withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:50 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 账户变动 ** @Time : 19.12.10 10:42 ** @Author : Joker ** @File : account_history ** @Last Modified by : Joker ** @Last Modified time: 19.12.10 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 处理Excel文件 ** @Time : 19.12.6 16:25 ** @Author : Joker ** @File : deal_excel ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 16:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 首页 ** @Time : 19.11.30 11:49 ** @Author : Joker ** @File : index ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:49 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 保持会话 ** @Time : 19.11.29 13:55 ** @Author : Joker ** @File : keep_session ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:55 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户登录 ** @Time : 19.11.29 13:52 ** @Author : Joker ** @File : login ** @Last Modified by : Joker ** @Last Modified time: 19.11.29 13:52 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 批量提现 ** @Time : 19.12.6 17:07 ** @Author : Joker ** @File : multi_withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.6 17:07 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 交易记录 ** @Time : 19.12.2 16:34 ** @Author : Joker ** @File : trade_record ** @Last Modified by : Joker ** @Last Modified time: 19.12.2 16:34 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 用户信息控制 ** @Time : 19.12.3 10:38 ** @Author : Joker ** @File : user_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 10:38 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 代付申请和记录 ** @Time : 19.12.4 10:50 ** @Author : Joker ** @File : withdraw ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:50 ** @Software: GoLand ***************************************************
sys
************************************************** ** @Desc : This file for 共有方法 ** @Time : 2019.04.01 11:48 ** @Author : Joker ** @File : public_method ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for session配置 ** @Time : 19.11.30 17:44 ** @Author : Joker ** @File : session ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 17:44 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 共有方法 ** @Time : 2019.04.01 11:48 ** @Author : Joker ** @File : public_method ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for session配置 ** @Time : 19.11.30 17:44 ** @Author : Joker ** @File : session ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 17:44 ** @Software: GoLand ***************************************************
sys/enum
************************************************** ** @Desc : This file for 银行编码 ** @Time : 19.12.4 10:42 ** @Author : Joker ** @File : bank_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置常量 ** @Time : 2019.04.01 11:45 ** @Author : Joker ** @File : strings ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:48 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 系统常量 ** @Time : 19.11.30 11:28 ** @Author : Joker ** @File : constant ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 支付方式 ** @Time : 19.12.3 15:24 ** @Author : Joker ** @File : pay_type ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 15:24 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 正则表达式 ** @Time : 19.12.5 10:25 ** @Author : Joker ** @File : regular_expression ** @Last Modified by : Joker ** @Last Modified time: 19.12.5 10:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 状态常量 ** @Time : 19.11.30 11:12 ** @Author : Joker ** @File : status ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:12 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 银行编码 ** @Time : 19.12.4 10:42 ** @Author : Joker ** @File : bank_info ** @Last Modified by : Joker ** @Last Modified time: 19.12.4 10:42 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置常量 ** @Time : 2019.04.01 11:45 ** @Author : Joker ** @File : strings ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:48 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 系统常量 ** @Time : 19.11.30 11:28 ** @Author : Joker ** @File : constant ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:28 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 支付方式 ** @Time : 19.12.3 15:24 ** @Author : Joker ** @File : pay_type ** @Last Modified by : Joker ** @Last Modified time: 19.12.3 15:24 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 正则表达式 ** @Time : 19.12.5 10:25 ** @Author : Joker ** @File : regular_expression ** @Last Modified by : Joker ** @Last Modified time: 19.12.5 10:25 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 状态常量 ** @Time : 19.11.30 11:12 ** @Author : Joker ** @File : status ** @Last Modified by : Joker ** @Last Modified time: 19.11.30 11:12 ** @Software: GoLand ***************************************************
utils
************************************************** ** @Desc : This file for 加密、解密方法 ** @Time : 2018.12.28 14:10 ** @Author : Joker ** @File : encryption ** @Last Modified by : Joker ** @Last Modified time: 2019-11-30 10:19:33 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置数据库连接 ** @Time : 2018-12-22 13:55:26 ** @Author : Joker ** @File : init_database.go ** @Last Modified by : Joker ** @Last Modified time:2018-12-22 13:55:26 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 发送短信验证码 ** @Time : 2019.04.04 9:37 ** @Author : Joker ** @File : send_messages ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:41 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 加密、解密方法 ** @Time : 2018.12.28 14:10 ** @Author : Joker ** @File : encryption ** @Last Modified by : Joker ** @Last Modified time: 2019-11-30 10:19:33 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 配置数据库连接 ** @Time : 2018-12-22 13:55:26 ** @Author : Joker ** @File : init_database.go ** @Last Modified by : Joker ** @Last Modified time:2018-12-22 13:55:26 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for 发送短信验证码 ** @Time : 2019.04.04 9:37 ** @Author : Joker ** @File : send_messages ** @Last Modified by : Joker ** @Last Modified time: 2019-11-29 11:05:41 ** @Software: GoLand ***************************************************
notify
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
order_settle
************************************************** ** @Desc : 将待结算的订单金额,加入账户可用金额中 ** @Time : 2019/11/21 23:43 ** @Author : yuebin ** @File : settle ** @Last Modified by : yuebin ** @Last Modified time: 2019/11/21 23:43 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : 将待结算的订单金额,加入账户可用金额中 ** @Time : 2019/11/21 23:43 ** @Author : yuebin ** @File : settle ** @Last Modified by : yuebin ** @Last Modified time: 2019/11/21 23:43 ** @Software: GoLand ***************************************************
pay_for
************************************************** ** @Desc : 处理代付问题 ** @Time : 2019/11/29 14:07 ** @Author : yuebin ** @File : payfor ** @Last Modified by : yuebin ** @Last Modified time: 2019/11/29 14:07 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : 处理代付问题 ** @Time : 2019/11/29 14:07 ** @Author : yuebin ** @File : payfor ** @Last Modified by : yuebin ** @Last Modified time: 2019/11/29 14:07 ** @Software: GoLand ***************************************************
query
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
common
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
conf
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
controller
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
message_queue
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
models
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
service_init
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
utils
************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...
controllers
************************************************** ** @Desc : This file for ...收银台对接快一 ** @Time : 2018-8-27 13:50 ** @Author : Joker ** @File : home_action ** @Last Modified by : Joker ** @Last Modified time: 2018-08-29 17:59:48 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for ...
************************************************** ** @Desc : This file for ...收银台对接快一 ** @Time : 2018-8-27 13:50 ** @Author : Joker ** @File : home_action ** @Last Modified by : Joker ** @Last Modified time: 2018-08-29 17:59:48 ** @Software: GoLand *************************************************** ************************************************** ** @Desc : This file for ...
enums
************************************************** ** @Desc : This file for 枚举 ** @Time : 2018-7-26 10:13 ** @Author : Joker ** @File : enums.go ** @Last Modified by : Joker ** @Last Modified time: 2018-08-30 16:32:33 ** @Software: GoLand ***************************************************
************************************************** ** @Desc : This file for 枚举 ** @Time : 2018-7-26 10:13 ** @Author : Joker ** @File : enums.go ** @Last Modified by : Joker ** @Last Modified time: 2018-08-30 16:32:33 ** @Software: GoLand ***************************************************

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL