@@ -44,8 +44,8 @@ |
||
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]); |