lanjianrong 4 年之前
父節點
當前提交
9384e6a904
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/cld.go

+ 1 - 1
lib/cld.go

@@ -35,7 +35,7 @@ type Result struct {
 func NewCld() *Cld {
 	return &Cld{
 		AuthUrl:     "http://cld.smartcost.com.cn/cm/auth",
-		CategoryUrl: "http://cld.com/cm/category",
+		CategoryUrl: "http://cld.smartcost.com.cn/cm/category",
 		// AuthUrl: "http://cld.com/cm/auth",
 		Token: "sc@ConS!tru@ct*88",
 	}