k.zhang 4 năm trước cách đây
mục cha
commit
0a550bd723
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apis/dyjx/url_jx.go

+ 1 - 0
apis/dyjx/url_jx.go

@@ -131,6 +131,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
 	}
 	fmt.Println("resp = ", resp.Text())
 	fmt.Println("resp = ", resp.SaveFile("./name"))
+	fmt.Println("resp = ", string(resp.Content()))
 
 	return nil, out