获取广告名字列表 websocket测试 GET {{url_logic}}/advertise/name/list 响应数据 ```json { "errorCode": 0, "msgType": 1, "result": [ { "id": 18, // 活动广告id "name": "活动3" // 名字 } ] } ```
```json { "errorCode": 0, "msgType": 1, "result": [ { "id": 18, // 活动广告id "name": "活动3" // 名字 } ] } ```