mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 18:09:24 +08:00
6 lines
142 B
C
6 lines
142 B
C
|
#ifndef CONFIRM_RECEIPT_H
|
||
|
#define CONFIRM_RECEIPT_H
|
||
|
|
||
|
int DoConfirmReceipt(wchar_t* wxid,wchar_t *transcationid, wchar_t *transferid);
|
||
|
|
||
|
#endif
|