日志修改
This commit is contained in:
@@ -73,7 +73,7 @@ public class UPpOrderController {
|
|||||||
}
|
}
|
||||||
param.setPrice(price);
|
param.setPrice(price);
|
||||||
|
|
||||||
log.info("用户【{}】进行套餐推广支付, 分享人数【{}】,订单金额【{}】", detail.getShareNum(), param.getPayType(), price);
|
log.info("用户【{}】进行套餐推广支付, 分享人数【{}】,订单金额【{}】", StpKit.USER.getLoginIdAsLong(), detail.getShareNum(), price);
|
||||||
|
|
||||||
CzgResult<Map<String, Object>> result = CzgResult.success();
|
CzgResult<Map<String, Object>> result = CzgResult.success();
|
||||||
CzgResult<Map<String, Object>> mapCzgResult = payService.ltPayOther(param, PayTypeConstants.SourceType.PP, "套餐推广购买");
|
CzgResult<Map<String, Object>> mapCzgResult = payService.ltPayOther(param, PayTypeConstants.SourceType.PP, "套餐推广购买");
|
||||||
|
|||||||
Reference in New Issue
Block a user