zhengyiming
2025-02-24 3ee683d6b002f098e5b7fed11b54615126d82a3c
packages/core/src/lifeRechargeServices.ts
File was renamed from packages/components/src/utils/lifeRechargeServices.ts
@@ -149,14 +149,14 @@
}
export interface PhoneParValueResponse {
  success?: string;
  success?: boolean;
  requestNo?: string;
  partnerId?: string;
  service?: string;
  version?: string;
  protocol?: string;
  context?: string;
  ext?: string;
  ext?: any;
  code?: string;
  message?: string;
  detail?: string;
@@ -166,7 +166,7 @@
export interface PhoneParValueOutput {
  ispCode?: string;
  ispName?: string;
  parValue?: string;
  parValue?: string[];
  rate?: number;
  phoneSection?: string;
  comments?: string;