lyhzzz hai 1 ano
pai
achega
5e09042e15

+ 1 - 1
src/main/java/com/fdkankan/manage_jp/controller/ProjectSceneController.java

@@ -53,7 +53,7 @@ public class ProjectSceneController extends BaseController{
         param.setCompanyId(getUser().getCompanyId());
         String jsonString = JSONObject.toJSONString(param);
         String ciphertext = RsaUtils.encipher(jsonString, RsaUtils.publicKey);
-        return Result.success("/service/manage_jp/projectScene/getSceneMap/"+ URLEncoder.encode(ciphertext,"utf-8")+"/1");
+        return Result.success(Result.SUCCESS_MSG,"/service/manage_jp/projectScene/getSceneMap/"+ URLEncoder.encode(ciphertext,"utf-8")+"/1");
     }
 
     @GetMapping("/getSceneMap/{ciphertext}/{type}")