37 Star 184 Fork 73

史蒂芬-库外 / dongfeng-pay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
conf.go 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
史蒂芬-库外 提交于 2019-12-19 14:47 . 提交新项目
/***************************************************
** @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
****************************************************/
package enum
// 短信配置
// 对接云片
const (
ApiKey = "fds4s3c02se6fseab1sba"
TPL1 = 33236
SendSmsUrl = "https://sms.yunpian.com/v2/sms/tpl_single_send.json"
)
// session 配置
const (
SessionPath = "./sys/temp" // 保存路径
SessionExpireTime = 9600 // 有效时间,秒
CookieExpireTime = 1800 // 有效时间,秒
SmsCookieExpireTime = 60 // 有效时间,秒
LocalSessionName = "JOKERSession" // 客户端session名称
)
// 提现限制金额
const (
WithdrawalMaxAmount = 45000
WithdrawalMinAmount = 2
SettlementFee = 2 // 提现单笔手续费
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/kongyuebin/dongfeng-pay.git
git@gitee.com:kongyuebin/dongfeng-pay.git
kongyuebin
dongfeng-pay
dongfeng-pay
8d4382cc82da

搜索帮助

344bd9b3 5694891 D2dac590 5694891