|
@@ -560,7 +560,7 @@ class ShouhuanCommand
|
|
|
public function getREMINDCommandinfo($param)
|
|
|
{
|
|
|
if (empty($param)) {
|
|
|
- throw new \Exception("REMINDC参数错误");
|
|
|
+ throw new \Exception("REMIND参数错误");
|
|
|
}
|
|
|
$usedata = [];
|
|
|
foreach ($param as $key => $value) {
|
|
@@ -579,7 +579,7 @@ class ShouhuanCommand
|
|
|
}
|
|
|
}
|
|
|
$useweeks = implode("", $useweeks);
|
|
|
- $type = $useweeks;
|
|
|
+ $type = '3-' . $useweeks;
|
|
|
}
|
|
|
$usedata[] = $time . "-" . $isopen . "-" . $type;
|
|
|
}
|