Changes between Version 12 and Version 13 of app2.0/13_collect


Ignore:
Timestamp:
03/10/2015 05:06:51 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/13_collect

    v12 v13  
    157157result { 
    158158    status: 1 
    159         msg: '请求成功', 
     159    msg: '请求成功', 
     160    data: { 
    160161        hasCollect: 0,  // 0 表示未收藏   1 表示已收藏 
    161162        count: 12 
     163    } 
    162164} 
    163165}}} 
     
    186188result { 
    187189    status: 1 
    188         msg: '请求成功', 
    189         hasCollect: 0,  // 0 表示未收藏   1 表示已收藏 
     190    msg: '请求成功', 
     191    data: { 
     192        hasCollect: 0  // 0 表示未收藏   1 表示已收藏 
     193    } 
    190194} 
    191195}}}