e 8 년 전
부모
커밋
54dbff3f67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      www/protected/modules/o2o/controllers/MyOrderController.php

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

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