微信网页授权支付优化

This commit is contained in:
devil_gong
2019-05-27 10:18:28 +08:00
parent d1c12904ea
commit b8a6ec0e85

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']);