Showing
1 changed file
with
1 additions
and
1 deletions
@@ -32,7 +32,7 @@ class ToyotaController extends HuodongAction | @@ -32,7 +32,7 @@ class ToyotaController extends HuodongAction | ||
32 | * | 32 | * |
33 | * @return string | 33 | * @return string |
34 | */ | 34 | */ |
35 | - public function getwxchatinfoAction() | 35 | + public function getwechatinfoAction() |
36 | { | 36 | { |
37 | $callback = $this->get('callback', ''); | 37 | $callback = $this->get('callback', ''); |
38 | $wx_info = isset($_COOKIE['wxinfo']) ? $_COOKIE['wxinfo']: ''; | 38 | $wx_info = isset($_COOKIE['wxinfo']) ? $_COOKIE['wxinfo']: ''; |
-
Please register or login to post a comment