generated from template/apps-template
update
This commit is contained in:
13
backend/test/done.ts
Normal file
13
backend/test/done.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { app, sleep } from './common';
|
||||
|
||||
|
||||
const res = await app.call({
|
||||
path: 'noco-life',
|
||||
key: "done",
|
||||
payload: {
|
||||
id: 59, // 洗漱
|
||||
// id:4, // 爸爸
|
||||
}
|
||||
})
|
||||
|
||||
console.log('res', res.code, res.message, res.body);
|
||||
Reference in New Issue
Block a user