[add] first

This commit is contained in:
2022-04-29 15:25:10 +08:00
commit da8024fc30
87 changed files with 16892 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export async function ApiTest(call: any) {
call.succ({
reply: 'Api Test1 Succ'
})
}