Changes between Version 29 and Version 30 of buygo_jiekou


Ignore:
Timestamp:
07/09/2013 05:34:57 PM (13 years ago)
Author:
wenshaohong
Comment:

添加返回列表total字段

Legend:

Unmodified
Added
Removed
Modified
  • buygo_jiekou

    v29 v30  
    4343  返回数据: [[BR]] 
    4444{{{ 
     45{ 
     46"msg":"空时为成功", 
     47"total":100, 
     48"dlist": 
    4549[ 
    4650        { 
     
    5761        } 
    5862] 
     63} 
    5964}}} 
    6065 
     
    96101  返回数据: [[BR]] 
    97102{{{ 
     103{ 
     104"msg":"空时为成功", 
     105"total":100, 
     106"dlist": 
    98107[{ 
    99108        "id": "商品id", 
     
    107116        "shoprate": "店铺信誉" 
    108117}] 
     118} 
    109119}}} 
    110120 
     
    151161  返回数据: [[BR]]  
    152162{{{ 
     163{ 
     164"msg":"空时为成功", 
     165"total":100, 
     166"dlist": 
    153167[{ 
    154168        "id": "商品id", 
     
    162176        "shoprate": "店铺信誉" 
    163177}] 
     178} 
    164179}}} 
    165180[[br]][[br]] 
     
    177192  返回数据: [[BR]]  
    178193{{{ 
     194{ 
     195"msg":"空时为成功", 
     196"total":100, 
     197"dlist": 
    179198[ 
    180199        { 
     
    191210        } 
    192211] 
     212} 
    193213}}}                    
    194214