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