Test Setup Failed
Push — master ( 3df310...12c6b8 )
by Xu
04:19
created
src/notifications/channels/AliyunCloudPushChannel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,11 +59,11 @@
 block discarded – undo
59 59
             'TargetValue' => $appRecipient->targetValue,
60 60
             'DeviceType' => 'ALL',
61 61
             'Title' => $message->title,
62
-            'PushType' => 'NOTICE',//表示通知
62
+            'PushType' => 'NOTICE', //表示通知
63 63
             'Body' => $message->body,
64 64
             'StoreOffline' => 'true',
65 65
             'ExpireTime' => '',
66
-            'ExtParameters' => $message->extParameters,//JSON
66
+            'ExtParameters' => $message->extParameters, //JSON
67 67
         ]);
68 68
     }
69 69
 }
70 70
\ No newline at end of file
Please login to merge, or discard this patch.