Compare commits
No commits in common. "749ce934e80373b703f423af7a0198e65cccef67" and "cd726f2987cd2986527cadc334cabacf8daad5c0" have entirely different histories.
749ce934e8
...
cd726f2987
@ -2,7 +2,6 @@ package cast
|
||||
|
||||
import (
|
||||
"context"
|
||||
"dubbo.apache.org/dubbo-go/v3/common/logger"
|
||||
"errors"
|
||||
"fonchain-fiee/api/accountFiee"
|
||||
"fonchain-fiee/api/bundle"
|
||||
@ -52,7 +51,6 @@ func UnbindManager(ctx *gin.Context) {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
}
|
||||
logger.Error("UnbindManager resp" + resp.OldBindArtistUuid)
|
||||
if resp.OldBindArtistUuid != "" {
|
||||
userID, _ := strconv.ParseInt(resp.OldBindArtistUuid, 10, 64)
|
||||
_, err = service.BundleProvider.AddBundleBalance(context.Background(), &bundle.AddBundleBalanceReq{
|
||||
|
Loading…
Reference in New Issue
Block a user