Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
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
龚小红
oto
Commits
807fed58
Commit
807fed58
authored
Dec 02, 2022
by
龚小红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改通话提交接口
parent
45285156
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Work.java
src/test/java/com/oto/cases/otoseller/Work.java
+3
-2
No files found.
src/test/java/com/oto/cases/otoseller/Work.java
View file @
807fed58
...
...
@@ -1487,7 +1487,8 @@ public class Work implements Authorization {
sleep
(
1000
);
HashMap
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"custId"
,
custId
);
params
.
put
(
"addWxStatus"
,
"客户最关注养老社区什么"
);
params
.
put
(
"addWxStatus"
,
7
);
params
.
put
(
"attentionOldCommunity"
,
"客户最关注养老社区什么"
);
params
.
put
(
"considerAgedForWho"
,
"为谁考虑养老"
);
params
.
put
(
"custAddress"
,
"杭州市文新地铁站"
);
params
.
put
(
"custAge"
,
62
);
...
...
@@ -1498,7 +1499,7 @@ public class Work implements Authorization {
params
.
put
(
"recordId"
,
callRecordId
);
params
.
put
(
"viewRetireCommunity"
,
"社区参观情况"
);
Response
response
=
network
.
postResponse
(
params
,
BasicConfig
.
WORK_callSubmit
);
boolean
data
=
response
.
jsonPath
().
getBoolean
(
"data
.hasUndoneFeedback
"
);
boolean
data
=
response
.
jsonPath
().
getBoolean
(
"data"
);
Assert
.
assertTrue
(
data
,
network
.
message
(
params
,
BasicConfig
.
WORK_callSubmit
,
"提交通话信息失败"
,
response
.
body
().
asString
()));
}
...
...
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