bianjunhui 2 år sedan
förälder
incheckning
133fcb9427
1 ändrade filer med 10 tillägg och 2 borttagningar
  1. 10 2
      api/mod/sms.php

+ 10 - 2
api/mod/sms.php

@@ -10,7 +10,8 @@ require_once(ONU_ROOT . 'application/lib/data/adminAction.php');
 class ONUService{
 class ONUService{
 
 
    // WK AS Y H 老系统   https://edm.alipearl.net/
    // WK AS Y H 老系统   https://edm.alipearl.net/
-    //  wiggins AP 新系统  http://email.alipearl.net/
+    //  wiggins AP 新系统一  http://email.alipearl.net/
+    //   AP 新系统二  http://marketing.alipearl.net/
     public  function westkissDr(){
     public  function westkissDr(){
         $data = $_REQUEST;
         $data = $_REQUEST;
         if($data['status']){
         if($data['status']){
@@ -57,12 +58,19 @@ class ONUService{
         return $count;
         return $count;
     }
     }
 
 
-
+    //http://email.alipearl.net/
     public  function wigginsDr(){
     public  function wigginsDr(){
         $data = $_REQUEST;
         $data = $_REQUEST;
         $this->results($data);
         $this->results($data);
         echo 'success';
         echo 'success';
     }
     }
+
+    public  function alipearlDr(){
+        $data = $_REQUEST;
+        $this->results($data);
+        echo 'success';
+    }
+
     public  function redis(){
     public  function redis(){
         $redis = new Redis();
         $redis = new Redis();
         $redis->connect('127.0.0.1', 6379);
         $redis->connect('127.0.0.1', 6379);