|
|
@@ -118,6 +118,7 @@ func RecordTopupLog(userId int, content string, callerIp string, paymentMethod s
|
|
|
username, _ := GetUsernameById(userId, false)
|
|
|
adminInfo := map[string]interface{}{
|
|
|
"server_ip": common.GetIp(),
|
|
|
+ "node_name": common.NodeName,
|
|
|
"caller_ip": callerIp,
|
|
|
"payment_method": paymentMethod,
|
|
|
"callback_payment_method": callbackPaymentMethod,
|