mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: payment service
This commit is contained in:
		| @@ -20,7 +20,7 @@ class PaymentController extends Controller | |||||||
|             if (!$this->handle($verify['trade_no'], $verify['callback_no'])) { |             if (!$this->handle($verify['trade_no'], $verify['callback_no'])) { | ||||||
|                 abort(500, 'handle error'); |                 abort(500, 'handle error'); | ||||||
|             } |             } | ||||||
|             die(isset($paymentService->customResult) ? $paymentService->customResult : 'success'); |             die(isset($verify['custom_result']) ? $verify['custom_result'] : 'success'); | ||||||
|         } catch (\Exception $e) { |         } catch (\Exception $e) { | ||||||
|             abort(500, 'fail'); |             abort(500, 'fail'); | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ use App\Models\Payment; | |||||||
| class PaymentService | class PaymentService | ||||||
| { | { | ||||||
|     public $method; |     public $method; | ||||||
|     public $customResult; |  | ||||||
|     protected $class; |     protected $class; | ||||||
|     protected $config; |     protected $config; | ||||||
|     protected $payment; |     protected $payment; | ||||||
| @@ -29,7 +28,6 @@ class PaymentService | |||||||
|             $this->config['notify_domain'] = $payment['notify_domain']; |             $this->config['notify_domain'] = $payment['notify_domain']; | ||||||
|         }; |         }; | ||||||
|         $this->payment = new $this->class($this->config); |         $this->payment = new $this->class($this->config); | ||||||
|         if (isset($this->payment->customResult)) $this->customResult = $this->payment->customResult; |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public function notify($params) |     public function notify($params) | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/assets/admin/umi.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user