1
jhzh
2025-05-24 c1b885e5ada172a7303d36cfba3cb313c28ae61b
src/API/assets.js
@@ -16,5 +16,13 @@
        isLoading: false
    }, params)
};
const GetWalletzj = () => {
    return httpJson({
        url: "api/walletGrther!get.action",
        method: "get",
        isLoading: false
    })
};
export default { GetAllAssets, GetWallet }
export default { GetAllAssets, GetWallet , GetWalletzj }