|
@@ -3,7 +3,6 @@
|
|
|
defined('InShopNC') or exit('Access Invalid!');
|
|
|
|
|
|
require_once(BASE_ROOT_PATH . "/helper/kdn_helper.php");
|
|
|
-require_once(BASE_ROOT_PATH . "/helper/umeng.php");
|
|
|
require_once(BASE_ROOT_PATH . "/helper/predeposit_helper.php");
|
|
|
|
|
|
class testControl extends mobileHomeControl
|
|
@@ -64,19 +63,7 @@ class testControl extends mobileHomeControl
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public function upushOp()
|
|
|
- {
|
|
|
- $push = new upush();
|
|
|
- $push->ticker = 'ticker';
|
|
|
- $push->member_id = array('36496');
|
|
|
- list($ret_code, $ret_content) = $push->android_push();
|
|
|
-
|
|
|
- $return_info = json_decode($ret_content);
|
|
|
- joutput_data($return_info);
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
+ /**
|
|
|
* 首页
|
|
|
*/
|
|
|
public function indexOp()
|
|
@@ -271,6 +258,6 @@ class testControl extends mobileHomeControl
|
|
|
public function setcookieOp()
|
|
|
{
|
|
|
fcgi_setcookie("remain_balance","aaaaaaaaaaaaaaaa");
|
|
|
- fcgi_setcookie("remain_balance","bbbbbbbbbbbbbbbb");
|
|
|
+ //fcgi_setcookie("remain_balance","bbbbbbbbbbbbbbbb");
|
|
|
}
|
|
|
}
|