获取广告(单个) websocket测试 GET {{url_logic}}/advertise/get 响应数据 ```json { "errorCode": 0, "msgType": 1, "result": { "id": 16, // 活动广告id "name":"活动1", // 活动名称 "down": false, // 广告是否下架,fales=上架,true=下架 "type":"common", // 广告类型,common=普通公告(无跳转),pres=开药方,cream_formulae=开成品膏方,goods=商品订购 "target":[ 药方id的json集合 101201, 102101 ], "img":"http://img.netbian.com/file/2020/1029/404dee519565a97f0dbb73026f3b8698.jpg", // 广告图片 "intro":"简介", // 简介 "provinceList":[ // 广告指向的省份(通过医生归属省份限制) "安徽省", "上海市" ], "time": 1610690178142, // 创建时间 "memo":"描述" // 备忘录、描述 } } ```
```json { "errorCode": 0, "msgType": 1, "result": { "id": 16, // 活动广告id "name":"活动1", // 活动名称 "down": false, // 广告是否下架,fales=上架,true=下架 "type":"common", // 广告类型,common=普通公告(无跳转),pres=开药方,cream_formulae=开成品膏方,goods=商品订购 "target":[ 药方id的json集合 101201, 102101 ], "img":"http://img.netbian.com/file/2020/1029/404dee519565a97f0dbb73026f3b8698.jpg", // 广告图片 "intro":"简介", // 简介 "provinceList":[ // 广告指向的省份(通过医生归属省份限制) "安徽省", "上海市" ], "time": 1610690178142, // 创建时间 "memo":"描述" // 备忘录、描述 } } ```