Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TangKuPos
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
王海
TangKuPos
Commits
4f81e432
Commit
4f81e432
authored
Mar 15, 2018
by
zhang_z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug;
parent
650fa8fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
pay/src/main/java/com/xingdata/zxpay/pax/Response.java
pay/src/main/java/com/xingdata/zxpay/pax/Response.java
+6
-6
No files found.
pay/src/main/java/com/xingdata/zxpay/pax/Response.java
View file @
4f81e432
...
...
@@ -43,7 +43,7 @@ class Response {
return
method
;
}
void
setMethod
(
String
method
)
{
public
void
setMethod
(
String
method
)
{
this
.
method
=
method
;
}
...
...
@@ -51,7 +51,7 @@ class Response {
return
agentId
;
}
void
setAgentId
(
String
agentId
)
{
public
void
setAgentId
(
String
agentId
)
{
this
.
agentId
=
agentId
;
}
...
...
@@ -59,7 +59,7 @@ class Response {
return
mchId
;
}
void
setMchId
(
String
mchId
)
{
public
void
setMchId
(
String
mchId
)
{
this
.
mchId
=
mchId
;
}
...
...
@@ -67,7 +67,7 @@ class Response {
return
code
;
}
void
setCode
(
String
code
)
{
public
void
setCode
(
String
code
)
{
this
.
code
=
code
;
}
...
...
@@ -75,7 +75,7 @@ class Response {
return
msg
;
}
void
setMsg
(
String
msg
)
{
public
void
setMsg
(
String
msg
)
{
this
.
msg
=
msg
;
}
...
...
@@ -83,7 +83,7 @@ class Response {
return
codeUrl
;
}
void
setCodeUrl
(
String
codeUrl
)
{
public
void
setCodeUrl
(
String
codeUrl
)
{
this
.
codeUrl
=
codeUrl
;
}
}
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