e 8 år sedan
förälder
incheckning
d5c2fc38da
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      www/protected/modules/o2o/controllers/MyOrderController.php

+ 2 - 2
www/protected/modules/o2o/controllers/MyOrderController.php

@@ -9,8 +9,8 @@ class MyOrderController extends CController {
 
     public function actionIndex() {
         // 环境判断
-         if (ENVIRONMENT == 'test') {
-       // if (false) {
+        // if (ENVIRONMENT == 'product') {
+        if (false) {
             if (isset($_COOKIE['weixin_userid']) && isset($_COOKIE['weixin_userid_signature'])) {
                 $signature = md5($_COOKIE['weixin_userid'].'wozhua=9527');