|
@@ -387,6 +387,7 @@ export class MatchExtController implements BaseController {
|
|
|
const nick_name = get(userInfo, 'nick_name');
|
|
|
if (!nick_name) continue;
|
|
|
const start_time = get(i, 'start_time');
|
|
|
+ if (!start_time) continue;
|
|
|
const smsMsg = `${nick_name} 您参加的赛事: ${match_name} 将于 ${start_time} 开始, 请您在网站或小程序中进行确认,以避免主办方将您误认为拒赛而采用其他选手代替`;
|
|
|
// TODO: 发短信
|
|
|
}
|