|
@@ -94,6 +94,7 @@ public class AiKuaiShouAppInfoController {
|
|
@RequestParam("accountId") Long accountId,
|
|
@RequestParam("accountId") Long accountId,
|
|
@RequestParam("platform") Integer platform,
|
|
@RequestParam("platform") Integer platform,
|
|
@RequestParam("imageToken") String imageToken) {
|
|
@RequestParam("imageToken") String imageToken) {
|
|
|
|
+ response.setHeader("Access-Control-Allow-Origin", "*");
|
|
FileInputStream fis = null;
|
|
FileInputStream fis = null;
|
|
JSONObject returnJson = new JSONObject();
|
|
JSONObject returnJson = new JSONObject();
|
|
try {
|
|
try {
|