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