From 39ecf26d4d5d43695fc5131b0885e31b0c28fca3 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 8 Aug 2024 21:19:16 +0800 Subject: [PATCH] update --- src/wechat_service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wechat_service.cc b/src/wechat_service.cc index aa067ab..1c93bb2 100644 --- a/src/wechat_service.cc +++ b/src/wechat_service.cc @@ -1589,7 +1589,7 @@ int64_t wechat::WeChatService::DoRefuseReceipt( new_pay_info(reinterpret_cast(&pay_info)); memcpy(&pay_info[0x30], &transcation_id, sizeof(transcation_id)); memcpy(&pay_info[0x58], &transfer_id, sizeof(transfer_id)); - // memcpy(&pay_info[0xA0], &recv_id, sizeof(recv_id)); + memcpy(&pay_info[0xA0], &recv_id, sizeof(recv_id)); success = do_refuse(reinterpret_cast(&pay_info), reinterpret_cast(&recv_id)); free_pay_info(reinterpret_cast(&pay_info));