cheng
2024-12-24 063f40aeaa1586585da0f612fe7bae8e0cbddabb
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);
       }
    }