zoujingli / ThinkService

【新】多商户服务平台
http://service.thinkadmin.top
120 stars 67 forks source link

授权跳转时 #3

Closed chrysalis-jay closed 6 years ago

chrysalis-jay commented 6 years ago

ThinkService/application/index/controller/Index.php

$this->redirect('@wechat/api.push/auth/redirect/' . encode($url));

改为

$this->redirect('@wechat/api.push/auth/' . encode($url));