Gateway::sendToUid($message, json_encode($data,JSON_UNESCAPED_UNICODE));這個toid可以收到消息,fromId收不到,必須加一句Gateway::sendToUid($message, json_encode($data,JSON_UNESCAPED_UNICODE));fromId才可以收到消息,但是看老師的視頻是不用加后面這一句的,這是怎么回...