|
@@ -17,7 +17,7 @@ module.exports = options => {
|
|
|
if (maintainData.status === maintainConst.status.ongoing) {
|
|
|
throw '系统维护中~';
|
|
|
}
|
|
|
- const code = this.query.code || this.request.body.code;
|
|
|
+ const code = this.query.projectCode || this.request.body.projectCode;
|
|
|
const sign = this.query.sign || this.request.body.sign;
|
|
|
const time = this.query.time || this.request.body.time;
|
|
|
if (!code || !sign || !time) {
|