许鹏程
2024-11-26 036ffc1b770cf0a3247890b8fdd88884376d8b6d
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);
       }
    }