Home > @dinofe/xt-core > CustomConfig > nestBizData

# CustomConfig.nestBizData property

commonParams 基础参数与业务参数保持嵌套 true | undefined: 保持嵌套在 body 下 false: 不嵌套 string: 签到在 nestBizData 下; 默认:undefined; 在 encryptVersion = '2' 时嵌套在 body 下,此配置无效

Signature:

nestBizData?: boolean | string;