Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhangbo1_wd
2024-04-26 13:52:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd3f8cc77ae596b403594f760ddb244c31a4b7de
fd3f8cc7
1 parent
e88b2322
host修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpUrlUtils.ets
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpUrlUtils.ets
View file @
fd3f8cc
...
...
@@ -834,7 +834,7 @@ export class HttpUrlUtils {
//获取点赞数
static getLikeCount() {
let url = HttpUrlUtils.
_hostUrl
+ "/api/rmrb-contact/contact/zh/c/v2/content/interactData";
let url = HttpUrlUtils.
getHost()
+ "/api/rmrb-contact/contact/zh/c/v2/content/interactData";
return url;
}
...
...
Please
register
or
login
to post a comment