Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tiku_APP_APITest
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
shuai
tiku_APP_APITest
Commits
80738f5e
Commit
80738f5e
authored
May 15, 2019
by
Li Yongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
30dfac3e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
CaseMake.xls
tiku_App/TestData/CaseMake.xls
+0
-0
DataAll.xls
tiku_App/TestData/DataAll.xls
+0
-0
getRecommend.java
tiku_App/src/com/offcn/api/tk/app3/getRecommend.java
+2
-2
No files found.
tiku_App/TestData/CaseMake.xls
deleted
100644 → 0
View file @
30dfac3e
File deleted
tiku_App/TestData/DataAll.xls
View file @
80738f5e
No preview for this file type
tiku_App/src/com/offcn/api/tk/app3/getRecommend.java
View file @
80738f5e
...
...
@@ -116,8 +116,8 @@ public class getRecommend extends TK implements API {
+
data
.
get
(
"msg"
).
toString
()
+
" but actually "
+
jp
.
getString
(
"retcode"
)
+
"."
;
}
System
.
out
.
println
(
data
.
get
(
"custom"
));
System
.
out
.
println
(
json
);
if
(
data
.
get
(
"custom"
)
!=
null
&&
json
!=
null
){
//如果自定义结果包含多个希望结果,也就是有逗号,那么就切割,包含比较。
if
(
data
.
get
(
"custom"
).
toString
().
contains
(
","
)){
...
...
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