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