Changes between Version 7 and Version 8 of Ticket #149


Ignore:
Timestamp:
07/26/2016 12:09:00 PM (10 years ago)
Author:
huangshaobiao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #149 – Description

    v7 v8  
    129129} 
    130130}}} 
     131 
     132 
     133'''5、系统时间接口''' 
     134'''请求URL:''' 
     135http://live.pcvideo.com.cn/intf/sys_date.jsp 
     136'''HTTP请求方式:'''get 
     137'''是否需要登录:'''否 
     138'''返回格式:'''JSON 
     139'''缓存时间:'''无 
     140'''请求参数:''' 
     141 
     142'''返回参数:''' 
     143{{{ 
     144"07/25/2016 12:11:05" //时间字符串,格式:MM/dd/yyyy HH:mm:ss 
     145}}}