Browse Source

url 测试

k.zhang 4 years ago
parent
commit
95fc3d1e7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/dyjx/url_jx.go

+ 1 - 1
apis/dyjx/url_jx.go

@@ -129,7 +129,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
 	if err != nil {
 		fmt.Println("err =", err.Error())
 	}
-	//fmt.Println("resp = ", resp.Text())
+	fmt.Println("resp = ", resp.Text())
 
 	return nil, out