From 0ea8f6fa28917cd2293cbc5d19f390e601074ad6 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 25 Dec 2019 14:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/include/httpclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/include/httpclient.h b/api/include/httpclient.h index 06de495b..7afef024 100755 --- a/api/include/httpclient.h +++ b/api/include/httpclient.h @@ -103,7 +103,7 @@ API_EXPORT void API_CALL mk_http_requester_clear(mk_http_requester ctx); API_EXPORT void API_CALL mk_http_requester_release(mk_http_requester ctx); /** - * 设置HTTP方法,批量GET/POST + * 设置HTTP方法,譬如GET/POST */ API_EXPORT void API_CALL mk_http_requester_set_method(mk_http_requester ctx,const char *method);