Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JiangTengfei
2015-05-15 16:35:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e996ba36a5d1ff787272be138dd219c3e3fc99bb
e996ba36
1 parent
707d3f02
Created 查询激活用户来源接口 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
查询激活用户来源接口.md
查询激活用户来源接口.md
0 → 100644
View file @
e996ba3
###接口地址:
/domob/search
###GET参数:
| 参数名 | 说明 | 是否必选 |
|------------|-----------|--------------|
| ifa | Identifier for Advertising|是
| mac |设备mac地址 |否(mac与oid二者必选一)|
|oid | OpenUDID | 否 |
###返回值:
成功返回:
```
{
"domob"
:
{
"id"
:
1043
,
"appId"
:
"123432323"
,
"mac"
:
"e8c3e4b0ef4376789f0a17d8edfeb5bf"
,
"ifa"
:
"123456"
,
"source"
:
"domob"
,
"oid"
:
"asdfas;lkjf"
,
"createAt"
:
"2015-05-14T12:18:58.017"
},
"status"
:
"success"
}
```
无结果:
```
{
"status"
:
"null"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment