Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-api
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
java-youka-wallet
youka-api
Commits
c5643eaa
Commit
c5643eaa
authored
May 09, 2018
by
Java-聂换换
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
6cc4347e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
youka_api_war_exploded.xml
.idea/artifacts/youka_api_war_exploded.xml
+3
-2
PayApiService.java
src/main/java/com/thinkgem/jeesite/modules/pay/service/PayApiService.java
+4
-0
No files found.
.idea/artifacts/youka_api_war_exploded.xml
View file @
c5643eaa
...
...
@@ -136,12 +136,13 @@
<element
id=
"library"
level=
"project"
name=
"Maven: commons-lang:commons-lang:2.5"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: commons-logging:commons-logging:1.1.1"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: net.sf.ezmorph:ezmorph:1.0.6"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: org.apache.httpcomponents:httpclient:4.5"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: org.apache.httpcomponents:httpcore:4.4.
1
"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: org.apache.httpcomponents:httpclient:4.5
.5
"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: org.apache.httpcomponents:httpcore:4.4.
9
"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: com.google.code.gson:gson:2.3.1"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: org.apache.httpcomponents:fluent-hc:4.5"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: org.jdom:jdom2:2.0.5"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: com.alipay.sdk:alipay-sdk-java:3.0.0"
/>
<element
id=
"library"
level=
"project"
name=
"Maven: commons-httpclient:commons-httpclient:3.1"
/>
</element>
</element>
<element
id=
"directory"
name=
"META-INF"
>
...
...
src/main/java/com/thinkgem/jeesite/modules/pay/service/PayApiService.java
View file @
c5643eaa
...
...
@@ -429,6 +429,10 @@ public class PayApiService {
return
response
;
}
String
subMchId
=
jsonObject
.
getString
(
"subMchId"
);
userSubMchId
.
setUserCode
(
request
.
getSubMerchantCode
());
userSubMchId
.
setPayChannel
(
ComCode
.
PAYCHANNEL_HL2
);
userSubMchId
.
setSubmchid
(
subMchId
);
userService
.
addUserSubmchid
(
userSubMchId
);
}
// 获取费率
...
...
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