瀏覽代碼

修改同步接口地址

xiewenjie 3 年之前
父節點
當前提交
54e42c804c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sxz-core/src/main/java/com/fdkk/sxz/webApi/controller/SceneStyleController.java

+ 1 - 1
sxz-core/src/main/java/com/fdkk/sxz/webApi/controller/SceneStyleController.java

@@ -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();