1
jhzh
2025-04-01 4d2ee4be461972f828b71fd7753f472297c44fb6
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 }