1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user