Commit 1655a225 authored by 曾水平's avatar 曾水平

Merge branch 'feature/20210601-feature' into 'master'

发券填充data

See merge request !7
parents 347d0534 6c1771b8
......@@ -353,7 +353,7 @@ public class JdApiUtil {
return ResultBuilder.fail("发券失败:" + response.getZhDesc());
}
LOGGER.info("发券成功:couponId:{},pin:{}", couponId, pin);
return ResultBuilder.success();
return ResultBuilder.success(Boolean.TRUE);
} catch (Exception e) {
LOGGER.warn("pushCoupon,exception", e);
return ResultBuilder.fail("发生异常");
......
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