ref |> 补充游客评论接口提交
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment