Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
a7817b31
Commit
a7817b31
authored
Aug 18, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
f3255259
4df4eff4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+17
-1
center-channel/app/front/entry/public/apidoc/platform/zzzd.md
+1
-0
No files found.
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
a7817b31
...
...
@@ -414,6 +414,21 @@ class UtilsNeedService extends AppServiceBase {
return
system
.
getResultSuccess
(
res
);
}
async
test
(
pobj
)
{
let
res
=
await
this
.
aliclient
.
reqbyget
({
action
:
"QueryTradeIntentionUserList"
,
reqbody
:
{
BeginTime
:
pobj
.
actionBody
.
BeginTime
?
pobj
.
actionBody
.
BeginTime
:
""
,
EndTime
:
pobj
.
actionBody
.
EndTime
?
pobj
.
actionBody
.
EndTime
:
""
,
BizId
:
"20200817115056000001"
,
Type
:
"5"
,
PageNum
:
pobj
.
actionBody
.
pageNum
||
1
,
PageSize
:
pobj
.
actionBody
.
pageSize
||
10
,
},
apiVersion
:
"2019-05-08"
});
return
system
.
getResultSuccess
(
res
);
}
urlSplit
(
url
)
{
var
arr
=
url
.
split
(
"?"
)[
1
];
//根据?跟个url
...
...
@@ -442,6 +457,7 @@ module.exports = UtilsNeedService;
// var a=new UtilsNeedService();
// a.needCloseIcp({actionBody:{channelNeedNo:20200804200124000001,note:"ceshifankui"}},{channelNeedNo:20200803095203000001,note:"ceshifankui"});
var
a
=
new
UtilsNeedService
();
a
.
test
({
actionBody
:{
intentionBizId
:
"20200803095203000001"
,
userFeedBack
:
true
}});
center-channel/app/front/entry/public/apidoc/platform/zzzd.md
View file @
a7817b31
...
...
@@ -225,6 +225,7 @@
"publish_mobile"
:
"14444444444"
,
// 联系电话
"main_class"
:
"[
\"
服饰-女装/女士精品
\"
]"
,
// 主营类目
"corporate_type_name"
:
"旗舰店"
,
// 店铺类型名字
"whether_company"
:
1
/
0
,
// 1有工商信息 2没有工商信息。为什么用1/0 因为后面可能有其他可能性(比如只有工商信息的一部分)
"diagnosis_result"
:
"诊断结果 tg/wtg/rgshz"
// 于diagnosis_result_name是对应的 你想用哪个用哪个
"diagnosis_result_name"
:
"未通过"
,
// 智能诊断结果 ispass
"diagnosis_result_data"
:
{
// 智能诊断结果
...
...
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