|
@@ -294,7 +294,7 @@ public class SimpleCORSFilter implements Filter {
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isEmpty(appkey)){
|
|
if(StringUtils.isEmpty(appkey)){
|
|
- appkey = JSONObject.parseObject(request.substring(0, request.length()-1)).getString("appkey");
|
|
|
|
|
|
+ appkey = JSONObject.parseObject(request.substring(0, request.length()-1)).getString("appKey");
|
|
|
|
|
|
}
|
|
}
|
|
return appkey;
|
|
return appkey;
|