style(接口调试): 格式化内容

This commit is contained in:
fit2-zhao 2020-09-07 16:11:06 +08:00
parent 3f6359bede
commit ab4be0a23b
1 changed files with 2 additions and 2 deletions

View File

@ -550,7 +550,7 @@ export class Body extends BaseConfig {
export class KeyValue extends BaseConfig {
constructor() {
let options, key, value, type, enable =true, uuid;
let options, key, value, type, enable, uuid;
if (arguments.length === 1) {
options = arguments[0];
}