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
87170b5c
Commit
87170b5c
authored
Feb 06, 2018
by
Java-张振楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
①公共参数换为Code
parent
8f132281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Request.java
src/main/java/com/thinkgem/jeesite/common/baseBean/Request.java
+6
-6
No files found.
src/main/java/com/thinkgem/jeesite/common/baseBean/Request.java
View file @
87170b5c
...
...
@@ -5,18 +5,18 @@ package com.thinkgem.jeesite.common.baseBean;
*/
public
class
Request
implements
java
.
io
.
Serializable
{
private
String
subMerchant
Id
;
// 登录商户ID
private
String
sign
;
// 签名字符串 (md5(subMerchant
Id
+ 加密串 + timestamp))
private
String
subMerchant
Code
;
// 登录商户Code
private
String
sign
;
// 签名字符串 (md5(subMerchant
Code
+ 加密串 + timestamp))
private
long
timestamp
;
// 时间戳
private
int
pageNum
=
1
;
// 页码
private
int
pageSize
=
15
;
// 页数
public
String
getSubMerchant
Id
()
{
return
subMerchant
Id
;
public
String
getSubMerchant
Code
()
{
return
subMerchant
Code
;
}
public
void
setSubMerchant
Id
(
String
subMerchantId
)
{
this
.
subMerchant
Id
=
subMerchantId
;
public
void
setSubMerchant
Code
(
String
subMerchantCode
)
{
this
.
subMerchant
Code
=
subMerchantCode
;
}
public
String
getSign
()
{
...
...
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