记得上下班打卡 | 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
5c007492
Commit
5c007492
authored
Nov 11, 2021
by
zhengfuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改抖音订单查询。
parent
3f7fc023
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
DragonConstant.java
...com/liquidnet/service/dragon/constant/DragonConstant.java
+2
-1
PayChannelStrategyDouYinImpl.java
...n/channel/strategy/impl/PayChannelStrategyDouYinImpl.java
+1
-1
No files found.
liquidnet-bus-api/liquidnet-service-dragon-api/src/main/java/com/liquidnet/service/dragon/constant/DragonConstant.java
View file @
5c007492
...
@@ -177,7 +177,8 @@ public class DragonConstant {
...
@@ -177,7 +177,8 @@ public class DragonConstant {
PAYMENT_TYPE_WEB_ALIPAY
(
"WEBALIPAY"
,
"alipay"
,
"web"
,
"电脑网页内支付宝即时到账支付"
),
PAYMENT_TYPE_WEB_ALIPAY
(
"WEBALIPAY"
,
"alipay"
,
"web"
,
"电脑网页内支付宝即时到账支付"
),
PAYMENT_TYPE_WEB_WEPAY
(
"WEBWEPAY"
,
"wepay"
,
"web"
,
"电脑网页内微信二维码支付,用户打开微信扫码支付"
),
PAYMENT_TYPE_WEB_WEPAY
(
"WEBWEPAY"
,
"wepay"
,
"web"
,
"电脑网页内微信二维码支付,用户打开微信扫码支付"
),
PAYMENT_TYPE_JS_WEPAY
(
"JSWEPAY"
,
"wepay"
,
"js"
,
"微信内网页、微信公众号"
),
PAYMENT_TYPE_JS_WEPAY
(
"JSWEPAY"
,
"wepay"
,
"js"
,
"微信内网页、微信公众号"
),
PAYMENT_TYPE_APPLET_WEPAY
(
"APPLETWEPAY"
,
"wepay"
,
"applet"
,
"微信小程序"
);
PAYMENT_TYPE_APPLET_WEPAY
(
"APPLETWEPAY"
,
"wepay"
,
"applet"
,
"微信小程序"
),
PAYMENT_TYPE_APPLET_DOUYINPAY
(
"APPLETDOUYINPAY"
,
"douyinpay"
,
"applet"
,
"抖音小程序"
);
private
String
code
;
private
String
code
;
private
String
message
;
private
String
message
;
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/src/main/java/com/liquidnet/service/dragon/channel/strategy/impl/PayChannelStrategyDouYinImpl.java
View file @
5c007492
...
@@ -110,7 +110,7 @@ public class PayChannelStrategyDouYinImpl extends AbstractPayChannelStrategyImpl
...
@@ -110,7 +110,7 @@ public class PayChannelStrategyDouYinImpl extends AbstractPayChannelStrategyImpl
@Override
@Override
public
DragonPayOrderQueryRespDto
checkOrderStatus
(
String
code
)
{
public
DragonPayOrderQueryRespDto
checkOrderStatus
(
String
code
)
{
DragonOrdersDto
ordersDto
=
dataUtils
.
getPayOrderByCode
(
code
);
DragonOrdersDto
ordersDto
=
dataUtils
.
getPayOrderByCode
(
code
);
//DragonPayOrderQueryRespDto respDto = wep
ayStrategyContext.getStrategy(DragonConstant.PayTypeEnum.getEnumByCode(ordersDto.getPaymentType()).getDeviceFrom()).checkOrderStatus(code);
DragonPayOrderQueryRespDto
respDto
=
douYin
ayStrategyContext
.
getStrategy
(
DragonConstant
.
PayTypeEnum
.
getEnumByCode
(
ordersDto
.
getPaymentType
()).
getDeviceFrom
()).
checkOrderStatus
(
code
);
return
null
;
return
null
;
}
}
}
}
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