This commit is contained in:
Faker
2022-08-16 18:01:40 +08:00
parent db8eda6c25
commit 38a2d4938e
3 changed files with 169 additions and 182 deletions

View File

@@ -25,7 +25,7 @@ declare class JDHelloWorld {
taskType?: number;
}): object;
getSign(fn: string, body: object): Promise<string>;
cashDoSign(): Promise<unknown>;
getIosVer(): string;
run(son: {
main: any;
help?: any;