xugenyuan

ref |> 补充游客评论接口提交

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
@@ -459,7 +459,7 @@ export class HttpUrlUtils { @@ -459,7 +459,7 @@ export class HttpUrlUtils {
459 459
460 /*游客发布评论*/ 460 /*游客发布评论*/
461 static getNoUserPublishCommentUrl() { 461 static getNoUserPublishCommentUrl() {
462 - let url = HttpUrlUtils.getHost() + "/api/rmrb-comment/comment/zh/c/commentLike" 462 + let url = HttpUrlUtils.getHost() + "/api/rmrb-comment/comment/zh/c/visitorPublish"
463 return url 463 return url
464 } 464 }
465 465