Skip to content

10.associate_tcp_offset_load

绑定TCP负载与偏移接口:

绑定TCP负载与偏移为一组

Message:

绑定TCP负载与偏移

{

"cmd": "associate_tcp_offset_load",

"data": {

    "tcp_offset_id":"2de2381ed7141587911361387775",

    "tcp_load_id":"2de2381ed7141587911361123335"

},

"id": "1"

}

\
### Request:    
**请求类型:Application/json**
* cmd
  * string,必填,请求接口
* date
  * json,必填,请求数据
* id
  * string,必填,请求序列号
<table data-header-hidden><thead><tr><th width="165"></th><th width="115"></th><th width="82"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>data</strong></td><td><strong>数据类型</strong></td><td><strong>必须</strong></td><td><strong>描述</strong></td><td><strong>示例值</strong></td></tr><tr><td>tcp_offset_id</td><td>String</td><td>是</td><td>需要绑定的tcp偏移的唯一标识Id</td><td>"2de2381ed7141587911361387775"</td></tr><tr><td>tcp_load_id</td><td>String</td><td>是</td><td>需要绑定的tcp负载的唯一标识Id</td><td>"2de2381ed7141587911361123335"</td></tr></tbody></table>
\
### Response:

code=0->成功;

code!=0->失败。




\





#### 请求参数