zyp hace 4 días
padre
commit
0ae51940c8

+ 1 - 1
fs-service/src/main/java/com/fs/course/service/impl/FsUserCourseVideoServiceImpl.java

@@ -343,7 +343,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
 
         // 从Redis中获取观看时长
         String redisKey = "h5user:watch:duration:" + param.getQwUserId()+ ":" + param.getQwExternalId() + ":" + param.getVideoId();
-        log.info("看课redis-key:{}", redisKey);
+//        log.info("看课redis-key:{}", redisKey);
         try {
             String durationStr = redisCache.getCacheObject(redisKey);
             Long duration = durationStr != null ? Long.parseLong(durationStr) : 0L;

+ 2 - 2
fs-service/src/main/resources/application-config-myhk.yml

@@ -47,8 +47,8 @@ watch:
   password3: v9xsKuqn_$d2y
 
 fs :
-#  commonApi: http://172.16.0.16:8010
-  commonApi: http://127.0.0.1:8010
+  commonApi: http://172.16.0.16:8010
+#  commonApi: http://127.0.0.1:8010
   h5CommonApi: http://119.29.195.254:8010
 nuonuo:
   key: 10924508

+ 1 - 1
fs-user-app/src/main/java/com/fs/app/controller/WxUserController.java

@@ -193,7 +193,7 @@ public class WxUserController extends AppBaseController{
     public R courseLogin(@RequestBody LoginParam param) {
         return handleCourseLogin(param,
                 () -> WxMaConfiguration.getMaService("wxc84c6f789ba7f176"),
-                "彩虹汇医");
+                "木易华康在线");
     }
 
     /**