Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
browser-backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
browser-backend
Commits
4809e0dd
Commit
4809e0dd
authored
Apr 08, 2020
by
renjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付宝支付
parent
d936e130
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AccountController.java
.../browserbackend/account/controller/AccountController.java
+2
-2
buyIp.html
src/main/resources/static/buyIp.html
+1
-1
No files found.
src/main/java/com/edgec/browserbackend/account/controller/AccountController.java
View file @
4809e0dd
...
...
@@ -282,7 +282,7 @@ public class AccountController {
}
@RequestMapping
(
path
=
"/0xalicheckorderstatus/{tradno}"
,
method
=
RequestMethod
.
GET
)
public
UserPaymentDto
alipayCheckOrderStatus
(
Principal
principal
,
@PathVariable
String
tradno
,
@RequestParam
(
"chargeType"
)
int
chargeType
)
{
public
UserPaymentDto
alipayCheckOrderStatus
(
Principal
principal
,
@PathVariable
(
required
=
false
)
String
tradno
,
@RequestParam
(
"chargeType"
)
int
chargeType
)
{
return
paymentService
.
aliCheckOrderStatus
(
tradno
,
chargeType
);
}
...
...
@@ -297,7 +297,7 @@ public class AccountController {
}
@RequestMapping
(
path
=
"/0xh5wxpayputorder/{amount}"
,
method
=
RequestMethod
.
GET
)
public
UserPaymentDto
h5wechatPayPutOrder
(
Principal
principal
,
@PathVariable
int
amount
,
HttpServletRequest
request
)
{
public
UserPaymentDto
h5wechatPayPutOrder
(
Principal
principal
,
@PathVariable
(
required
=
false
)
int
amount
,
HttpServletRequest
request
)
{
Enumeration
<
String
>
names
=
request
.
getHeaderNames
();
while
(
names
.
hasMoreElements
())
{
String
name
=
names
.
nextElement
();
...
...
src/main/resources/static/buyIp.html
View file @
4809e0dd
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
1
</title>
<script
src=
"https://www.fangguanlian.cn/
home
/js/plugin/jq.min.js"
></script>
<script
src=
"https://www.fangguanlian.cn/
web
/js/plugin/jq.min.js"
></script>
</head>
<body>
...
...
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