|
@@ -90,6 +90,7 @@ func GetUserVirtualWalletWithSession(session *xorm.Session, uid, coinId int) (*m |
|
|
if err != nil || one == 0 { |
|
|
if err != nil || one == 0 { |
|
|
return nil, err |
|
|
return nil, err |
|
|
} |
|
|
} |
|
|
|
|
|
return &UserVirtualWallet, nil |
|
|
} |
|
|
} |
|
|
return nil, errors.New("获取用户虚拟币钱包失败") |
|
|
return nil, errors.New("获取用户虚拟币钱包失败") |
|
|
} |
|
|
} |
|
|