This commit is contained in:
2023-04-06 16:21:39 +08:00
parent 5a47161d1f
commit 43e19756f4
3 changed files with 48 additions and 6 deletions
@@ -4,6 +4,7 @@ namespace Extend\RegulatoryPlatform;
use App\Constants\HttpEnumCode;
use App\Exception\BusinessException;
use App\Utils\Log;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use Hyperf\Di\Annotation\Inject;
@@ -142,6 +143,7 @@ class regulatoryPlatform
$arg = array_merge($arg, $option);
}
Log::getInstance()->info(json_encode($arg,JSON_UNESCAPED_UNICODE));
$response = $this->client->post($path, $arg);
if ($response->getStatusCode() != '200') {