Passed
Push — master ( fcaab3...ad4c5d )
by Songda
04:41 queued 02:27
created
src/Plugin/Wechat/V3/Marketing/Coupon/QueryDetailPlugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
 
45 45
         $rocket->setPayload([
46 46
             '_method' => 'GET',
47
-            '_url' => 'v3/marketing/favor/users/'.$openId.'/coupons/'.$couponId.'?appid='.$appId,
48
-            '_service_url' => 'v3/marketing/favor/users/'.$openId.'/coupons/'.$couponId.'?appid='.$appId,
47
+            '_url' => 'v3/marketing/favor/users/' . $openId . '/coupons/' . $couponId . '?appid=' . $appId,
48
+            '_service_url' => 'v3/marketing/favor/users/' . $openId . '/coupons/' . $couponId . '?appid=' . $appId,
49 49
         ]);
50 50
 
51 51
         Logger::info('[Wechat][V3][Marketing][Coupon][QueryDetailPlugin] 插件装载完毕', ['rocket' => $rocket]);
Please login to merge, or discard this patch.