From 90d268dbd544ae876955d8441530f8f768490b7f Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 12 十二月 2019 14:00:52 +0800 Subject: [PATCH] FindAllFile add page and size,should return total --- client.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/client.go b/client.go index 897ac64..98807f2 100644 --- a/client.go +++ b/client.go @@ -15,6 +15,9 @@ var BASIC_URL = "http://127.0.0.1:8001" +var DEFAULT_IP = "127.0.0.1" +var DEFAULT_PORT = 8001 + const ( DATA_URL_PREFIX = "/data/api-v" CONTENT_TYPE_FORM = "application/x-www-form-urlencoded" -- Gitblit v1.8.0