|
@@ -33,6 +33,6 @@ class GoodsReviewsController extends BaseApiController
|
|
|
if (false === $result) {
|
|
if (false === $result) {
|
|
|
return $this->fail(GoodsReviewsLogic::getError());
|
|
return $this->fail(GoodsReviewsLogic::getError());
|
|
|
}
|
|
}
|
|
|
- return $this->data($result);
|
|
|
|
|
|
|
+ return $this->success('评论成功', [], 1, 1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|