feat: audit diff, mock SMS 999888, env photos, proxy pay lock, mini-user UX
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -141,3 +141,6 @@ export function loadAppConfig(env?: Record<string, string | undefined>): AppConf
|
||||
wechatPayEnabled: resolveWechatPayEnabled(base, e),
|
||||
};
|
||||
}
|
||||
|
||||
/** Mock 短信环境固定验证码 */
|
||||
export const MOCK_SMS_FIXED_CODE = '999888';
|
||||
|
||||
@@ -48,6 +48,11 @@ export interface StorePackageChangeRequestDto {
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
/** 套餐变更审核详情(含线上现行套餐,供对比) */
|
||||
export interface StorePackageAuditDetailDto extends StorePackageChangeRequestDto {
|
||||
livePackages: StorePackageViewDto[];
|
||||
}
|
||||
|
||||
export interface StorePackageAuditAction {
|
||||
action: 'APPROVE' | 'REJECT';
|
||||
rejectReason?: string;
|
||||
|
||||
@@ -152,6 +152,8 @@ export type PartnerProxyOrderListItem = OrderDto & {
|
||||
deliveryType?: string | null;
|
||||
productSpec?: string | null;
|
||||
imageResource?: { url?: string } | null;
|
||||
/** 已锁定的支付方式(首次拉起支付后不可切换,须取消后重新下单) */
|
||||
proxyPayMethod?: ProxyPayMethod | null;
|
||||
};
|
||||
|
||||
export type PartnerProxyOrderListResponse = {
|
||||
|
||||
Reference in New Issue
Block a user