yshop1.9.4,新增小程序普通二维码功能及其修复小程序其他问题,详情登陆演示后台查看明细

This commit is contained in:
hupeng
2020-02-06 11:48:53 +08:00
parent 2de7be905b
commit 2d743d23bf
5 changed files with 19 additions and 5 deletions

View File

@ -28,7 +28,6 @@ public class GlobalExceptionHandler {
*/
@ExceptionHandler(Throwable.class)
public ResponseEntity<ApiError> handleException(Throwable e){
System.out.println("99999");
// 打印堆栈信息
log.error(ThrowableUtil.getStackTrace(e));
return buildResponseEntity(ApiError.error(e.getMessage()));