mirror of
https://github.com/laomms/wxhelper.git
synced 2024-12-22 17:19:30 +08:00
update
This commit is contained in:
parent
378b4c94ed
commit
39ecf26d4d
@ -1589,7 +1589,7 @@ int64_t wechat::WeChatService::DoRefuseReceipt(
|
||||
new_pay_info(reinterpret_cast<uint64_t>(&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<uint64_t>(&pay_info), reinterpret_cast<uint64_t>(&recv_id));
|
||||
|
||||
free_pay_info(reinterpret_cast<uint64_t>(&pay_info));
|
||||
|
Loading…
Reference in New Issue
Block a user