sys_setNtpServer

# sys_setNtpServer >i**描述:设置 NTP 时间服务器的地址。** 函数:**public int sys_setNtpServer(String url)** <br> >|参数名/返回值| 类型 |说明 |举例| >|-|-|-|-| >|url|String | 时间服务器url|"time.nist.gov"| >|返回值 |int| 0:成功<br>-1:不支持<br>-2:参数有误<br>-3:文件不存在<br>-4:没有权限|| <br>