添加日志
This commit is contained in:
@@ -13,6 +13,7 @@ import com.czg.service.order.service.PayService;
|
||||
import com.czg.utils.ServletUtil;
|
||||
import jakarta.annotation.Resource;
|
||||
import jakarta.servlet.http.HttpServletRequest;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
@@ -31,6 +32,7 @@ import java.util.Map;
|
||||
* @author yjjie
|
||||
* @date 2025/12/18 18:54
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/user/ppOrder")
|
||||
public class UPpOrderController {
|
||||
@@ -71,6 +73,8 @@ public class UPpOrderController {
|
||||
}
|
||||
param.setPrice(price);
|
||||
|
||||
log.info("用户【{}】进行套餐推广支付, 分享人数【{}】,订单金额【{}】", detail.getShareNum(), param.getPayType(), price);
|
||||
|
||||
CzgResult<Map<String, Object>> result = CzgResult.success();
|
||||
CzgResult<Map<String, Object>> mapCzgResult = payService.ltPayOther(param, PayTypeConstants.SourceType.PP, "套餐推广购买");
|
||||
if (200 != mapCzgResult.getCode()) {
|
||||
|
||||
Reference in New Issue
Block a user