chore: complete merge with remote changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
YunaiV
2025-10-12 17:22:19 +08:00

View File

@@ -38,9 +38,9 @@ export namespace MallDeliveryExpressTemplateApi {
/** 排序 */
sort: number;
/** 计费区域列表 */
templateCharge: TemplateCharge[];
charges: TemplateCharge[];
/** 包邮区域列表 */
templateFree: TemplateFree[];
frees: TemplateFree[];
}
/** 运费模板精简信息 */