display(); } public function hello() { $abc = SendSms::dispatch([1], '我是测试', '我也是测试'); print_r($abc); } }