|
|
@@ -22,7 +22,7 @@ use think\Log; |
|
|
|
|
|
|
|
class Pay extends Base |
|
|
|
{ |
|
|
|
protected $noNeedLogin = ['getPayType', 'notify', 'authRedirect', 'alipay', 'alinotify']; |
|
|
|
protected $noNeedLogin = ['getPayType', 'notify','unify', 'authRedirect', 'alipay', 'alinotify']; |
|
|
|
|
|
|
|
/** |
|
|
|
* 获取支付类型 |
|
|
|