删除临时工端虚拟招聘信息
## 临时工端清理全部虚拟招聘信息
#### 地址
`/customer/deleteVirtualLsRecruit`
#### 请求方法
>post
#### 请求头
>s
#### 请求参数
|参数名|类型|必填|默认值|说明|
|-|-|-|-|-|
|id|num|Y||虚拟招聘信息主键|
#### 请求参数示例
>s
#### 请求示例
`localhost:80/customer/deleteVirtualLsRecruit?id=45`
#### 返回结果示例
```
{
"code": 0,
"msg": "该虚拟招聘信息不存在"
}
```
#### 添加返回结果参数
|参数名|类型|必填|默认值|说明|
|-|-|-|-|-|
|code|Integer|Y||响应状态码|
|msg|String|Y||响应信息|
|result|list|N||响应数据集合|