南国老符
Results
2
comments of
南国老符
顶,国际化支付很需要
自己处理了: 在getRequestCodeURL里加个参数,如:getRequestCodeURL($paramArr = null) $this->config();下面增加: if(is_array($paramArr)) $this->Callback .='&'.http_build_query($paramArr); //跳转到授权页面 $this->redirect($sns->getRequestCodeURL(['action'=>'bind']));