|
@@ -53,7 +53,7 @@ public class ProjectSceneController extends BaseController{
|
|
param.setCompanyId(getUser().getCompanyId());
|
|
param.setCompanyId(getUser().getCompanyId());
|
|
String jsonString = JSONObject.toJSONString(param);
|
|
String jsonString = JSONObject.toJSONString(param);
|
|
String ciphertext = RsaUtils.encipher(jsonString, RsaUtils.publicKey);
|
|
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}")
|
|
@GetMapping("/getSceneMap/{ciphertext}/{type}")
|