fix:修复bug

This commit is contained in:
2026-03-17 12:03:54 +08:00
parent 5d7b973ddd
commit 60df817de5
32 changed files with 654 additions and 528 deletions
+3 -3
View File
@@ -290,7 +290,7 @@
export type AppMerchantOrderCanUseCouponListmerchantIdGetParams =
{
'merchantId': number;
'merchantId': any;
}
@@ -5609,8 +5609,8 @@
'userId'?: number;
/** 用户类型 */
'userPort'?: number;
/** 收藏对象ID */
'targetId'?: number;
/** 收藏对象ID(建议传字符串避免大数四舍五入) */
'targetId'?: number | string;
/** 收藏对象类型(1-菜谱 2-菜品 3-配菜) */
'targetType'?: number;
/** 1-正常 2-删除 3-禁用 */