From 09e548df601695a6fd32e08ffaa047b78d1197d0 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 2 Dec 2018 21:14:47 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=9B=B4=E6=96=B0=E8=AF=84=E8=AE=BA=20?= =?UTF-8?q?URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/macro-comments.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/macro-comments.ftl b/mobile/macro-comments.ftl index af56f3c..f2e8cdb 100644 --- a/mobile/macro-comments.ftl +++ b/mobile/macro-comments.ftl @@ -119,7 +119,7 @@ } $.ajax({ type: "POST", - url: latkeConfig.servePath + "/add-" + type + "-comment.do", + url: latkeConfig.servePath + "/" + type + "/comments", cache: false, contentType: "application/json", data: JSON.stringify(requestJSONObject),