소스 검색

add 区块星链

tags/v2.1.0
DengBiao 2 년 전
부모
커밋
b84172d171
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      svc/svc_block_star_chain_settlement.go

+ 0
- 3
svc/svc_block_star_chain_settlement.go 파일 보기

@@ -16,9 +16,6 @@ func GetUserCoinAmount(session *xorm.Session, masterId string, coinId, uid int)
amount, err = cache.GetString(redisKey)
if err != nil {
if err.Error() == "redigo: nil returned" {
if err != nil {
return amount, err
}
userVirtualAmount, err := db.GetUserVirtualWalletWithSession(session, uid, coinId)
if err != nil {
return amount, err


불러오는 중...
취소
저장