This commit is contained in:
邹宗楠
2025-07-18 16:20:22 +08:00
parent 7b369c79a3
commit 140682a527
2 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ func (c *LaKaLaController) CustomerFeeChange() {
}
changeID, changeStatus, err := lakalaServer.MerchantFeeChange(fee, params.CustomerNo)
return map[string]string{"id": utils.Int2Str(changeID), "status": changeStatus}, "", err
return map[string]string{"id": utils.Int64ToStr(changeID), "status": changeStatus}, "", err
})
}