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

pull

parent 59a34ae8
......@@ -34,6 +34,7 @@ export interface PayInitializeConfig {
export interface PayPlatformPayConfig {
id: number;
way: string;
wayId?: any;
payType: number;
isPitchOn: number;
}
......@@ -49,7 +50,7 @@ export interface ShopInfo {
type: number;
environment: number;
logoUrl: string;
describe: string;
describe?: any;
state: number;
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