Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -834,7 +834,7 @@ export class HttpUrlUtils { | @@ -834,7 +834,7 @@ export class HttpUrlUtils { | ||
| 834 | 834 | ||
| 835 | //获取点赞数 | 835 | //获取点赞数 |
| 836 | static getLikeCount() { | 836 | static getLikeCount() { |
| 837 | - let url = HttpUrlUtils._hostUrl + "/api/rmrb-contact/contact/zh/c/v2/content/interactData"; | 837 | + let url = HttpUrlUtils.getHost() + "/api/rmrb-contact/contact/zh/c/v2/content/interactData"; |
| 838 | return url; | 838 | return url; |
| 839 | } | 839 | } |
| 840 | 840 |
-
Please register or login to post a comment