作者 郭文星

123

... ... @@ -454,7 +454,7 @@ class WxxcxPush extends Base
}
// 执行提交操作
Db::commit();
return $this->$this->array_callback(true, "推送成功");
return true;
} catch (PDOException $e) {
Db::rollback();
... ...