fix:修复bug
This commit is contained in:
@@ -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-禁用 */
|
||||
|
||||
Reference in New Issue
Block a user