Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
browser-backend
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
Administrator
browser-backend
Commits
4a29417e
Commit
4a29417e
authored
Mar 19, 2020
by
renjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量添加bug修改
parent
6b8259f1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Shop.java
...in/java/com/edgec/browserbackend/browser/domain/Shop.java
+3
-3
ShopResultDto.java
...a/com/edgec/browserbackend/browser/dto/ShopResultDto.java
+3
-3
~$batchAdd.xlsx
src/main/resources/static/~$batchAdd.xlsx
+0
-0
No files found.
src/main/java/com/edgec/browserbackend/browser/domain/Shop.java
View file @
4a29417e
...
...
@@ -35,7 +35,7 @@ public class Shop {
private
String
shopUA
;
private
JSONObject
shopCookie
;
private
CharSequence
shopCookie
;
private
long
createTime
;
...
...
@@ -184,11 +184,11 @@ public class Shop {
this
.
shopPassword
=
shopPassword
;
}
public
JSONObject
getShopCookie
()
{
public
CharSequence
getShopCookie
()
{
return
shopCookie
;
}
public
void
setShopCookie
(
JSONObject
shopCookie
)
{
public
void
setShopCookie
(
CharSequence
shopCookie
)
{
this
.
shopCookie
=
shopCookie
;
}
...
...
src/main/java/com/edgec/browserbackend/browser/dto/ShopResultDto.java
View file @
4a29417e
...
...
@@ -30,7 +30,7 @@ public class ShopResultDto {
private
String
shopUA
;
private
JSONObject
shopCookie
;
private
CharSequence
shopCookie
;
private
IpResource
bindIp
;
...
...
@@ -151,11 +151,11 @@ public class ShopResultDto {
this
.
shopUA
=
shopUA
;
}
public
JSONObject
getShopCookie
()
{
public
CharSequence
getShopCookie
()
{
return
shopCookie
;
}
public
void
setShopCookie
(
JSONObject
shopCookie
)
{
public
void
setShopCookie
(
CharSequence
shopCookie
)
{
this
.
shopCookie
=
shopCookie
;
}
...
...
src/main/resources/static/~$batchAdd.xlsx
deleted
100644 → 0
View file @
6b8259f1
File deleted
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