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