|
@@ -91,6 +91,13 @@ class TestController extends Controller
|
|
|
|
|
|
|
|
|
public function testOne(TestService $test) {
|
|
|
+ $url = "http://111.53.165.106:9605/zskk/patient/syncExams";
|
|
|
+ $data = [
|
|
|
+ 'studyUid'=>'123asd123',
|
|
|
+ 'study_id'=>'fghjkl'
|
|
|
+ ];
|
|
|
+ $a = $this->curlPost($url,$data);
|
|
|
+ var_dump($a);die;
|
|
|
try{
|
|
|
$a = (InstitutionModel::where('ids',1)->find());
|
|
|
|