记得上下班打卡 | git大法好,push需谨慎

Commit be8c398b authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

Pre

See merge request !17
parents bd48f141 6d1c9482
......@@ -47,7 +47,7 @@ public class WechatShareController {
return ResponseDto.success(jsapiSignature);
} catch (Exception e) {
log.error("分享signZhengzaiException", e);
return ResponseDto.failure();
return ResponseDto.success();
}
}
......@@ -68,7 +68,7 @@ public class WechatShareController {
return ResponseDto.success(jsapiSignature);
} catch (Exception e) {
log.error("分享signModernskyException", e);
return ResponseDto.failure();
return ResponseDto.success();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment