Charlie 9 年之前
父节点
当前提交
837ea87c00
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      www/protected/config/main.php
  2. 2 2
      www/protected/config/test.php
  3. 1 1
      www/protected/modules/o2o/views/web/index.php

+ 2 - 2
www/protected/config/main.php

@@ -118,8 +118,8 @@ return array(
     ),
     'params'=> array_merge(
         array(
-            "pingxx_api_key" => 'sk_live_CXUTEIPCscIPDjLzyUI3RI1R',
-            "certify_url" => 'http://www.wozhua.mobi/webapp/auth?need_header=0',
+            "pingxx_api_key" => 'sk_live_jn9WXTSKGq94vDavn5SuPezH',
+            "certify_url" => 'http://common.yiguanjia.me/webapp/auth?need_header=0',
             'qiniuConfig' => array(
                 'ak'=>'JJO5vl65dPW0Jqq2PJCKVq_s1TZToNHbyltRZF5Z',
                 'sk'=>'UWYsMVOlc0yPdbnwvgZJra_Nz7OBjFzs7Cl7NS1c',

+ 2 - 2
www/protected/config/test.php

@@ -46,9 +46,9 @@ return CMap::mergeArray(
         ),
         'params'=> array_merge(
             array(
-                "pingxx_api_key" => 'sk_test_ev14KOyLWjjP8OaXLCDKiLKK',
+                "pingxx_api_key" => 'sk_test_TOKu94mH8m985mrj5CfTuHGK',
                 // "pingxx_api_key" => 'sk_live_CXUTEIPCscIPDjLzyUI3RI1R',
-                "certify_url" => 'http://wwwtest.wozhua.mobi/webapp/auth?need_header=0',
+                "certify_url" => 'http://test.yiguanjia.me/webapp/auth?need_header=0',
                 'qiniuConfig' => array(
                     'ak'=>'JJO5vl65dPW0Jqq2PJCKVq_s1TZToNHbyltRZF5Z',
                     'sk'=>'UWYsMVOlc0yPdbnwvgZJra_Nz7OBjFzs7Cl7NS1c',

+ 1 - 1
www/protected/modules/o2o/views/web/index.php

@@ -67,7 +67,7 @@
     if (location.hash == '#rd') {
       location.hash = '';
     }
-    var debug = false;
+    var debug = true;
     var main = '<?php echo Yii::app()->request->baseUrl;?>/webapp/o2o/dist/js/main.js?v=20160960804';
     if (debug) {
       main = '<?php echo Yii::app()->request->baseUrl;?>/webapp/o2o/js/main.js?v=' + (new Date()).getTime();