Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test-platform
Project
Project
Details
Activity
Releases
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
马博
test-platform
Commits
d4c2a34e
Commit
d4c2a34e
authored
Dec 05, 2018
by
吕雯燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv
parent
f4c745a9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
新建活动测试_DuibaTest.java
src/test/java/http/cases/DeveloperTest/新建活动测试_DuibaTest.java
+0
-0
DeveloperService.java
src/test/java/http/service/hd/DeveloperService.java
+2
-2
No files found.
src/test/java/http/cases/DeveloperTest/新建活动测试_DuibaTest.java
View file @
d4c2a34e
This diff is collapsed.
Click to expand it.
src/test/java/http/service/hd/DeveloperService.java
View file @
d4c2a34e
...
...
@@ -1111,7 +1111,7 @@ public class DeveloperService {
}
//保存自有答题活动--所有字段
public
Response
saveQuestion
(
String
title
,
String
awards
,
String
questionRecord
,
String
freeLimit
,
String
freeScope
,
String
limitCount
,
String
limitScope
,
String
optionNum
)
throws
Exception
{
public
Response
saveQuestion
(
String
title
,
String
awards
,
String
questionRecord
,
String
creditsType
,
String
freeLimit
,
String
freeScope
,
String
limitCount
,
String
limitScope
,
String
optionNum
)
throws
Exception
{
String
url
=
hdHost
+
"/question/save"
;
...
...
@@ -1122,7 +1122,7 @@ public class DeveloperService {
map
.
put
(
"awards"
,
awards
);
map
.
put
(
"questionRecord"
,
questionRecord
);
map
.
put
(
"credits"
,
"22"
);
map
.
put
(
"creditsType"
,
"1"
);
map
.
put
(
"creditsType"
,
creditsType
);
map
.
put
(
"banner"
,
"//yun.duiba.com.cn/upload/S2T4p1474356849960.png"
);
map
.
put
(
"thumbnail"
,
"//yun.duiba.com.cn/upload/ljoka1474356876322.png"
);
map
.
put
(
"bannerImgNew"
,
"//yun.duiba.com.cn/upload/qzfsmsyo9s.png"
);
...
...
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