Commit 138e0a4b by 冷斌

update

parent 01b7599a
...@@ -75,6 +75,8 @@ class PushController extends AdminbaseController { ...@@ -75,6 +75,8 @@ class PushController extends AdminbaseController {
$touid=str_replace("\n","", $touid); $touid=str_replace("\n","", $touid);
$touid=preg_replace("/,|,/",",", $touid); $touid=preg_replace("/,|,/",",", $touid);
var_dump($touid);
die;
$Pushrecord=M("pushrecord"); $Pushrecord=M("pushrecord");
$Pushrecord->create(); $Pushrecord->create();
......
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