wupengfei
2025-02-24 dd7d743197d2cbb2aa0626a55d3a8cc20cce4295
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;