Commit a042ff4f authored by zhuwei's avatar zhuwei

1

parent 016a0aee
......@@ -156,6 +156,7 @@ class OrderLog extends Basic
$user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]);
$result = $messageUntil->sendSMSForUser($user_phone,[SMS_TEMPLATE_URL],'415209');
$result = $messageUntil->sendSMSForUser('17301850006',[SMS_TEMPLATE_URL],'415209');//小魔猪要看,顺便发一个
if ($result == 'true') {
return true;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment