Browse Source

提交数据

lvhao 1 day ago
parent
commit
2ca916c9c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Aatest.php

+ 1 - 1
core/CoreApp/controllers/Aatest.php

@@ -97,7 +97,7 @@ class Aatest extends Start_Controller {
     }
 	public function _u9dcd(){
 		$token = $this->settingtest->get_yytoken_120();
-		$doc_no = $this->get->input('doc_no',true);
+		$doc_no = $this->input->get('doc_no',true);
 		$res = $this->apiyyv1->cxScdStatus($doc_no,$token);
 		echo "<pre>";
 		var_dump($res);