shicf
2024-10-24 ba2e1fd1409677db4bd2b7a9aae9448cb165d8bf
src/main/java/com/product/mobile/core/controller/SignInController.java
@@ -70,6 +70,7 @@
       } catch (BaseException e) {
           return this.error(e);
       } catch (Exception e) {
           return this.error(MobileCoreCode.SIGN_IN_FAIL);
       }
    }