mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 打印日志
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user