作者 郭文星

123

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