Commit 61286ec094cb1cec57d5f1344c791a19d29da3f1

Authored by fengwotao
1 parent 587e7064

chore: 移除公共接口管理打印代码

... ... @@ -247,7 +247,6 @@
247 247 }
248 248 );
249 249 case 'POST':
250   - console.log(postBodyType);
251 250 const objPost = Object.assign(
252 251 {},
253 252 {
... ...