作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

商户申请

@@ -95,12 +95,12 @@ class UserExpLogAudit extends Backend @@ -95,12 +95,12 @@ class UserExpLogAudit extends Backend
95 } 95 }
96 if ($this->request->isPost()) { 96 if ($this->request->isPost()) {
97 $params = $this->request->post("row/a"); 97 $params = $this->request->post("row/a");
  98 + echo 1;
  99 + exit();
98 if ($params) { 100 if ($params) {
99 $params = $this->preExcludeFields($params); 101 $params = $this->preExcludeFields($params);
100 $result = false; 102 $result = false;
101 Db::startTrans(); 103 Db::startTrans();
102 - echo 11;  
103 - exit();  
104 try { 104 try {
105 //是否采用模型验证 105 //是否采用模型验证
106 if ($this->modelValidate) { 106 if ($this->modelValidate) {