正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -18,7 +18,7 @@ use app\nsms\nsms; | @@ -18,7 +18,7 @@ use app\nsms\nsms; | ||
18 | */ | 18 | */ |
19 | class Pay extends Api | 19 | class Pay extends Api |
20 | { | 20 | { |
21 | - protected $noNeedLogin = ['test','payOrderNotify','vippayOrderNotify','picOrderNotify','videoOrderNotify']; | 21 | + protected $noNeedLogin = ['test','payOrderNotify','vippayOrderNotify','picOrderNotify','videoOrderNotify','sms','send_sms']; |
22 | protected $noNeedRight = ['*']; | 22 | protected $noNeedRight = ['*']; |
23 | protected $uid = '';//token存贮uid | 23 | protected $uid = '';//token存贮uid |
24 | protected $order_status = [];//订单状态 | 24 | protected $order_status = [];//订单状态 |
-
请 注册 或 登录 后发表评论