From 83f821e00802979e64840901bf2a1d18b4b61601 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 21 二月 2025 14:52:58 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentFront

---
 apps/taro/src/utils/blLifeRecharge.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/apps/taro/src/utils/blLifeRecharge.ts b/apps/taro/src/utils/blLifeRecharge.ts
index 3c0b7f8..a030b56 100644
--- a/apps/taro/src/utils/blLifeRecharge.ts
+++ b/apps/taro/src/utils/blLifeRecharge.ts
@@ -1,6 +1,8 @@
 import { BlLifeRecharge } from '@life-payment/components';
 import { request } from './request';
+import { getStorageVirtualUserId } from './storage';
 
 export const blLifeRecharge = new BlLifeRecharge({
   request,
+  userId: getStorageVirtualUserId() ?? '',
 });

--
Gitblit v1.9.1