This commit is contained in:
张成
2025-12-24 22:55:01 +08:00
parent 5acf0a52cc
commit db574986dd
3 changed files with 9 additions and 3 deletions

View File

@@ -372,6 +372,7 @@ module.exports = {
'POST /user/delivery-config/save': async (ctx) => {
try {
const body = ctx.getBody();
console.log('body', body);
const { sn_code, deliver_config } = body;