|
@@ -70,7 +70,7 @@ class ONUService{
|
|
|
//http://email.alipearl.net/
|
|
|
public function wigginsDid(){
|
|
|
$data = $_REQUEST;
|
|
|
- if($data['status']){
|
|
|
+ if($data['messageId']){
|
|
|
$this->results($data);
|
|
|
echo 'success';
|
|
|
}else{
|
|
@@ -80,7 +80,7 @@ class ONUService{
|
|
|
|
|
|
public function alipearlDid(){
|
|
|
$data = $_REQUEST;
|
|
|
- if($data['status']){
|
|
|
+ if($data['messageId']){
|
|
|
$this->results($data);
|
|
|
echo 'success';
|
|
|
}else{
|