Changes between Version 22 and Version 23 of baby3.0_developers/interface


Ignore:
Timestamp:
02/24/2016 09:39:43 AM (10 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3.0_developers/interface

    v22 v23  
    292292 || common_session_id ||string ||是 ||用户id|| 
    293293 || date ||string ||是 ||时间戳(25476513)|| 
    294  || msg ||string ||是 ||备注内容|| 
    295  
    296 {{{ 
    297   返回参数: 
    298 { 
    299     “status”:0,  //处理状态,0正常,-1异常 
    300         “message”:"上传备注成功" //相关状态信息 
     294 || remark ||string ||是 ||备注内容|| 
     295 
     296{{{ 
     297  返回参数: 
     298{ 
     299    “status”:0,         //处理状态,0正常,-1异常 
     300    “message”:"上传备注成功" //相关状态信息 
    301301 
    302302}