fix: 处理bug

This commit is contained in:
周俊耀 2025-06-20 11:48:20 +08:00
parent c20c6871c9
commit cf413538fa

View File

@ -373,7 +373,7 @@ func CreateAntomPay(c *gin.Context) {
service.Error(c, err) service.Error(c, err)
return return
} }
//case common.OrderTypeAddon: case common.OrderTypeAddon:
//如果是购买增值服务 1:修改余量信息AddBundleBalance 2 添加扩展记录BundleExtend //如果是购买增值服务 1:修改余量信息AddBundleBalance 2 添加扩展记录BundleExtend
//_, err = service.BundleProvider.AddBundleBalance(context.Background(), &bundle.AddBundleBalanceReq{ //_, err = service.BundleProvider.AddBundleBalance(context.Background(), &bundle.AddBundleBalanceReq{
// UserId: int32(orderLimit.UserId), // UserId: int32(orderLimit.UserId),