diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 6038885b..952388e6 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -22,6 +22,7 @@ use crmeb\services\SwooleTaskService; use crmeb\services\YunxinSmsService; use think\App; use think\facade\Db; +use think\facade\Log; use crmeb\basic\BaseController; use app\common\repositories\system\merchant\MerchantIntentionRepository as repository; use think\exception\ValidateException;