|
@@ -172,7 +172,7 @@ public class LaserService {
|
|
|
params.put("password", sceneKey);
|
|
|
params.put("title", sceneName);
|
|
|
params.put("userId", userId);
|
|
|
- params.put("copy", true);
|
|
|
+ params.put("isCopy", true);
|
|
|
params.put("path",path);
|
|
|
Result result = laserClient.saveOrEdit(newNum, params);
|
|
|
if( result.getCode() != HttpStatus.OK.value()){
|