|
@@ -35,7 +35,7 @@ class WechatService extends EasywechatPlus
|
|
|
|
|
|
$result = $result->getBody()->getContents();
|
|
$result = $result->getBody()->getContents();
|
|
// Log::write('getWxCodeUnlimited:'.$result);
|
|
// Log::write('getWxCodeUnlimited:'.$result);
|
|
- return json_decode($result);
|
|
|
|
|
|
+ return json_decode($result,true);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|