diff --git a/public/components/property/addShops/addShops.js b/public/components/property/addShops/addShops.js index becccc335..48d01aabb 100644 --- a/public/components/property/addShops/addShops.js +++ b/public/components/property/addShops/addShops.js @@ -111,9 +111,8 @@ return; } - vc.http.post( - 'addShops', - 'save', + vc.http.apiPost( + 'room.saveShops', JSON.stringify(vc.component.addShopsInfo), { emulateJSON: true