Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit 45c4976

Browse files
authored
Update README.md
1 parent 36d41b1 commit 45c4976

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ Getui::pushMessageToApp($data);
143143
* 透传消息模版中,当 `is_content_available = 0` 时,`title``text` 必填
144144

145145
* 示例:
146-
```php
147-
$data = [
148-
'template_type' => 1,
149-
'template_data' => [
150-
'title' => 'Laravel Getui',
151-
'text' => 'May you succeed.',
152-
'transmission_type' => 1,
153-
'transmission_content' => 'It is transmission content',
154-
'is_ring' => false,
155-
'is_clearable' => false,
156-
'begin_at' => '2017-08-01 09:00:00',
157-
'end_at' => '2017-08-02 17:00:00',
158-
],
159-
'cid' => 'your cid',
160-
];
161-
```
146+
```php
147+
$data = [
148+
'template_type' => 1,
149+
'template_data' => [
150+
'title' => 'Laravel Getui',
151+
'text' => 'May you succeed.',
152+
'transmission_type' => 1,
153+
'transmission_content' => 'It is transmission content',
154+
'is_ring' => false,
155+
'is_clearable' => false,
156+
'begin_at' => '2017-08-01 09:00:00',
157+
'end_at' => '2017-08-02 17:00:00',
158+
],
159+
'cid' => 'your cid',
160+
];
161+
```
162162
* 返回值 `$rep`
163163
* [推送结果返回值](http://docs.getui.com/server/php/push/#7)

0 commit comments

Comments
 (0)