This website works better with JavaScript.
首頁
探索
說明
登入
go_rely_warehouse
/
zyos_go_order_relate_rule
關註
4
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
253
Wiki
Activity
瀏覽代碼
Merge remote-tracking branch 'origin/master'
tags/v2.1.4
DengBiao
2 年之前
父節點
85bcc0a763
d23ee5a709
當前提交
faaac85de2
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
db/db_user_virtual_amount.go
+ 1
- 0
db/db_user_virtual_amount.go
查看文件
@@ -90,6 +90,7 @@ func GetUserVirtualWalletWithSession(session *xorm.Session, uid, coinId int) (*m
if err != nil || one == 0 {
return nil, err
}
return &UserVirtualWallet, nil
}
return nil, errors.New("获取用户虚拟币钱包失败")
}
Write
Preview
Loading…
取消
儲存