Parcourir la source

提交uni打印

lvhao il y a 15 heures
Parent
commit
d0667deb89
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      core/CoreApp/controllers/Ac.php

+ 2 - 3
core/CoreApp/controllers/Ac.php

@@ -127,7 +127,6 @@ class Ac extends Start_Controller {
 	
 	public function _x3($arg_array)
 	{
-	    die;
 		$fullorder = $this->fullorder->get_number($arg_array[0]);
 		if(!$fullorder)
 		{
@@ -237,11 +236,11 @@ class Ac extends Start_Controller {
 // 		$fullorder['js'] = 2;
 // 		$fullorder['bx'] = 110;
 		//$fullorder['qm'] = 1;
-		$fullorder['printcode'] = 'ZXDPD_BTC';
+		$fullorder['printcode'] = 'HUALEI-UNI';
 
 	    echo "<pre>";
 		
-		$b = $this->zxyuntu->get_data($fullorder);
+		$b = $this->hualei->get_data($fullorder);
 		print_r($b);
 		die;