diff --git a/const.go b/const.go index 2cd46e3..12ec388 100644 --- a/const.go +++ b/const.go @@ -3,5 +3,5 @@ package jd const ( apiUrl = "https://api.jd.com/routerjson" logTable = "jd" - Version = "1.0.7" + Version = "1.0.9" )