介面列表1. 蘋果序號/IMEI號查詢介面資訊URL:http://apis.juhe.cn/appleinfo/index如有轉載,請標明來自此出處http://blog.csdn.net/qxs965266509,必須注意!支援格式:json/xmlhttp請求方式:get
DEMO:http://apis.juhe.cn/appleinfo/index?sn=C37JRDNTDTWD&key=您申請的APPKEY
JSON資料格式如下:
{
"resultcode":"200",
"reason":"Successed",
"result":{
"phone_model":"iPhone 5(GSM) 黑色 16GB",
"serial_number":"C37JRDNTDTWD",
"imei_number":"",
"active":"",
"warranty_status":"未到期",
"warranty":"2014-01-30",
"tele_support":"2013-05-01",
"tele_support_status":"未到期",
"made_area":"中國",
"start_date":"2012-12-02",
"end_date":"2012-12-08",
"color":"黑色",
"size":"16GB"
}
}
如有轉載,請標明來自此出處http://blog.csdn.net/qxs965266509,必須注意!
XMl資料格式如下:
<root>
<resultcode>200</resultcode>
<reason>Successed</reason>
<result>
<phone_model>iPhone 5(GSM) 黑色 16GB</phone_model>
<serial_number>C37JRDNTDTWD</serial_number>
<imei_number/>
<active/>
<tele_support>2013-05-01</tele_support>
<tele_support_status>未到期</tele_support_status>
<warranty>2014-01-30</warranty>
<warranty_status>未到期</warranty_status>
<made_area>中國</made_area>
<start_date>2012-12-02</start_date>
<end_date>2012-12-08</end_date>
<color>黑色</color>
<size>16GB</size>
</result>
</root>