最后更新于:2021-12-01 11:11:00
Sets the response data.
(mixed) (Required) Response data.
文件: gc-includes/class-gc-http-response.php
public function set_data( $data ) { $this->data = $data; }