zhengyiming
2025-03-12 db365a5eff31c040c42463df4966bf34a5de6a6d
packages/core/src/lifeRecharge.ts
@@ -15,7 +15,7 @@
  constants = LifeRechargeConstants;
  constructor(options: BlLifeRechargeOptions<TResponse, TRequestOptions>) {
    this.services = new BlLifeRechargeServices(options);
    this.services = new BlLifeRechargeServices(this, options);
    this.accountModel = new BlLifeRechargeAccountModel({
      userId: options.userId,
      phoneNumber: options.phoneNumber,