diff --git a/common/config/params.php b/common/config/params.php index 09aebe6..88794e6 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -1,7 +1,6 @@ 'admin@example.com', - 'supportEmail' => 'support@example.com', 'user.passwordResetTokenExpire' => 3600, - 'VERSION' => 'v1.0.0 build 3' + 'VERSION' => 'v1.0.0 build 4' ]; diff --git a/domain/system/SmsMessage.php b/domain/system/SmsMessage.php index f055032..607ad43 100644 --- a/domain/system/SmsMessage.php +++ b/domain/system/SmsMessage.php @@ -116,13 +116,13 @@ class SmsMessage } /* - * 模版CODE: SMS_181851842 - * 【XX车管家】您好,xxxx厂已对您的车维修完成,点击http://wwwwwww.com/xxx 可以给本次服务评分。如有意见请拨打投诉热线:4000xxxxxx” + * 模版CODE: SMS_181853499 + * 【XX车管家】尊敬的车主,您的爱车正在${maintainer}维修,预计${dateTime}维修完成,预估维修内容:${repairPlan},预估维修费:${repairPrice},维修厂地址:${address},联系电话:${tel} * */ public function sendFinishInfo($phone, $postData) { //return true; $signName = $this->getSignName(); - return $this->send($phone, $signName, "SMS_181851842", $postData); + return $this->send($phone, $signName, "SMS_181853499", $postData); } } \ No newline at end of file -- libgit2 0.21.0