From d0e5e6cc916dabdc895a2c7c6120f03ec93c453a Mon Sep 17 00:00:00 2001 From: weigang Date: Tue, 22 Sep 2020 18:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Constants/v3/ErrorCode.php | 2 +- app/Service/v3/Implementations/SmsAliSendService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Constants/v3/ErrorCode.php b/app/Constants/v3/ErrorCode.php index 3343d46..64fc752 100644 --- a/app/Constants/v3/ErrorCode.php +++ b/app/Constants/v3/ErrorCode.php @@ -125,7 +125,7 @@ class ErrorCode extends AbstractConstants const PAYMENT_AMOUNT_LIMIT = 655; /** - * @Message("工作人员已下班,请明天提现") + * @Message("提现功能维护中,过会儿再试吧") */ const WITHDRAW_PAYMENT_FAIL = 656; diff --git a/app/Service/v3/Implementations/SmsAliSendService.php b/app/Service/v3/Implementations/SmsAliSendService.php index 1c2660c..5faffc5 100644 --- a/app/Service/v3/Implementations/SmsAliSendService.php +++ b/app/Service/v3/Implementations/SmsAliSendService.php @@ -100,7 +100,7 @@ class SmsAliSendService implements SmsSendServiceInterface public function doWithdrawFail($errorCode, $errorCodeDes) { $params = ['code' => $errorCode]; - return $this->do(18611745705, SmsTemplateCode::ALI_VERIFY_CODE, json_encode($params)); + return $this->do('18611745705', SmsTemplateCode::ALI_VERIFY_CODE, json_encode($params)); } } \ No newline at end of file