|
@@ -13,8 +13,14 @@ class ONUService{
|
|
// wiggins AP 新系统 http://email.alipearl.net/
|
|
// wiggins AP 新系统 http://email.alipearl.net/
|
|
public function westkissDr(){
|
|
public function westkissDr(){
|
|
$data = $_REQUEST;
|
|
$data = $_REQUEST;
|
|
- $this->results($data);
|
|
|
|
- echo 'success';
|
|
|
|
|
|
+ if($data['status']){
|
|
|
|
+ $this->results($data);
|
|
|
|
+ echo 'success';
|
|
|
|
+ }else{
|
|
|
|
+ echo 'error';
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
public function results($data){
|
|
public function results($data){
|
|
$messageid =$data['messageid'];
|
|
$messageid =$data['messageid'];
|