记得上下班打卡 | 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
bff37d1c
Commit
bff37d1c
authored
Jul 13, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信回调 提交
parent
4d89c74a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
AlipayStrategyAppImpl.java
...n/channel/alipay/strategy/impl/AlipayStrategyAppImpl.java
+3
-3
AlipayStrategyWapImpl.java
...n/channel/alipay/strategy/impl/AlipayStrategyWapImpl.java
+2
-2
RefundController.java
...liquidnet/service/dragon/controller/RefundController.java
+2
-0
No files found.
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/src/main/java/com/liquidnet/service/dragon/channel/alipay/strategy/impl/AlipayStrategyAppImpl.java
View file @
bff37d1c
...
@@ -26,10 +26,10 @@ import java.util.Map;
...
@@ -26,10 +26,10 @@ import java.util.Map;
@Component
@Component
@StrategyAlipayHandler
(
DragonConstant
.
DeviceFromEnum
.
APP
)
@StrategyAlipayHandler
(
DragonConstant
.
DeviceFromEnum
.
APP
)
public
class
AlipayStrategyAppImpl
extends
AbstractAlipayStrategy
{
public
class
AlipayStrategyAppImpl
extends
AbstractAlipayStrategy
{
@Value
(
"${liquidnet.dragon.
alipay.gataway-
url}"
)
@Value
(
"${liquidnet.dragon.url}"
)
private
String
alipayGatewayUrl
;
private
String
alipayGatewayUrl
;
@Value
(
"${liquidnet.dragon.
alipay.notify-
url}"
)
@Value
(
"${liquidnet.dragon.url}"
)
private
String
notifyUrl
;
private
String
notifyUrl
;
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/src/main/java/com/liquidnet/service/dragon/channel/alipay/strategy/impl/AlipayStrategyWapImpl.java
View file @
bff37d1c
...
@@ -26,10 +26,10 @@ import java.util.Map;
...
@@ -26,10 +26,10 @@ import java.util.Map;
@Service
@Service
@StrategyAlipayHandler
(
DragonConstant
.
DeviceFromEnum
.
WAP
)
@StrategyAlipayHandler
(
DragonConstant
.
DeviceFromEnum
.
WAP
)
public
class
AlipayStrategyWapImpl
extends
AbstractAlipayStrategy
{
public
class
AlipayStrategyWapImpl
extends
AbstractAlipayStrategy
{
@Value
(
"${liquidnet.dragon.
alipay.gataway-
url}"
)
@Value
(
"${liquidnet.dragon.url}"
)
private
String
alipayGatewayUrl
;
private
String
alipayGatewayUrl
;
@Value
(
"${liquidnet.dragon.
alipay.notify-
url}"
)
@Value
(
"${liquidnet.dragon.url}"
)
private
String
notifyUrl
;
private
String
notifyUrl
;
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/src/main/java/com/liquidnet/service/dragon/controller/RefundController.java
View file @
bff37d1c
...
@@ -3,6 +3,7 @@ package com.liquidnet.service.dragon.controller;
...
@@ -3,6 +3,7 @@ package com.liquidnet.service.dragon.controller;
import
com.liquidnet.service.base.ResponseDto
;
import
com.liquidnet.service.base.ResponseDto
;
import
com.liquidnet.service.dragon.dto.DragonRefundAppDto
;
import
com.liquidnet.service.dragon.dto.DragonRefundAppDto
;
import
com.liquidnet.service.dragon.service.IDragonOrderRefundsService
;
import
com.liquidnet.service.dragon.service.IDragonOrderRefundsService
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiResponse
;
import
io.swagger.annotations.ApiResponse
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
@@ -13,6 +14,7 @@ import javax.servlet.http.HttpServletResponse;
...
@@ -13,6 +14,7 @@ import javax.servlet.http.HttpServletResponse;
import
javax.validation.constraints.NotNull
;
import
javax.validation.constraints.NotNull
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
@Api
(
tags
=
"退款"
)
@RestController
@RestController
@RequestMapping
(
"refund"
)
@RequestMapping
(
"refund"
)
public
class
RefundController
{
public
class
RefundController
{
...
...
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