js支付
This commit is contained in:
@@ -56,7 +56,7 @@ class Wechat extends Controller
|
||||
$data = json_decode($response, true);
|
||||
|
||||
if (empty($data) || isset($data['errcode'])) {
|
||||
Log::error('[微信授权] 解析失败或返回错误', $data);
|
||||
Log::error('[微信授权] 解析失败或返回错误'.$data);
|
||||
return false;
|
||||
return V(1, '[微信授权] 解析失败或返回错误');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user