Commit 3ae727d7 by wkliang

fix

parent 0a13e683
......@@ -221,9 +221,99 @@
``` javascript
// 等待填写
{
"status": 0,
"msg": "success",
"data": null,
"requestId": "837ea5c284074d568fa198f7f259088a"
"status": 0,
"msg": "success",
"data": {
"count": 13,
"rows": [
{
"id": 2844,
"uapp_id": 22,
"channelNeedNo": "N202008111821nf9oKFf", // 渠道需求号
"needNo": "N202008111821nf9oKFf", // 需求号
"channelUserId": "13911391996", // 渠道用户id
"publishName": "", // 公司名称
"publisherOnlyCode": null,
"publishContent": "公司注册 - ",
"publishMobile": "13911391996", // 联系人电话
"followManUserId": null,
"followManName": null,
"followManMobile": null,
"followManOnlyCode": null,
"followContent": null,
"productOneType_id": null,
"productType_id": null,
"notes": null,
"disposeNotes": null,
"statusName": "未推送", // 需求状态
"status": "wts",
"city": "北京市-北京市-大兴区",
"province": null,
"typeCode": "gszc", // 需求类型
"typeName": "公司注册", // 需求类型名称
"channelTypeCode": "gszc",
"channelTypeName": "公司注册",
"created_at": "2020-08-11T10:21:38.000Z",
"updated_at": "2020-08-11T10:21:38.000Z",
"deleted_at": null,
"version": 0
},
]
},
"requestId": "b2146c22a68b4bd48dc2119b46e636d4"
}
```
## **<a name="getNeedDetail"> 需求详情</a>**
[返回到目录](#menu)
##### URL
[/web/zzzd/zzzd/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:enterpriseInfo
``` javascript
{
"needNo": "", // 需求单号
}
```
#### 返回结果
``` javascript
{
"status": 0,
"msg": "success",
"data": {
"id": 2844,
"uapp_id": 22,
"channelNeedNo": "N202008111821nf9oKFf", // 渠道需求号
"needNo": "N202008111821nf9oKFf", // 需求号
"channelUserId": "13911391996", // 渠道用户id
"publishName": "", // 公司名称
"publisherOnlyCode": null,
"publishContent": "公司注册 - ",
"publishMobile": "13911391996", // 联系人电话
"followManUserId": null,
"followManName": null,
"followManMobile": null,
"followManOnlyCode": null,
"followContent": null,
"productOneType_id": null,
"productType_id": null,
"notes": null,
"disposeNotes": null,
"statusName": "未推送", // 需求状态
"status": "wts",
"city": "北京市-北京市-大兴区",
"province": null,
"typeCode": "gszc", // 需求类型
"typeName": "公司注册", // 需求类型名称
"channelTypeCode": "gszc",
"channelTypeName": "公司注册",
"created_at": "2020-08-11T10:21:38.000Z",
"updated_at": "2020-08-11T10:21:38.000Z",
"deleted_at": null,
"version": 0
},
"requestId": "9032ccf593894627849eb401ebf4f51b"
}
```
\ No newline at end of file
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