lvhao пре 20 часа
родитељ
комит
2f00f9d64c
1 измењених фајлова са 21 додато и 1 уклоњено
  1. 21 1
      core/CoreApp/controllers/Aatest.php

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

@@ -78,6 +78,7 @@ class Aatest extends Start_Controller {
 		$this->load->_model("Model_settingtest","settingtest");
 		$this->load->_model("Model_cne","cne");
 		$this->load->_model("Model_apismt","apismt");
+		$this->load->_model("Model_notice","notice");
     }
 	
 
@@ -88,13 +89,32 @@ class Aatest extends Start_Controller {
 		//_print()
 		if($arg == 'dayin')
         {
-             $this->_u9dcd();
+             $this->_linshittmsg();
         }elseif($arg == 'getorder'){
 			$this->_getorder();
 		}else{
 			exit('No direct script access allowed');
 		}
     }
+
+	public function _linshittmsg(){
+		$fullorder = $this->fullordertt->get_orderinfo("577118877757837357");
+		$shop = $this->shop->read($fullorder['shop']);
+		$express = $this->express->read($fullorder['express']);
+		$notice = $this->notice->find_all("id = 134");
+		echo "<pre>";
+		print_r($fullorder);
+		print_r($shop);
+		print_r($express);
+		print_r($notice);
+		die;
+		$go = $this->notice->get_god($fullorder,$shop,$express,$notice[0]);
+		echo "<pre>";
+		print_r($go);
+		die;
+	}
+
+	}
 	public function _u9dcd(){
 		$token = $this->settingtest->get_yytoken_120();
 		$doc_no = $this->input->get('doc_no',true);