From 1071abab1198ec90eff1eaf91bfab6f13a3a4e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sun, 10 Jul 2022 17:39:24 +0800 Subject: [PATCH] - update kashangwl --- service/kashangwl/const.go | 4 ++++ service/kuaishou/const.go | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/service/kashangwl/const.go b/service/kashangwl/const.go index 008fff6b..1a47a930 100644 --- a/service/kashangwl/const.go +++ b/service/kashangwl/const.go @@ -1,5 +1,9 @@ package kashangwl +const ( + CodeSuccess = "ok" +) + const ( apiUrl = "http://www.kashangwl.com" ) diff --git a/service/kuaishou/const.go b/service/kuaishou/const.go index ca23d08a..bfe84605 100644 --- a/service/kuaishou/const.go +++ b/service/kuaishou/const.go @@ -1,8 +1,5 @@ package kuaishou -const ( - CodeSuccess = "ok" -) const ( logTable = "kuaishou" )