Skip to content

Instantly share code, notes, and snippets.

@czy88840616
Last active December 27, 2015 15:19
Show Gist options
  • Save czy88840616/7347386 to your computer and use it in GitHub Desktop.
Save czy88840616/7347386 to your computer and use it in GitHub Desktop.
个人中心异步接口格式
{
"success":true,
"errMsg":"",
"data":[
{
"itemId":"",
"title":"", //宝贝截断标题,一行内
"pic":"",
"link":"", //detail链接
"status":0, // 0未开始 1已经开始 2已结束
"timeFormtText":"开拍时间:12月12日 15:00" //格式化后的时间
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment