544782275@qq.com 3 年之前
父节点
当前提交
71e9747551
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      application/store/controller/Order.php

+ 7 - 2
application/store/controller/Order.php

@@ -141,7 +141,6 @@ class Order extends Controller
         }
     }
 
-
     /**
      * 表单数据处理
      * @param array $data
@@ -163,7 +162,13 @@ class Order extends Controller
         }
     }
     /**
-     * 订单详情页
+     * 订单详情
+     * @auth true
+     * @throws \think\Exception
+     * @throws \think\db\exception\DataNotFoundException
+     * @throws \think\db\exception\ModelNotFoundException
+     * @throws \think\exception\DbException
+     * @throws \think\exception\PDOException
      */
     public function order_detail()
     {