Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Jan 26, 2022
1 parent eb5a480 commit 65fc0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ray.BiliBiliTool.DomainService/ChargeDomainService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void Charge(UserInfo userInfo)
_logger.LogInformation("【充电结果】成功");
_logger.LogInformation("【充值个数】 {num}个B币", couponBalance);
_logger.LogInformation("经验+{exp} √", couponBalance);
_logger.LogInformation("在过期前使用成功,赠送的B币券没有浪费哦~", targetUpId, couponBalance);
_logger.LogInformation("在过期前使用成功,赠送的B币券没有浪费哦~");

//充电留言
ChargeComments(response.Data.Order_no);
Expand Down

0 comments on commit 65fc0db

Please sign in to comment.