例如目标合约函数:
sturct data{ uint256 id; address token; } function record(data memory _data)external payable{ ...... }
源合约:
copy一个 struct 然后再调用call 方法