记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
1d4e089c
Commit
1d4e089c
authored
Aug 03, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
演出数据注释掉兑换数量
parent
0606a0f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+2
-2
PayController.java
...om/liquidnet/service/dragon/controller/PayController.java
+12
-0
No files found.
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
1d4e089c
...
@@ -71,8 +71,8 @@ liquidnet:
...
@@ -71,8 +71,8 @@ liquidnet:
client
:
client
:
admin
:
admin
:
phpPayUrl
:
http://testdragon.zhengzai.tv
phpPayUrl
:
http://testdragon.zhengzai.tv
phpMallUrl
:
https://testmall.zhengzai.tv
phpMallUrl
:
https://testmall.zhengzai.tv
platformUrl
:
https://testplatform.zhengzai.tv
platformUrl
:
https://testplatform.zhengzai.tv
shunfeng
:
shunfeng
:
url
:
"
https://butler-dev-ms.sf-express.com"
url
:
"
https://butler-dev-ms.sf-express.com"
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
sk
:
21e9a70f677a2bf29dfa2b3bead4f018
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/src/main/java/com/liquidnet/service/dragon/controller/PayController.java
View file @
1d4e089c
...
@@ -123,6 +123,18 @@ public class PayController {
...
@@ -123,6 +123,18 @@ public class PayController {
return
ResponseDto
.
success
(
respDto
);
return
ResponseDto
.
success
(
respDto
);
}
}
@GetMapping
(
"/thirdCheckOrder"
)
@ApiOperation
(
"三方订单查询"
)
@ApiResponse
(
code
=
200
,
message
=
"接口返回对象参数"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
required
=
true
,
dataType
=
"String"
,
name
=
"code"
,
value
=
""
,
example
=
"PAY202107131522368438531155"
)
})
@ResponseBody
public
ResponseDto
<
DragonPayOrderQueryRespDto
>
thirdCheckOrder
(
@RequestParam
(
value
=
"code"
)
@NotNull
(
message
=
"支付编号不能为空!"
)
String
code
){
DragonPayOrderQueryRespDto
respDto
=
dragonOrdersService
.
checkOrderStatusByCode
(
code
);
return
ResponseDto
.
success
(
respDto
);
}
@GetMapping
(
"/manulNotify"
)
@GetMapping
(
"/manulNotify"
)
@ApiOperation
(
"手动通知商户"
)
@ApiOperation
(
"手动通知商户"
)
@ApiResponse
(
code
=
200
,
message
=
"接口返回对象参数"
)
@ApiResponse
(
code
=
200
,
message
=
"接口返回对象参数"
)
...
...
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