|
|
@@ -519,7 +519,7 @@ public class CommonController {
|
|
|
jsonObject.put("companyUserId",u.getUserId());
|
|
|
System.out.println("打印对应生成链接信息-----------------》:"+jsonObject.toJSONString());
|
|
|
//生成看课链接
|
|
|
- fsCourseLinkService.getGotoWxAppLink("/pages_course/videovip?course="+jsonObject.toJSONString(),"wx4d99d03d9a61b6ab");
|
|
|
+ fsCourseLinkService.getGotoWxAppLink("/pages_course/videovip?course="+jsonObject.toJSONString(),config.getLoginMiniAppId());
|
|
|
try {
|
|
|
Thread.sleep(300);
|
|
|
} catch (InterruptedException e) {
|