医生列表备注版本

This commit is contained in:
2023-08-16 16:44:01 +08:00
parent 7663a6512c
commit 83828de325
5 changed files with 81 additions and 51 deletions
+2 -2
View File
@@ -63,6 +63,7 @@ class Base
/**
* 请求封装
* @param string $sign
* @param $path
* @param array $arg 请求参数
* @return array
* @throws GuzzleException
@@ -82,9 +83,8 @@ class Base
// 打印使用
$l = $arg;
unset($l['json']['pictureOfDetectionTube']);
dump($l);
Log::getInstance("请求参数")->info(json_encode($arg,JSON_UNESCAPED_UNICODE));
Log::getInstance("请求参数")->info(json_encode($l,JSON_UNESCAPED_UNICODE));
$response = $this->client->post($path, $arg);
if ($response->getStatusCode() != '200'){