diff --git a/common/config/params.php b/common/config/params.php index 88794e6..91e2241 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -2,5 +2,5 @@ return [ 'adminEmail' => 'admin@example.com', 'user.passwordResetTokenExpire' => 3600, - 'VERSION' => 'v1.0.0 build 4' + 'VERSION' => 'v1.0.0 build 5' ]; diff --git a/domain/system/SmsMessage.php b/domain/system/SmsMessage.php index 607ad43..37a29ae 100644 --- a/domain/system/SmsMessage.php +++ b/domain/system/SmsMessage.php @@ -116,13 +116,13 @@ class SmsMessage } /* - * 模版CODE: SMS_181853499 - * 【XX车管家】尊敬的车主,您的爱车正在${maintainer}维修,预计${dateTime}维修完成,预估维修内容:${repairPlan},预估维修费:${repairPrice},维修厂地址:${address},联系电话:${tel} + * 模版CODE: SMS_181862780 + * 您好,${maintainer}已完成您的爱车维修,点击http://gkauto.jiwork.com/site/t?o=${code} 了解维修详情,同时您可以对本次服务进行评分。如有问题请拨打服务监督电话${tel} * */ public function sendFinishInfo($phone, $postData) { //return true; $signName = $this->getSignName(); - return $this->send($phone, $signName, "SMS_181853499", $postData); + return $this->send($phone, $signName, "SMS_181862780", $postData); } } \ No newline at end of file -- libgit2 0.21.0