|
@@ -545,7 +545,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
JSONObject jsonObject = fdKKClient.copyScene(param, "m_a_n_a_g_e");
|
|
|
Integer code = jsonObject.getInteger("code");
|
|
|
if(code != 0){
|
|
|
- throw new BusinessException(jsonObject.getInteger("code"),jsonObject.getString("message"));
|
|
|
+ throw new BusinessException(ResultCode.CAMERA_SPACE_ERROR);
|
|
|
}
|
|
|
}
|
|
|
|