1
jhzh
2025-05-16 6825a149eb6164038df51c3d543fd244aa2a06bf
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 }