Commit f0274795 by 宋毅

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

parents dfea83f1 1016efff
......@@ -13,7 +13,6 @@ class FblicenseService extends AppServiceBase {
async getList(pobj) {
try {
let url = `${this.centerOrderUrl}action/diagnosisneedbus/springBoard`
console.log(url)
pobj.actionType = 'getList'
let result = await this.restClient.execPost(pobj, url)
return JSON.parse(result.stdout)
......
......@@ -136,6 +136,7 @@
"publishName": "张三" //联系人名称
"publishMobile": "13911391996", // 联系人电话
"corporateType": "qjd",//店铺类型 电商诊断:qjd/zmd/zyd(旗舰店/专卖店/专营店),直播诊断:qy/gtgsh/mbfqy/flfw(企业/个体工商户/民办非企业/法律服务)'
"diagnosisTypeName": "直播", // 诊断类型 直播 / 电商
"status": "dcl" // 状态 dcl/gtz/dqrfa/ygb/ywc(待处理/沟通中/待确认方案/已关闭/已完成)
"page":1,//页数
"pageSize":20,//每页条数
......@@ -159,6 +160,12 @@
"corporate_type": "qjd",//店铺类型
"corporate_type_name": "旗舰店",//店铺类型名称
"corporate_name": "林氏集团",//公司名称
"disagnosis_type": "zb", // 诊断类型 zb/ds
"disagnosis_type_name": "直播", // 直播/电商
"disagnosis_mode": "rg", // 诊断方式 rg / zn
"disagnosis_mode_name": "智能评估", // 智能评估 / 人工诊断
"disagnosis_result": "tg", // 诊断结果 tg / wtg / rgshz
"disagnosis_result_name": "通过", // 通过 / 未通过 / 人工审核中
"publish_name": null,//联系人名称
"publish_mobile": "13911391996",//联系人电话
"status": "dcl",//状态
......
......@@ -6,7 +6,7 @@
## **<a name="getProductPrice">询价</a>**
[返回到目录](#menu)
##### URL
[/web/action/product/springboard/]
[/web/opaction/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getProductPrice
......@@ -48,7 +48,7 @@
## **<a name="addOrder"> 创建订单</a>**
[返回到目录](#menu)
##### URL
[/web/action/product/springboard/]
[/web/opaction/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:addOrder
......
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