|
@@ -10,7 +10,8 @@ require_once(ONU_ROOT . 'application/lib/data/adminAction.php');
|
|
|
class ONUService{
|
|
|
|
|
|
// 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(){
|
|
|
$data = $_REQUEST;
|
|
|
if($data['status']){
|
|
@@ -57,12 +58,19 @@ class ONUService{
|
|
|
return $count;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ //http://email.alipearl.net/
|
|
|
public function wigginsDr(){
|
|
|
$data = $_REQUEST;
|
|
|
$this->results($data);
|
|
|
echo 'success';
|
|
|
}
|
|
|
+
|
|
|
+ public function alipearlDr(){
|
|
|
+ $data = $_REQUEST;
|
|
|
+ $this->results($data);
|
|
|
+ echo 'success';
|
|
|
+ }
|
|
|
+
|
|
|
public function redis(){
|
|
|
$redis = new Redis();
|
|
|
$redis->connect('127.0.0.1', 6379);
|