Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
caoyan
2019-05-28 16:19:20 +0800
Commit
5a15109f914181c43e7694da228fea4a316815b4
1 parent
160f1b9f
自助尺码
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
inbox/src/main/java/com/yohoufo/inboxclient/common/UrlConstant.java
inbox/src/main/java/com/yohoufo/inboxclient/common/UrlConstant.java
View file @
5a15109
...
...
@@ -15,7 +15,7 @@ public class UrlConstant {
return
baseUrl
+
"&method=ufo.users.addInbox"
;
}
p
rivate
String
getInboxAddBatchUrl
()
{
p
ublic
String
getInboxAddBatchUrl
()
{
return
baseUrl
+
"&method=ufo.users.addBatchInbox"
;
}
}
...
...
Please
register
or
login
to post a comment