This commit is contained in:
aozhiwei 2024-09-22 14:35:50 +08:00
parent 8762a3dc21
commit c509b17a78

View File

@ -34,7 +34,7 @@ class BaseController {
public function _giveContributionPoint($point) public function _giveContributionPoint($point)
{ {
$this->contributionPoint += $point; //$this->contributionPoint += $point;
} }
public function _getNowTime() public function _getNowTime()