![GOSUNCN ME3630 Series Command Reference Manual Download Page 142](http://html.mh-extra.com/html/gosuncn/me3630-series/me3630-series_command-reference-manual_2247368142.webp)
All Rights reserved, No Spreading without GOSUNCN Permission
141
AT Command Reference Guide of Module Product
ME3630
+ZHTTPPOST=<content_type>,<content_length>[,<i
nput_time>]
<SEVER RESPONSES>
<CR><LF>OK<CR><LF>
OR
<SEVER RESPONSES>
<CR><LF>ERROR<CR><LF>
OR
<CR><LF>ERROR<CR><LF>
+ZHTTPPOST=?
+ZHTTPPOST: (0-1),(1-1024),(0-60)
<CR><LF>OK<CR><LF>
Parameter
<content_type>: the value can be 0-1, the content type of POST request(The message body)
0--Content-Type: text/html
1--Content-Type: application/json
<content_length>: the value can between 0-1024, the content length of POST request(The message body)
<time_out> : the value can between 0-60, the unit is second. When the value is set to 0, it stands not enable timeout mode.
Example
at+zpas?
+ZPAS: "LTE","CS_PS","FDD"
OK
at+zpdpcall?
+ZPDPCALL: 1
OK
at+zhttpurl=http://58.215.47.25:8080/WSFUN/get_car_arrange_info
OK
at+zhttpurl?
+ZHTTPURL: http://58.215.47.25:8080/WSFUN/get_car_arrange_info
OK
at+zhttpget
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Tue, 05 Sep 2017 09:06:30 GMT
{"data":null,"key":100,"list":null,"list1":null,"map":null,"message":"exception","token":null}
OK
at+zhttppost=1,146
>