From f34dce37b48d91ccc02fdc7dca28f4b28f8d03c7 Mon Sep 17 00:00:00 2001 From: dds_feng Date: Thu, 31 May 2018 12:38:19 +0800 Subject: [PATCH] =?UTF-8?q?util=20=E4=B8=AD=E5=AF=BC=E5=87=BA=20request=20?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/util/util.js b/util/util.js index 7326841..cc1454e 100644 --- a/util/util.js +++ b/util/util.js @@ -114,6 +114,7 @@ function createRequest(path, method, data) { }); } module.exports = { + request, createWebAPIRequest, createRequest };