chenhao 4 年之前
父节点
当前提交
ecbd7d4790
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/index/controller/User.php

+ 0 - 1
application/index/controller/User.php

@@ -185,7 +185,6 @@ class User extends Api
      */
     public function fuwuOrder()
     {
-
         $user = $this->geiUserInfo();
 
         $data = Db::name('user_order')->where('uid',$user['id'])->select();