This commit is contained in:
wucongxing 2023-11-09 11:54:24 +08:00
parent e18a3168fb
commit 605c3c0d61

View File

@ -520,6 +520,8 @@ class CallBackController extends AbstractController
if (!$res) { if (!$res) {
Log::getInstance()->error("再次发放优惠卷失败"); Log::getInstance()->error("再次发放优惠卷失败");
} }
Log::getInstance()->info("再次发放优惠卷成功");
} }
} }
} }