@@ -61,14 +61,22 @@ class ONUService{
//http://email.alipearl.net/
public function wigginsDr(){
$data = $_REQUEST;
- $this->results($data);
- echo 'success';
+ if($data['status']){
+ $this->results($data);
+ echo 'success';
+ }else{
+ echo 'error';
+ }
}
public function alipearlDr(){
public function redis(){