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
809684da
authored
Apr 04, 2024
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 钱包兼容非货币形式显示额度
parent
f5dd4ea2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
controller/topup.go
+5
-1
No files found.
controller/topup.go
View file @
809684da
...
...
@@ -111,9 +111,13 @@ func RequestEpay(c *gin.Context) {
c
.
JSON
(
200
,
gin
.
H
{
"message"
:
"error"
,
"data"
:
"拉起支付失败"
})
return
}
amount
:=
req
.
Amount
if
!
common
.
DisplayInCurrencyEnabled
{
amount
=
amount
/
int
(
common
.
QuotaPerUnit
)
}
topUp
:=
&
model
.
TopUp
{
UserId
:
id
,
Amount
:
req
.
A
mount
,
Amount
:
a
mount
,
Money
:
payMoney
,
TradeNo
:
"A"
+
tradeNo
,
CreateTime
:
time
.
Now
()
.
Unix
(),
...
...
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