shicf
2024-11-21 66071cd523452b6b7efff30d5c0c6aa36614dedf
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);
       }
    }