|
@@ -64,7 +64,7 @@ class PayController extends Controller
|
|
'notify_url' => url('/api/home/notify'),
|
|
'notify_url' => url('/api/home/notify'),
|
|
'openid' => $userAuth->openid
|
|
'openid' => $userAuth->openid
|
|
]);
|
|
]);
|
|
-
|
|
|
|
|
|
+ dd($result);
|
|
|
|
|
|
|
|
|
|
if ($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS') {
|
|
if ($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS') {
|