|
@@ -65,9 +65,9 @@ class sms_helper
|
|
|
return array('code' => 200);
|
|
|
}
|
|
|
|
|
|
- static public function send_nostore_message($mobile, $itype, $code)
|
|
|
+ static public function send_nostore_message($content)
|
|
|
{
|
|
|
- QueueClient::push('sendSMS',array('mobile'=>$mobile,'type'=>$itype,'code'=>$code,'time'=>'5'));
|
|
|
+ QueueClient::push('sendSMS', $content);
|
|
|
}
|
|
|
|
|
|
static public function check_code($itype,$code,$mobile)
|