diff --git a/README.MD b/README.MD index ee77aec..277a991 100644 --- a/README.MD +++ b/README.MD @@ -528,5 +528,36 @@ http://mp.kingsome.cn/api/open/promotion/get-uid?game_id=8002&platform_id=6001 -location刷新接口 -http://154.8.214.202:6015/interface/reflush_adinfo?locationid=1007 +#### 12、刷新AD缓存接口 + +##### 接口地址 + +http://154.8.214.202:6015/interface/reflush_adinfo + +##### 返回格式:json + +##### 请求方式:get + +##### 请求示范 + +http://154.8.214.202:6015/interface/reflush_adinfo + +##### 请求参数说明 + +| 名称 | 类型 | 必填 | 说明 | +| --------- | ---- | ---- | ---------------------------------- | +| id | int | 否 | 广告ID,其优先级高于其他参数 | + +##### 返回参数说明 + +| 名称 | 类型 | 必填 | 说明 | +| ---- | ---- | ---- | -------- | +| code | int | 是 | 返回状态 | + +##### 返回示例 +{ + "code": 200, + "message": "reflush AD cache success!" +} + +