Browse Source

协议代码优化

yjwang 6 ngày trước cách đây
mục cha
commit
8e260050c4

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

@@ -320,7 +320,7 @@ public class CommonController {
 			//获取APPID信息
 			String newKey = "ProtocolConfig:"+appId;
 			//获取小程序配置数据
-			String config = fsCoursePlaySourceConfigService.selectConfigByAppId(appId , key);
+			String config = fsCoursePlaySourceConfigService.selectConfigByAppId(appId , newKey);
 			if(config != null){
 				return R.ok().put("data",config);
 			}