mirror of
https://github.com/laomms/wxhelper.git
synced 2024-12-23 04:19:21 +08:00
3.9.11.19
This commit is contained in:
parent
fc4487f579
commit
e322b991d1
@ -1584,7 +1584,6 @@ int64_t wechat::WeChatService::DoRefuseReceipt(
|
|||||||
memcpy(&pay_info[0x58], &transfer_id, sizeof(transfer_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<uint64_t>(&pay_info), reinterpret_cast<uint64_t>(&recv_id));
|
success = do_refuse(reinterpret_cast<uint64_t>(&pay_info), reinterpret_cast<uint64_t>(&recv_id));
|
||||||
|
|
||||||
free_pay_info(reinterpret_cast<uint64_t>(&pay_info));
|
free_pay_info(reinterpret_cast<uint64_t>(&pay_info));
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user