update 打印日志

This commit is contained in:
2024-03-19 16:22:40 +08:00
parent f079021ca4
commit 6a6ed9f311
92 changed files with 412 additions and 440 deletions

View File

@@ -324,7 +324,7 @@ public class OrderService {
* @param dto
*/
public void weChatRefund(ApplyRefundDTO dto) {
log.info("微信退款接口 param:{}", JSONObject.toJSONString(dto));
log.info("微信退款接口 param:{}", JSON.toJSONString(dto));
orderBasicInfoService.weChatRefund(dto);
}