fix: 订单管理页面调整增加退款功能,代客下单调整
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import request from "@/utils/request";
|
||||
import { property } from "lodash";
|
||||
|
||||
const USER_BASE_URL = "/api/v1/users";
|
||||
|
||||
@@ -237,6 +238,7 @@ export interface UserInfo {
|
||||
|
||||
/** 店铺logo */
|
||||
logo: string;
|
||||
[property: string]: any
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user