Explorar o código

微信授权回调名称修改

shish %!s(int64=6) %!d(string=hai) anos
pai
achega
83415a0c68
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/www/controllers/WxOpenController.php

+ 2 - 2
app/www/controllers/WxOpenController.php

@@ -68,9 +68,9 @@ class WxOpenController extends PublicController
 		}
 		util::fail();
 	}
-	
+
 	//创建平台使用的公众号
-	public function actionCallbackCreateFirstMerchant()
+	public function actionCallback()
 	{
 		$get = Yii::$app->request->get();
 		if (isset($get['auth_code']) == false) {