tik集成

This commit is contained in:
wing
2025-10-26 19:19:47 +08:00
parent 9a3d3bfc5c
commit 0684aedf26

View File

@@ -53,7 +53,7 @@ public class TikHupController {
description = "通过TikHup API获取指定用户的TikTok作品数据包括视频列表、用户信息等"
)
public Object postTikHup(@RequestParam String type,@RequestParam String methodType,@RequestParam String urlParams,@RequestParam String paramType) {
return tikHupService.postTikHup(type, methodType,urlParams);
return tikHupService.postTikHup(type, methodType,urlParams,paramType);
}