浏览代码

1、调整注册链接

yys 2 周之前
父节点
当前提交
7e322f8940
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs-company-app/src/main/java/com/fs/app/controller/FsUserCourseVideoController.java

+ 1 - 1
fs-company-app/src/main/java/com/fs/app/controller/FsUserCourseVideoController.java

@@ -315,7 +315,7 @@ public class FsUserCourseVideoController extends AppBaseController {
     @ApiOperation("获取跳转微信小程序的链接地址")
     public ResponseResult<String> getGotoWxAppLink(String linkStr,String appid) {
         try {
-            String result = courseLinkService.getGotoWxAppLink(linkStr,appid);
+            String result = courseLinkService.getGotoWxAppLinkNew(linkStr,appid,3);
             // 检查返回结果是否为空或空白
             if (result == null || result.trim().isEmpty()) {
                 return ResponseResult.fail(500, "生成微信小程序链接失败");