feat: 数字资产审核弹窗

This commit is contained in:
2026-07-22 09:22:07 +08:00
parent 7274619f77
commit 6d50bf8cf9
3 changed files with 110 additions and 3 deletions
+4
View File
@@ -45,6 +45,10 @@ let assetApi = {
gameGenDac(data, errorback) {
return request._post('/shop/gameasset.GameAsset/genDac', data, errorback);
},
/*数字资产上链审核*/
gameAssetAudit(data, errorback) {
return request._post('/shop/gameasset.GameAsset/audit', data, errorback);
},
/*资产列表*/
gameAssetdetail(data, errorback) {
return request._get('/shop/gameasset.GameAsset/index', data, errorback);