Commit a7817b31 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents f3255259 4df4eff4
......@@ -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}});
......@@ -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": { // 智能诊断结果
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment