Commit 458b638f by ping.wu

LogIgnoreFeign打印日志注解

parent f861b243
...@@ -102,5 +102,6 @@ public interface PromotionDiscountClient { ...@@ -102,5 +102,6 @@ public interface PromotionDiscountClient {
* 扣减活动库存 * 扣减活动库存
*/ */
@PostMapping("/activity/stock/subtractStock") @PostMapping("/activity/stock/subtractStock")
@LogIgnoreFeign(logMessage="queryHistory",messageFieldName= ResponseCodeKeyConstant.MSG,statusCodeFieldName=ResponseCodeKeyConstant.STATUS_CODE)
PromotionResponseDTO subtractStock(@RequestBody ActivityUpdateStockRequest activityReq); PromotionResponseDTO subtractStock(@RequestBody ActivityUpdateStockRequest activityReq);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment