|
@@ -824,7 +824,7 @@ func (this *ArticleController) Pdfwatermark() {
|
|
|
str, _ := os.Getwd()
|
|
|
fileLink = str + "/" + pdfPath + fileName
|
|
|
dataMap["FileLink"] = fileLink
|
|
|
- postUrl := "http://127.0.0.1:5007/pdfwatermark/" //
|
|
|
+ postUrl := "http://172.19.173.227:5007/pdfwatermark/" //
|
|
|
fmt.Println("postUrl:", postUrl)
|
|
|
postData, err := json.Marshal(dataMap)
|
|
|
if err != nil {
|