Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f13cc54d
authored
Dec 10, 2023
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复日志充值显示问题
parent
4e25c6f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
controller/topup.go
+1
-1
No files found.
controller/topup.go
View file @
f13cc54d
...
...
@@ -155,7 +155,7 @@ func EpayNotify(c *gin.Context) {
return
}
log
.
Printf
(
"易支付回调更新用户成功 %v"
,
topUp
)
model
.
RecordLog
(
topUp
.
UserId
,
model
.
LogTypeTopup
,
fmt
.
Sprintf
(
"使用在线充值成功,充值金额: %v,支付金额:%
d
"
,
common
.
LogQuota
(
topUp
.
Amount
*
500000
),
topUp
.
Money
))
model
.
RecordLog
(
topUp
.
UserId
,
model
.
LogTypeTopup
,
fmt
.
Sprintf
(
"使用在线充值成功,充值金额: %v,支付金额:%
f
"
,
common
.
LogQuota
(
topUp
.
Amount
*
500000
),
topUp
.
Money
))
}
}
else
{
log
.
Printf
(
"易支付异常回调: %v"
,
verifyInfo
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment