Browse Source

提现提示

master
weigang 5 years ago
parent
commit
d0e5e6cc91
  1. 2
      app/Constants/v3/ErrorCode.php
  2. 2
      app/Service/v3/Implementations/SmsAliSendService.php

2
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;

2
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));
}
}
Loading…
Cancel
Save