Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
9d365c3a
Commit
9d365c3a
authored
May 27, 2021
by
ping.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大数据猜你喜欢接口去掉
parent
c3f45d59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
order-application-service/src/main/java/cn/freemud/service/impl/BuriedPointServiceImpl.java
+3
-3
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
+2
-2
No files found.
order-application-service/src/main/java/cn/freemud/service/impl/BuriedPointServiceImpl.java
View file @
9d365c3a
...
@@ -152,8 +152,8 @@ public class BuriedPointServiceImpl implements BuriedPointService {
...
@@ -152,8 +152,8 @@ public class BuriedPointServiceImpl implements BuriedPointService {
String
strOptRequestDto
=
new
Gson
().
toJson
(
optRequestDto
);
String
strOptRequestDto
=
new
Gson
().
toJson
(
optRequestDto
);
dto
.
setOpt2
(
strOptRequestDto
);
dto
.
setOpt2
(
strOptRequestDto
);
// log.debug("syncTxProductClient.BuriedPoint_BuriedPointPaymentbofore**" + dto);
// log.debug("syncTxProductClient.BuriedPoint_BuriedPointPaymentbofore**" + dto);
String
str
=
syncTxProductClient
.
BuriedPoint
(
dto
);
//
String str = syncTxProductClient.BuriedPoint(dto);
LogUtil
.
info
(
"syncTxProductClient.BuriedPoint_BuriedPointPayment after"
,
dto
,
str
);
//
LogUtil.info("syncTxProductClient.BuriedPoint_BuriedPointPayment after", dto, str);
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
ApiLog
.
error
(
"支付之后埋点报错,让交易继续下去"
,
""
,
e
);
ApiLog
.
error
(
"支付之后埋点报错,让交易继续下去"
,
""
,
e
);
...
@@ -192,7 +192,7 @@ public class BuriedPointServiceImpl implements BuriedPointService {
...
@@ -192,7 +192,7 @@ public class BuriedPointServiceImpl implements BuriedPointService {
paySuccessBuridPointDto
.
setSkus
(
skus
);
paySuccessBuridPointDto
.
setSkus
(
skus
);
ApiLog
.
debug
(
"paySuccessBuridPoint {}"
+
paySuccessBuridPointDto
);
ApiLog
.
debug
(
"paySuccessBuridPoint {}"
+
paySuccessBuridPointDto
);
Integer
str
=
buriedPointClient
.
returnSubmit
(
paySuccessBuridPointDto
);
//
Integer str = buriedPointClient.returnSubmit(paySuccessBuridPointDto);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
ApiLog
.
error
(
"paySuccessBuridPoint error"
,
""
,
e
);
ApiLog
.
error
(
"paySuccessBuridPoint error"
,
""
,
e
);
}
}
...
...
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
View file @
9d365c3a
...
@@ -614,7 +614,7 @@ public class OrderServiceImpl implements Orderservice {
...
@@ -614,7 +614,7 @@ public class OrderServiceImpl implements Orderservice {
requestDto
.
setWxAppId
(
wxappid
);
requestDto
.
setWxAppId
(
wxappid
);
requestDto
.
setSessionId
(
sessionId
);
requestDto
.
setSessionId
(
sessionId
);
requestDto
.
setOpenId
(
orderExtInfoDto
!=
null
?
orderExtInfoDto
.
getOpenid
()
:
""
);
requestDto
.
setOpenId
(
orderExtInfoDto
!=
null
?
orderExtInfoDto
.
getOpenid
()
:
""
);
buriedPointService
.
BuriedPointPayment
(
requestDto
,
orderBean
);
//
buriedPointService.BuriedPointPayment(requestDto, orderBean);
// 开通会员卡
// 开通会员卡
if
(
StringUtils
.
isNotBlank
(
ruleId
))
{
if
(
StringUtils
.
isNotBlank
(
ruleId
))
{
...
@@ -628,7 +628,7 @@ public class OrderServiceImpl implements Orderservice {
...
@@ -628,7 +628,7 @@ public class OrderServiceImpl implements Orderservice {
ApiLog
.
debug
(
"调用券码结束=="
+
message
.
getTrans_id
());
ApiLog
.
debug
(
"调用券码结束=="
+
message
.
getTrans_id
());
}
}
//支付成功后
//支付成功后
buriedPointService
.
paySuccessBuridPoint
(
partnerId
,
storeId
,
orderBean
);
//
buriedPointService.paySuccessBuridPoint(partnerId, storeId, orderBean);
return
sendPaySuccessNoticeMessage
();
return
sendPaySuccessNoticeMessage
();
}
}
...
...
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