@ -26,6 +26,7 @@ class UpdateShopCartController extends BaseController
public function delete()
{
$res = $this->updateShopCarService->delete($this->request->all());
return $this->success($res);
}
@ -31,7 +31,7 @@ class UpdateShopCartService implements UpdateShopCartServiceInterface
// TODO: Implement check() method.
public function delete($params)
return true;
@ -8,5 +8,5 @@ interface UpdateShopCartServiceInterface
public function check();
public function delete();
public function delete($params);