Showing
1 changed file
with
30 additions
and
0 deletions
查询激活用户来源接口.md
0 → 100644
1 | +###接口地址: | ||
2 | +/domob/search | ||
3 | +###GET参数: | ||
4 | +| 参数名 | 说明 | 是否必选 | | ||
5 | +|------------|-----------|--------------| | ||
6 | +| ifa | Identifier for Advertising|是 | ||
7 | +| mac |设备mac地址 |否(mac与oid二者必选一)| | ||
8 | +|oid | OpenUDID | 否 | | ||
9 | +###返回值: | ||
10 | +成功返回: | ||
11 | +``` | ||
12 | +{ | ||
13 | +"domob": { | ||
14 | +"id": 1043, | ||
15 | +"appId": "123432323", | ||
16 | +"mac": "e8c3e4b0ef4376789f0a17d8edfeb5bf", | ||
17 | +"ifa": "123456", | ||
18 | +"source": "domob", | ||
19 | +"oid": "asdfas;lkjf", | ||
20 | +"createAt": "2015-05-14T12:18:58.017" | ||
21 | +}, | ||
22 | +"status": "success" | ||
23 | +} | ||
24 | +``` | ||
25 | +无结果: | ||
26 | +``` | ||
27 | +{ | ||
28 | +"status": "null" | ||
29 | +} | ||
30 | +``` |
-
Please register or login to post a comment