mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Fix typos (#3431)
This commit is contained in:
parent
8ac71cf05e
commit
73167cd0d9
@ -43,7 +43,7 @@ php bin/hyperf.php gen:amqp-producer DemoProducer
|
||||
```
|
||||
|
||||
We can modify the Producer annotation to replace exchange and routingKey.
|
||||
Payloload is the data that is finally delivered to the message queue, so we can rewrite the _construct method easyly,just make sure payload is assigned.
|
||||
Payload is the data that is finally delivered to the message queue, so we can rewrite the _construct method easily,just make sure payload is assigned.
|
||||
|
||||
```php
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user