Commit b005eb1c authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

pull

parent 59a34ae8
...@@ -34,6 +34,7 @@ export interface PayInitializeConfig { ...@@ -34,6 +34,7 @@ export interface PayInitializeConfig {
export interface PayPlatformPayConfig { export interface PayPlatformPayConfig {
id: number; id: number;
way: string; way: string;
wayId?: any;
payType: number; payType: number;
isPitchOn: number; isPitchOn: number;
} }
...@@ -49,7 +50,7 @@ export interface ShopInfo { ...@@ -49,7 +50,7 @@ export interface ShopInfo {
type: number; type: number;
environment: number; environment: number;
logoUrl: string; logoUrl: string;
describe: string; describe?: any;
state: number; state: number;
url: string; url: string;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment