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
9b994848
Commit
9b994848
authored
Dec 04, 2019
by
Li Yongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sure
parent
9b47eec5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
4 deletions
+1
-4
getPaperStatusNwn.java
tiku_App/src/com/offcn/api/tk/app3/getPaperStatusNwn.java
+1
-2
getUserIdBySsoId.java
tiku_App/src/com/offcn/api/tk/app3/getUserIdBySsoId.java
+0
-1
releaseScoreToStudent.java
..._App/src/com/offcn/api/tk/app3/releaseScoreToStudent.java
+0
-1
No files found.
tiku_App/src/com/offcn/api/tk/app3/getPaperStatusNwn.java
View file @
9b994848
...
...
@@ -76,8 +76,7 @@ public class getPaperStatusNwn extends TK implements API {
if
((!
record_id_excel
.
equals
(
""
))
&&
record_id_excel
.
equals
(
"code"
))
{
parameter
=
parameter
.
replace
(
"\"record_id\":code"
,
"\"record_id\":\""
+
record_id
+
"\""
);
}
data
.
put
(
"parameter"
,
parameter
);
...
...
tiku_App/src/com/offcn/api/tk/app3/getUserIdBySsoId.java
View file @
9b994848
...
...
@@ -54,7 +54,6 @@ public class getUserIdBySsoId extends TK implements API {
sso_id
=
MapUtil
.
getParameter
(
parameter
,
"sso_id"
).
trim
();
if
((!
sso_id
.
equals
(
""
))
&&
sso_id
.
equals
(
"code"
))
{
sso_id
=
"3620016"
;
parameter
=
parameter
.
replace
(
"\"sso_id\":code"
,
"\"sso_id\":\""
+
sso_id
+
"\""
);
...
...
tiku_App/src/com/offcn/api/tk/app3/releaseScoreToStudent.java
View file @
9b994848
...
...
@@ -72,7 +72,6 @@ public class releaseScoreToStudent extends TK implements API {
public
HashMap
<
String
,
Object
>
handleInput
(
HashMap
<
String
,
Object
>
data
)
{
// 获取parameter对应的内容
parameter
=
MapUtil
.
getValue
(
"parameter"
,
data
);
record_id_excel
=
MapUtil
.
getParameter
(
parameter
,
"record_id"
).
trim
();
if
((!
record_id_excel
.
equals
(
""
))
&&
record_id_excel
.
equals
(
"code"
))
{
...
...
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