chenhao 4 anni fa
parent
commit
ecbd7d4790
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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();