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

商户申请

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