例如目标合约函数:
sturct data{ uint256 id; address token; } function record(data memory _data)external payable{ ...... }
源合约: