-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zhao Guoquan edited this page Jun 24, 2014
·
2 revisions
#Welcome to the Purified wiki! 我们在这里规定数据格式
create by ZhaoGuoquan in 20140624
2014年6月24日 20:20
##登录模块 url = server url
data={ "email":"xxx@126.com",
"password":"dev@purified.com"
}
a_post(url, data)
##注册模块json格式 url = server url
data={ "email":"xxx@126.com",
"password":"dev@purified.com"
"sex":"M"(or F),
"birthYear":1994
}
a_post(url, data)
data={ "email:"email",
"password:"password",
"url":"www.baidu.com"
"isDivActivated":0,
"divID":"div_id",
"divContent":"content",
"needPushAfterSourceChange":0 or 1,
"keyword":["someCOntent","someContent","someContent"]
}