|
@@ -48,7 +48,7 @@ class GiftCardQrCodeService
|
|
|
'Content-Type' => 'application/json'
|
|
'Content-Type' => 'application/json'
|
|
|
]
|
|
]
|
|
|
]);
|
|
]);
|
|
|
-
|
|
|
|
|
|
|
+ return $response;
|
|
|
// 检查响应
|
|
// 检查响应
|
|
|
if ($response->getStatusCode() === 200) {
|
|
if ($response->getStatusCode() === 200) {
|
|
|
$body = $response->getBody();
|
|
$body = $response->getBody();
|