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