mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
微信网页授权支付优化
This commit is contained in:
@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user