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

Commit b568f5f5 authored by jiangxiulong's avatar jiangxiulong

ResponseDto.success()

parent 7d438bcc
......@@ -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