@yolo-croket-dev/amqp-access 0.5.150 → 0.5.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ let AmqpItemReviewService = class AmqpItemReviewService {
|
|
|
23
23
|
this.amqpManager = new functions_1.AmqpManagement(this.client);
|
|
24
24
|
}
|
|
25
25
|
async getItemReviewAvgScoresByNaver(payload, param) {
|
|
26
|
-
return this.amqpManager.call('상품 리뷰 평점 평균 조회 - 네이버 쇼핑용', 'item-review.get
|
|
26
|
+
return this.amqpManager.call('상품 리뷰 평점 평균 조회 - 네이버 쇼핑용', 'item-review.get.avg-scores-by-naver', payload, param, { isErrorThrowing: true });
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
exports.AmqpItemReviewService = AmqpItemReviewService;
|