@skyway
2017-05-06T10:26:16.000000Z
字数 3404
阅读 911
campus
/wx/online/boy
GET
/wx/online/girl
GET
/wx/online/rank
GET
{
"code": 0,
"data": [
{
"album_num": null,
"avatar_path": "http://avatar-thumb.qiniudn.com/404",
"declare": "我不想被束缚住,不想平庸至死,特别不想没有谈过恋爱就步入婚姻殿堂。我厌恶这么无知又无力的自己。",
"last_seen": 1438183389,
"likes": 2,
"nickname": "小k",
"school": "华中科技大学",
"sex": "男",
"status": "本科生",
"user_id": 831745327
}
}
/wx/online
POST
{
"code": 0,
"data": "offline/online"
}
/wx/match
GET
{
"code": 0,
"data": {
"album": 0,
"avatar": "http://avatar-thumb.qiniudn.com/2017-03-11 20:24:36.54624016543?imageView2/1/w/500/h/500",
"last_seen": 1490628720,
"likes": 0,
"location": "上海-上海市",
"nickname": "梦梦",
"school": "华中农业大学",
"sex": "女",
"status": "已工作",
"user_id": 1654328716,
"workplace": "上海"
}
}
/wx/match/filter
GET
{
"code": 0,
"data": {
"hometown": "不限-不限",
"location": "上海-上海市",
"school": "不限",
"sex": "女",
"status": "已工作"
}
}
/wx/match/filter
POST
// POST param
{
"code": 0,
"data": {
"hometown":
{
"province": "不限",
"city": "不限"
},
"location":
{
"province": "上海",
"city": "上海市"
},
"school": "不限",
"sex": "女",
"status": "已工作"
}
}
// return
{
"code": 0,
"data": {
"hometown": "不限-不限",
"location": "上海-上海市",
"school": "不限",
"sex": "女",
"status": "已工作"
}
}
/wx/following?page=1&page_size=10
/wx/followers?page=1&page_size=10
{
"code": 0,
"data": [
{
"avatar_path": "http://avatar-thumb.qiniudn.com/2015-11-05 22:19:33.3990479749?imageView2/1/w/150/h/150",
"declare": "不多说,具体情况详谈!love_tesia1270531884",
"last_seen": 1490243567,
"likes": 64,
"nickname": "糖小豆",
"school": "其他",
"sex": "女",
"status": "已工作",
"user_id": 974968351
},
{
"avatar_path": "http://avatar-thumb.qiniudn.com/2016-11-26 10:10:57.29117314905?imageView2/1/w/150/h/150",
"declare": "不约",
"last_seen": 1480126269,
"likes": 38,
"nickname": "xxx",
"school": "其他",
"sex": "女",
"status": "已工作",
"user_id": 1490505764
}
}
/wx/session
GET
{
"code": 0,
"data": [
{
"avatar_path": "http://avatar-thumb.qiniudn.com/2015-11-24 09:15:22.1426463?imageView2/1/w/150/h/150",
"latest_msg": "[em_11]",
"nickname": "李航",
"offical": 0,
"read_status": true,
"timestamp": 1493136169,
"user_id": 390768
},
{
"avatar_path": "http://avatar-thumb.qiniudn.com/2015-02-09 01:05:24.6388451?imageView2/1/w/150/h/150",
"latest_msg": "系统消息:你已拉黑令狐二狗!恶意使用且被拉黑超过限定次数的账号将被禁用。",
"nickname": "高小恋",
"offical": 1,
"read_status": true,
"timestamp": 1491748351,
"user_id": 142863
}
}
/wx/profile?user_id=294251
GET
{
"code": 0,
"data": {
"avatar_path": "http://avatar-thumb.qiniudn.com/2017-04-12 01:31:42.2852032?imageView2/1/w/150/h/150",
"back_path": "http://background-thumb.qiniudn.com/2017-04-12 02:20:42.0732562?imageView2/1/w/640/h/400",
"declare": "上海",
"followers": 40,
"following": 34,
"grade": "研三",
"hometown": "贵州-黔西南自治州",
"is_like": 0,
"is_me": 1,
"last_seen": 1494057524,
"likes": 61,
"location": "上海-上海市",
"nickname": "SkyWatcher",
"pics": [
"http://7vijxs.com1.z0.glb.clouddn.com/2017-04-12%2002:21:52.8726402?imageView2/0/w/1500/h/800",
"http://7vijxs.com1.z0.glb.clouddn.com/2017-04-12%2002:21:23.6633932?imageView2/0/w/1500/h/800"
],
"pubinfo": "认识熟悉了才会话多!喜欢出游…\r\nWhere must we go…we who wander this Wasteland in search of our better selves!——《Mad Max: Fury Road》",
"regtime": 1410192000,
"school": "华中科技大学",
"sex": "男",
"status": "已工作",
"workplace": "上海"
}
}
/wx/like
POST
// 点赞
// post param
{
"user_id": 1525227546
}
// return
{
"code": 0,
"data": 12,
"msg": "success"
}
{
"code": 1,
"data": [],
"msg": "You have liked him/her in this week!"
}
{
"code": -1,
"data": [],
"msg": "not exist or can't like yourself"
}