Browse Source

提交测试

lvhao 2 ngày trước cách đây
mục cha
commit
23ac0df6da
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/CoreApp/controllers/Fullordertt.php

+ 1 - 0
core/CoreApp/controllers/Fullordertt.php

@@ -6598,6 +6598,7 @@ class Fullordertt extends Start_Controller {
 	public function _cbtlabel($arg_array){
 		$id = $arg_array[0];
 		$info = $this->fullordertt->read($id);
+		echo json_encode(array('msg'=>'操作成功','success'=>true,'info'=>$info));exit;
 		if(empty($info)){
 			echo json_encode(array('msg'=>'订单不存在!','success'=>false));exit;
 		}