|
-
- import { defineMock } from 'umi';
-
- export default defineMock({
- 'GET /api/kg/configuration/list': {
- code: 200,
- msg: '操作成功',
- data: [
- {
- id: '000000001',
- description:"是个好东西",
- name: '你收到了 14 份新周报',
- updateTime: '2017-08-09',
- effectiveTime: '2017-08-09',
- type: 'notification',
- }
- ],
- },
- });
|