|
@@ -856,7 +856,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
signPlayload.put("timestamp", Calendar.getInstance().getTimeInMillis());
|
|
|
String sign = RsaUtils.encipher(JSON.toJSONString(signPlayload), RsaUtils.publicKey);
|
|
|
JSONObject cameraInStoreParams = new JSONObject();
|
|
|
- cameraInStoreParams.put("cameraType", cameraType);
|
|
|
+ cameraInStoreParams.put("cameraType", camType);
|
|
|
cameraInStoreParams.put("snCode", mac);
|
|
|
ResultData resultData = httpClient.postJson("http://127.0.0.1:8081/ucenter/_inner/cameraInStore", sign, cameraInStoreParams);
|
|
|
Object data = resultData.getData();
|