【集客工单】套餐树
<p><strong>简要描述:</strong> </p>
<ul>
<li>【集客工单】套餐树V1.0.0</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/app/marketGuest/getSetmealTree</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">version</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>版本号</td>
<td>1.0.0</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>
{
"result": 200,
"message": "操作成功",
"object": [
{
"id": 1,
"text": "一级目录",
"state": "open",
"checked": false,
"children": [
{
"id": 2,
"text": "二级目录",
"state": "open",
"checked": false,
"children": [
{
"id": 3,
"text": "5G无限流量五年",
"state": "open",
"checked": false,
"attributes": "TC10000",
"children": [],
"pid": 2
},
{
"id": 4,
"text": "29元全国无限量套餐",
"state": "open",
"checked": false,
"attributes": "TC153062878349411",
"children": [],
"pid": 2
}
],
"pid": 1
}
],
"pid": 0
},
{
"id": 3,
"text": "一级目录2",
"state": "open",
"checked": false,
"children": [
{
"id": 4,
"text": "二级目录2",
"state": "open",
"checked": false,
"children": [
{
"id": 1,
"text": "2商铺优惠4G套餐1",
"state": "open",
"checked": false,
"attributes": "TC10086",
"children": [],
"pid": 4
}
],
"pid": 3
}
],
"pid": 0
},
{
"id": 5,
"text": "测试",
"state": "open",
"checked": false,
"children": [
{
"id": 8,
"text": "测试1",
"state": "open",
"checked": false,
"children": [
{
"id": 2,
"text": "5G套餐",
"state": "open",
"checked": false,
"attributes": "TC10001",
"children": [],
"pid": 8
}
],
"pid": 5
}
],
"pid": 0
},
{
"id": 14,
"text": "目录0704",
"state": "open",
"checked": false,
"children": [
{
"id": 15,
"text": "目录0704&mdash;目录1",
"state": "open",
"checked": false,
"children": [],
"pid": 14
}
],
"pid": 0
},
{
"id": 16,
"text": "目录0704(1)",
"state": "open",
"checked": false,
"children": [],
"pid": 0
},
{
"id": 17,
"text": "目录0704(2)",
"state": "open",
"checked": false,
"children": [],
"pid": 0
},
{
"id": 18,
"text": "目录0704(3)",
"state": "open",
"checked": false,
"children": [],
"pid": 0
},
{
"id": 19,
"text": "1",
"state": "open",
"checked": false,
"children": [],
"pid": 0
},
{
"id": 20,
"text": "2",
"state": "open",
"checked": false,
"children": [],
"pid": 0
}
]
}</p>
<p>欢迎使用ShowDoc!</p>