调整日志

This commit is contained in:
pengtao 2019-09-29 17:12:39 +08:00
parent 23f8d14f66
commit 78d1afaf63

View File

@ -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!"
}