소스 검색

tijiaoshuju

lvhao 1 일 전
부모
커밋
f2b8018af3
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      core/CoreApp/controllers/Aatest.php

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

@@ -88,10 +88,10 @@ class Aatest extends Start_Controller {
     public function _remap($arg,$arg_array)
     {  
 	
-		//_print()
+
 		if($arg == 'dayin')
         {
-             $this->_linshittmsg();
+            $this->_a();
         }elseif($arg == 'getorder'){
 			$this->_getorder();
 		}else{
@@ -445,10 +445,10 @@ class Aatest extends Start_Controller {
 	}
     public function _a(){
 		
-		
+		$jm = $this->input->get('jm');
 		$list = [
 			[
-				'sku2'=>'-1297-80-2602-1306-57-101-1283-',
+				'sku2'=>$jm,
 			]
 		];
 		$r = $this->logic_u9tools->getU9bm($list,'sku2');