|
@@ -648,6 +648,8 @@ class ApiController extends Controller
|
|
'openid' => $we_chat_user->open_id,
|
|
'openid' => $we_chat_user->open_id,
|
|
]);
|
|
]);
|
|
|
|
|
|
|
|
+ Log::info($result);
|
|
|
|
+
|
|
if ($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS'){
|
|
if ($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS'){
|
|
$prepayId = $result['prepay_id'];
|
|
$prepayId = $result['prepay_id'];
|
|
$config = [
|
|
$config = [
|