作者 李忠强

更新

@@ -19,8 +19,8 @@ use think\exception\PDOException; @@ -19,8 +19,8 @@ use think\exception\PDOException;
19 */ 19 */
20 class Order extends Api 20 class Order extends Api
21 { 21 {
22 - protected $noNeedLogin = ['*'];  
23 -// protected $noNeedRight = ['*']; 22 +// protected $noNeedLogin = ['*'];
  23 + protected $noNeedRight = ['*'];
24 24
25 /** 25 /**
26 * @ApiTitle (订单列表) 26 * @ApiTitle (订单列表)