Hello lijiantaowy@163.com,
For the SPI master transfer, in order to send more than one byte at once, you need to provide as input an array of uint8_t data type, as bigger as your frame should be.
For example if you want to send 16 bits, you need to declare the send variable as 1-d uint_t vector array of size 2.

Hope this helps,
Marius