1.流水记录表错误码适配;

This commit is contained in:
chenlin 2025-03-28 15:52:04 +08:00
parent 053b9951fe
commit 4319617a05

View File

@ -101,6 +101,7 @@ func (e MiGuDeployService) MusicFeedback(c *gin.Context) {
if req.ResCode == "000000" && (details.OrderKeyword == "BJHY" || details.OrderKeyword == "SPGW") {
sendLog.VerificationCode = "666666"
}
sendLog.Result = "00000" // 跟咪咕钻石会员保持一致
}
err = e.Orm.Create(&sendLog).Error