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

修改接口

... ... @@ -18,7 +18,7 @@ use app\nsms\nsms;
*/
class Pay extends Api
{
protected $noNeedLogin = ['test','payOrderNotify','vippayOrderNotify','picOrderNotify','videoOrderNotify'];
protected $noNeedLogin = ['test','payOrderNotify','vippayOrderNotify','picOrderNotify','videoOrderNotify','sms','send_sms'];
protected $noNeedRight = ['*'];
protected $uid = '';//token存贮uid
protected $order_status = [];//订单状态
... ...