|
@@ -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",
|
|
|
}
|