111
liyaozhi
2025-11-09 c13b8914228e6a404bd60ee36bf2479383da8f23
admin/app/api/controller/plus/business/Saving.php
@@ -36,7 +36,7 @@
        if((new SavingModel())->add($param)){
            return $this->renderSuccess('');
        }
        return $this->renderError();
        return $this->renderError('');
    }
    
    /**