{ "method": " heartBeat", // Interface name "params" : { "Timestamp" : 123 //If the time needs to be synchronized, please fill it in, if you don’t need it, don’t fill it in, UTC time seconds UINT32 }, "result": 0, // return value, UINT32, 0 means success "req_id":123 //Transparent ID, UINT32 } ```