From 78d1afaf63b80430ffa36dd567d949950679b809 Mon Sep 17 00:00:00 2001 From: pengtao Date: Sun, 29 Sep 2019 17:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) 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!" +} + +