Prechádzať zdrojové kódy

1、调整注册链接

yys 2 týždňov pred
rodič
commit
7e322f8940

+ 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, "生成微信小程序链接失败");