eee
This commit is contained in:
@@ -4,7 +4,6 @@ namespace wchat\wx\V3;
|
||||
|
||||
use Exception;
|
||||
use Kiri\Client;
|
||||
use wchat\common\AppConfig;
|
||||
use wchat\common\Help;
|
||||
|
||||
|
||||
@@ -69,7 +68,7 @@ trait WxV3PaymentTait
|
||||
/**
|
||||
* @param string $orderNo
|
||||
* @return array
|
||||
* @throws Exception
|
||||
* @throws
|
||||
*/
|
||||
public function searchByOutTradeNo(string $orderNo): array
|
||||
{
|
||||
@@ -80,7 +79,7 @@ trait WxV3PaymentTait
|
||||
/**
|
||||
* @param string $orderNo
|
||||
* @return array
|
||||
* @throws Exception
|
||||
* @throws
|
||||
*/
|
||||
public function searchByTransactionId(string $orderNo): array
|
||||
{
|
||||
@@ -91,7 +90,7 @@ trait WxV3PaymentTait
|
||||
/**
|
||||
* @param string $parseUrl
|
||||
* @return array
|
||||
* @throws Exception
|
||||
* @throws
|
||||
*/
|
||||
private function search(string $parseUrl): array
|
||||
{
|
||||
@@ -112,7 +111,7 @@ trait WxV3PaymentTait
|
||||
* @param string $canonical_url
|
||||
* @param string $body
|
||||
* @return string
|
||||
* @throws Exception
|
||||
* @throws
|
||||
*/
|
||||
public function signature(string $http_method, string $canonical_url, string $body = ''): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user