Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
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
base_platform_enterprise
gic-platform-enterprise
Commits
bf68cc95
Commit
bf68cc95
authored
Sep 25, 2020
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航ext过滤关闭tabbar
parent
9e510114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
WxPayStrategy.java
.../gic/enterprise/service/outer/impl/pay/WxPayStrategy.java
+3
-3
No files found.
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/service/outer/impl/pay/WxPayStrategy.java
View file @
bf68cc95
...
@@ -22,7 +22,7 @@ import com.gic.log.api.dto.SystemSetLogDTO;
...
@@ -22,7 +22,7 @@ import com.gic.log.api.dto.SystemSetLogDTO;
import
com.gic.log.api.service.LogApiService
;
import
com.gic.log.api.service.LogApiService
;
import
com.gic.marketing.process.api.service.sms.SmsSendApiService
;
import
com.gic.marketing.process.api.service.sms.SmsSendApiService
;
import
com.gic.thirdparty.api.dto.ScanPayReqDataDTO
;
import
com.gic.thirdparty.api.dto.ScanPayReqDataDTO
;
import
com.gic.thirdparty.api.service.Pay4W
x
Service
;
import
com.gic.thirdparty.api.service.Pay4W
X
Service
;
import
org.apache.commons.lang3.StringUtils
;
import
org.apache.commons.lang3.StringUtils
;
import
org.apache.logging.log4j.LogManager
;
import
org.apache.logging.log4j.LogManager
;
import
org.apache.logging.log4j.Logger
;
import
org.apache.logging.log4j.Logger
;
...
@@ -43,7 +43,7 @@ public class WxPayStrategy implements PayStrategy {
...
@@ -43,7 +43,7 @@ public class WxPayStrategy implements PayStrategy {
private
Logger
logger
=
LogManager
.
getLogger
(
WxPayStrategy
.
class
);
private
Logger
logger
=
LogManager
.
getLogger
(
WxPayStrategy
.
class
);
@Autowired
@Autowired
private
Pay4W
x
Service
pay4WxService
;
private
Pay4W
X
Service
pay4WxService
;
@Autowired
@Autowired
private
BillingPayInfoService
billingPayInfoService
;
private
BillingPayInfoService
billingPayInfoService
;
@Autowired
@Autowired
...
@@ -164,7 +164,7 @@ public class WxPayStrategy implements PayStrategy {
...
@@ -164,7 +164,7 @@ public class WxPayStrategy implements PayStrategy {
""
,
""
,
"NATIVE"
"NATIVE"
);
);
ServiceResponse
<
String
>
serviceResponse
=
pay4WxService
.
createPrePaymentOrderForW
x
(
scanPayReqDataDTO
);
ServiceResponse
<
String
>
serviceResponse
=
pay4WxService
.
createPrePaymentOrderForW
X
(
scanPayReqDataDTO
);
if
(
serviceResponse
.
isSuccess
())
{
if
(
serviceResponse
.
isSuccess
())
{
// 生成支付记录
// 生成支付记录
BillingPayInfoDTO
billingPayInfoDTO
=
new
BillingPayInfoDTO
();
BillingPayInfoDTO
billingPayInfoDTO
=
new
BillingPayInfoDTO
();
...
...
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