Passed
Push — master ( dd084b...0c8bcb )
by Songda
03:08 queued 49s
created
src/Plugin/Wechat/V3/Extend/ProfitSharing/GetBillPlugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
 
37 37
         $rocket->setPayload([
38 38
             '_method' => 'GET',
39
-            '_url' => 'v3/profitsharing/bills?'.$query,
40
-            '_service_url' => 'v3/profitsharing/bills?'.$query,
39
+            '_url' => 'v3/profitsharing/bills?' . $query,
40
+            '_service_url' => 'v3/profitsharing/bills?' . $query,
41 41
         ]);
42 42
 
43 43
         Logger::info('[Wechat][V3][Extend][ProfitSharing][GetBillPlugin] 插件装载完毕', ['rocket' => $rocket]);
Please login to merge, or discard this patch.