From da06e500dcfa1182787d41d63302a90649aeae2c Mon Sep 17 00:00:00 2001 From: tanghc Date: Sun, 5 May 2019 17:09:54 +0800 Subject: [PATCH] 1.7.0 --- doc/docs/files/10100_对接前端.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/files/10100_对接前端.md b/doc/docs/files/10100_对接前端.md index a1c98cd6..1d348614 100644 --- a/doc/docs/files/10100_对接前端.md +++ b/doc/docs/files/10100_对接前端.md @@ -60,7 +60,7 @@ const RequestUtil = { * @param errorCallback 失败回调 */ post: function(method, version, data, callback, errorCallback) { - client.request({ + client.post(''/* 这里不用填 */, { method: method, version: version, biz_content: JSON.stringify(data)