支付日志

This commit is contained in:
hahwu 2025-01-17 11:30:03 +08:00
parent a61eb69a0f
commit c04d345970

View File

@ -2257,6 +2257,7 @@ func ReqShippingOrder(args []interface{}) error {
"ProductId": OrderData.ProductId,
"CreateTime": OrderData.CreateTime,
"PayTime": OrderData.PayTime,
"Price": OrderData.Price,
"PayType": OrderData.PayType,
}
player.Kafka("pay", orderDataMap)