绑定资源位 websocket测试 GET localhost:8000/zuanzhan/zuanzhan/adzone/bindAdzone 说明 / 示例 **请求示例** url: localhost:8000/zuanzhan/zuanzhan/adzone/bindAdzone **resquest** matrixPrice里不是全量的数据,是用户选择添加的资源位 ```javascript { "adgroupId": 835840245, "campaignId": 844741746, "matrixPrice": [{ "adzoneId": 34492608, "price": 130 }] } ``` **response** ```javascript { "code": 0, "msg": "", "debugMsg": null, "data": [] } ```
**请求示例** url: localhost:8000/zuanzhan/zuanzhan/adzone/bindAdzone **resquest** matrixPrice里不是全量的数据,是用户选择添加的资源位 ```javascript { "adgroupId": 835840245, "campaignId": 844741746, "matrixPrice": [{ "adzoneId": 34492608, "price": 130 }] } ``` **response** ```javascript { "code": 0, "msg": "", "debugMsg": null, "data": [] } ```