修改我的医生

This commit is contained in:
2023-04-13 14:39:36 +08:00
parent a5fb1d46e7
commit 81a47d72e0
10 changed files with 291 additions and 121 deletions
+14 -1
View File
@@ -31,6 +31,7 @@ use App\Services\UserDoctorService;
use App\Utils\Log;
use Extend\Alibaba\Oss;
use Extend\Ca\Ca;
use Extend\Kuaidi100\Kuaidi;
use Extend\Prescription\Prescription;
use Extend\RegulatoryPlatform\regulatoryPlatform;
use Extend\TencentIm\RecentContact;
@@ -59,7 +60,8 @@ class TestController extends AbstractController
// $this->test_1();
// $this->test_11();
// $this->test_12();
$this->test_13();
// $this->test_13();
$this->test_14();
}
// 获取云证书-首次
@@ -770,4 +772,15 @@ class TestController extends AbstractController
return success();
}
// 快递订阅
public function test_14(){
// $Kuaidi = new Kuaidi();
// $result = $Kuaidi->subscribe("78674717911499","zhongtong","15201255314");
// dump($result);
$a = '{"status":"polling","message":"","lastResult":{"message":"ok","nu":"YT6074326614455","ischeck":"0","com":"yuantong","status":"200","state":"1","data":[{"time":"2023-02-02 09:57:03","context":"【长沙市】 【长沙东站】(07**-55**234 的 长沙东站司法分部(135****1234 已接单","ftime":"2023-02-02 09:57:03","areaCode":"CN430100000000","areaName":"湖南,长沙市","status":"揽收","location":null,"areaCenter":null,"areaPinYin":null,"statusCode":null}],"loop":false}}';
$b = strtoupper(md5( $a . config('kuaidi100.salt') ));
dump($b);
}
}