Impl Functions_FUNC_RECV_TRANSFER

This commit is contained in:
Changhua
2023-06-24 10:25:22 +08:00
parent 1dfb4a8416
commit 2851ab4f50
6 changed files with 54 additions and 28 deletions
+2 -1
View File
@@ -167,5 +167,6 @@ message DecPath
message Transfer
{
string wxid = 1; // 转账人
string tid = 2; // 转账id transferid
string tfid = 2; // 转账id transferid
string taid = 3; // Transaction id
}