微信网页授权支付优化

feat/task1-c-wallet
devil_gong 2019-05-27 10:18:28 +08:00
parent d1c12904ea
commit b8a6ec0e85
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Auth extends Controller
*/
public function Index($params = [])
{
$ret = AuthService::Auth($params]);
$ret = AuthService::Auth($params);
if($ret['code'] == 0)
{
return redirect($ret['data']);