@@ -179,16 +179,16 @@ public function routeNotificationForSmsapiGroup()
179179- ` content(string $content) `
180180- ` template(string $template) `
181181- ` from(string $from) `
182- - ` fast(bool $fast) `
183- - ` flash(bool $flash) `
182+ - ` fast(bool $fast = true ) `
183+ - ` flash(bool $flash = true ) `
184184- ` encoding(string $encoding) `
185- - ` normalize(bool $normalize) `
186- - ` nounicode(bool $nounicode) `
187- - ` single(bool $single) `
185+ - ` normalize(bool $normalize = true ) `
186+ - ` nounicode(bool $nounicode = true ) `
187+ - ` single(bool $single = true ) `
188188- ` date(int|string $date) `
189189- ` notifyUrl(string $notifyUrl) `
190190- ` partner(string $partner) `
191- - ` test(bool $test) `
191+ - ` test(bool $test = true ) `
192192
193193#### SmsapiMmsMessage
194194
@@ -199,7 +199,7 @@ public function routeNotificationForSmsapiGroup()
199199- ` date(int|string $date) `
200200- ` notifyUrl(string $notifyUrl) `
201201- ` partner(string $partner) `
202- - ` test(bool $test) `
202+ - ` test(bool $test = true ) `
203203
204204#### SmsapiVmsMessage
205205
@@ -211,11 +211,11 @@ public function routeNotificationForSmsapiGroup()
211211- ` from(string $from) `
212212- ` tries(int $tries) `
213213- ` interval(int $interval) `
214- - ` skipGsm(bool $skipGsm) `
214+ - ` skipGsm(bool $skipGsm = true ) `
215215- ` date(int|string $date) `
216216- ` notifyUrl(string $notifyUrl) `
217217- ` partner(string $partner) `
218- - ` test(bool $test) `
218+ - ` test(bool $test = true ) `
219219
220220## Changelog
221221
0 commit comments