|
@@ -74,7 +74,7 @@ export const getAddressList = async () => {
|
|
|
|
|
|
/**
|
|
|
* 添加客户地址
|
|
|
- * @param {import('../types/address').CustomerAddressForm} row - 地址表单数据
|
|
|
+ * @param {import('../types/address').AddressForm} row - 地址表单数据
|
|
|
* @returns {Promise<import('../types/address').CustomerAddressOperationResponse>} 添加结果
|
|
|
*/
|
|
|
export const addAddress = async (row) => {
|
|
@@ -87,7 +87,7 @@ export const addAddress = async (row) => {
|
|
|
|
|
|
/**
|
|
|
* 修改客户地址
|
|
|
- * @param {import('../types/address').CustomerAddressForm} row - 地址表单数据
|
|
|
+ * @param {import('../types/address').AddressForm} row - 地址表单数据
|
|
|
* @returns {Promise<import('../types/address').CustomerAddressOperationResponse>} 修改结果
|
|
|
*/
|
|
|
export const updateAddress = async (row) => {
|