修改状态码机制,初步改造web-server中接口返回
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ENCRYPT_KEY, ENCRYPT_IV } from './../../../shared/consts/consts';
|
||||
import { ENCRYPT_KEY, ENCRYPT_IV } from '@consts/consts';
|
||||
import { Context } from 'egg';
|
||||
const crypto = require('crypto');
|
||||
const isJSON = require('koa-is-json');
|
||||
|
||||
Reference in New Issue
Block a user