Commit bcc44f02 authored by zhuwei's avatar zhuwei

注释

parent 9507c9af
...@@ -156,7 +156,6 @@ class OrderLog extends Basic ...@@ -156,7 +156,6 @@ class OrderLog extends Basic
$user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]); $user_phone = $report->getFieldValue('user_phone', ['id'=>$report_id]);
$result = $messageUntil->sendSMSForUser($user_phone,[SMS_TEMPLATE_URL],'415209'); $result = $messageUntil->sendSMSForUser($user_phone,[SMS_TEMPLATE_URL],'415209');
$result = $messageUntil->sendSMSForUser('17301850006',[SMS_TEMPLATE_URL],'415209');//小魔猪要看,顺便发一个
if ($result == 'true') { if ($result == 'true') {
return true; return true;
} else { } 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