Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
Project
Project
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
licc
volunteer_service
Commits
ead6e6b6
Commit
ead6e6b6
authored
Mar 29, 2021
by
cy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信支付
parent
b1c903ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
WxPayUtil.java
...ce/src/main/java/cn/wisenergy/service/util/WxPayUtil.java
+1
-0
No files found.
wisenergy-service/src/main/java/cn/wisenergy/service/util/WxPayUtil.java
View file @
ead6e6b6
...
...
@@ -282,6 +282,7 @@ public class WxPayUtil {
parameters
.
put
(
"sign"
,
sign
);
//签名
//将订单对象转为xml格式
String
s
=
null
;
try
{
return
MapToXmlUtils
.
mapToXml
(
parameters
);
//maptoXml方法是微信sdk自带的方法
}
catch
(
Exception
e
)
{
...
...
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