|
@@ -287,7 +287,7 @@ public class SceneStyleController extends BaseController {
|
|
|
params.put("vrSceneNum", scene.getVrsceneNum());
|
|
|
params.put("vrThumb", styleEntity.getThumb());
|
|
|
}
|
|
|
- JSONObject jsonObject = OkHttpUtils.httpPostJson(mainUrl + "api/scene/synsencecode", params.toJSONString(), header);
|
|
|
+ JSONObject jsonObject = OkHttpUtils.httpPostJson(mainUrl + "api/decorate/scene/synsencecode", params.toJSONString(), header);
|
|
|
if (jsonObject.containsKey("code")) {
|
|
|
if (jsonObject.getIntValue("code") == 0) {
|
|
|
LambdaUpdateWrapper<SceneStyleEntity> updateWrapper = Wrappers.lambdaUpdate();
|