mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ExtendService.php
This commit is contained in:
parent
ad50d6469f
commit
31b9d90441
@ -59,7 +59,9 @@ class ExtendService
|
||||
'password' => md5(md5(sysconf('sms_zt_password')) . $tkey),
|
||||
]);
|
||||
list($code, $msg) = explode(',', $result . ',');
|
||||
Db::name('StoreMemberSmsHistory')->insert(['mid' => $mid, 'phone' => $phone, 'content' => $content, 'result' => $result]);
|
||||
Db::name('StoreMemberSmsHistory')->insert([
|
||||
'mid' => $mid, 'phone' => $phone, 'content' => $content, 'result' => $result
|
||||
]);
|
||||
return intval($code) === 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user