Sfoglia il codice sorgente

Merge branch 'dev' of https://gitee.com/zxt_5/user_producer into dev

AI 4 mesi fa
parent
commit
1429499b69
3 ha cambiato i file con 3 aggiunte e 14 eliminazioni
  1. 0 2
      .gitignore
  2. 2 11
      app/JsonRpc/UserServiceInterface.php
  3. 1 1
      composer.json

+ 0 - 2
.gitignore

@@ -21,5 +21,3 @@ runtime/logs/hyperf.log
 # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
 # should NOT be excluded as they contain compiler settings and other important
 # information for Eclipse / Flash Builder.
-runtime
-/.env

+ 2 - 11
app/JsonRpc/UserServiceInterface.php

@@ -106,14 +106,12 @@ interface UserServiceInterface
      */
     public function addWechatInfo(array $data): array;
 
-
     /**
      * 修改密码
      * @param array $data
      * @return array
      */
-    public function changePassword(array $data) :array;
-
+    public function changePassword(array $data): array;
     /**
      * @param array $data
      * @return array
@@ -121,11 +119,4 @@ interface UserServiceInterface
     public function upUserStatus(array $data): array;
     public function updateUserAvatarNickname(array $data): array;
 
-    /**
-     * @param array $data
-     * @return array
-     */
-    public function resetPassword(array $data) :array;
-
-
-}
+}

+ 1 - 1
composer.json

@@ -87,4 +87,4 @@
             "php ./bin/hyperf.php start"
         ]
     }
-}
+}