mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: payment service update
This commit is contained in:
		| @@ -9,7 +9,6 @@ class WechatPayNative { | ||||
|     public function __construct($config) | ||||
|     { | ||||
|         $this->config = $config; | ||||
|         $this->customResult = '<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>'; | ||||
|     } | ||||
|  | ||||
|     public function form() | ||||
| @@ -57,7 +56,8 @@ class WechatPayNative { | ||||
|         } | ||||
|         return [ | ||||
|             'type' => 0, | ||||
|             'data' => $response['code_url'] | ||||
|             'data' => $response['code_url'], | ||||
|             'custom_result' => '<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>' | ||||
|         ]; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user