Revert "test"

This reverts commit 38a2d4938e.
This commit is contained in:
Faker
2022-08-16 18:02:25 +08:00
parent 38a2d4938e
commit 8352086ef9
3 changed files with 181 additions and 168 deletions

View File

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