Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
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
pseer
gxpt_ht
Commits
fa0aabb4
Commit
fa0aabb4
authored
Jan 15, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试环境支付回调设置,不可合并到线上
parent
8cf074a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
OrderPayServiceImpl.java
...n/java/share/system/service/impl/OrderPayServiceImpl.java
+2
-2
OrderRefundServiceImpl.java
...ava/share/system/service/impl/OrderRefundServiceImpl.java
+2
-2
No files found.
share-system/src/main/java/share/system/service/impl/OrderPayServiceImpl.java
View file @
fa0aabb4
...
...
@@ -143,7 +143,7 @@ public class OrderPayServiceImpl implements OrderPayService {
*/
private
CreateOrderRequestVo
getUnifiedorderVo
(
SOrder
sOrder
,
String
openid
,
String
appId
,
String
mchId
,
String
signKey
)
{
// 获取域名
String
apiDomain
=
Constants
.
CONFIG_KEY_
API
_URL
;
String
apiDomain
=
Constants
.
CONFIG_KEY_
SITE
_URL
;
AttachVo
attachVo
=
new
AttachVo
(
OrderTypeEnum
.
getEnumByCode
(
sOrder
.
getOrderType
()).
getValue
(),
sOrder
.
getConsumerId
());
CreateOrderRequestVo
vo
=
new
CreateOrderRequestVo
();
...
...
@@ -205,7 +205,7 @@ public class OrderPayServiceImpl implements OrderPayService {
*/
private
SaobeiMiniPayRequestVo
getSaobeiUnifiedOrderVo
(
SOrder
sOrder
,
String
openid
,
String
appId
,
String
mchId
,
String
signKey
)
{
// 获取域名
String
apiDomain
=
Constants
.
CONFIG_KEY_
API
_URL
;
String
apiDomain
=
Constants
.
CONFIG_KEY_
SITE
_URL
;
AttachVo
attachVo
=
new
AttachVo
(
OrderTypeEnum
.
getEnumByCode
(
sOrder
.
getOrderType
()).
getValue
(),
sOrder
.
getConsumerId
());
SaobeiMiniPayRequestVo
vo
=
new
SaobeiMiniPayRequestVo
();
...
...
share-system/src/main/java/share/system/service/impl/OrderRefundServiceImpl.java
View file @
fa0aabb4
...
...
@@ -77,8 +77,8 @@ public class OrderRefundServiceImpl extends ServiceImpl<SOrderMapper, SOrder> im
String
appId
=
weChatConfig
.
getAppId
();
String
mchId
=
weChatConfig
.
getMchId
();
String
signKey
=
weChatConfig
.
getSignKey
();
String
path
=
weChatConfig
.
getCertPath
();
//TODO 商户证书路径p12(待提供)
String
apiDomain
=
Constants
.
CONFIG_KEY_
API
_URL
;
String
path
=
weChatConfig
.
getCertPath
();
String
apiDomain
=
Constants
.
CONFIG_KEY_
SITE
_URL
;
//统一下单数据
WxRefundVo
wxRefundVo
=
new
WxRefundVo
();
wxRefundVo
.
setAppid
(
appId
);
...
...
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