作者 郭盛
1 个管道 的构建 失败 耗费 4 秒

修改接口

@@ -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 = [];//订单状态