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