Changes between Version 12 and Version 13 of autobuy


Ignore:
Timestamp:
08/14/2014 10:47:49 AM (12 years ago)
Author:
fanfengyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • autobuy

    v12 v13  
    9494 *   }] 
    9595 * } 
     96 
     97 
     98二.推送 相关接口. 
     99 
     100 * 1)魔方推送状态回调接口 
     101 * '''未上线''' 
     102 * 测试url : http://dev3.pcauto.com.cn:9002/interface/app/do_autobuyPushStatus.jsp 
     103 * 参数描述: 
     104 * @param _method 调用方法 值为:PUT,必填 
     105 * @param push_id 推送ID,必填 
     106 * @param status I推送状态,必填 2:准备3:推送中4:完成-3:推送失败 
     107 * @param success_num 成功数,选填 
     108 * @return json 例: {"msg":"推送报告成功.","result":true}