|
@@ -303,6 +303,9 @@ public class SceneStyleController extends BaseController {
|
|
|
if (styleEntity.getIsDecoration() == 0) {
|
|
|
params.put("vrSceneNum", scene.getVrsceneNum());
|
|
|
params.put("vrThumb", styleEntity.getThumb());
|
|
|
+ } else {
|
|
|
+ params.put("vrSceneNum", "");
|
|
|
+ params.put("vrThumb", "");
|
|
|
}
|
|
|
JSONObject jsonObject = OkHttpUtils.httpPostJson(mainUrl + "api/decorate/scene/synsencecode", params.toJSONString(), header);
|
|
|
if (jsonObject.containsKey("code")) {
|