|
@@ -71,7 +71,8 @@ import {
|
|
|
API_POST_GETVIDEO,
|
|
|
API_POST_GETCARNUMBER,
|
|
|
API_POST_GETOKEN,
|
|
|
- API_POST_GEROM
|
|
|
+ API_POST_GEROM,
|
|
|
+ API_GETQUALITY
|
|
|
} from '@/api/V2/houseSelfCollect'
|
|
|
//客户管理列表
|
|
|
export const getCustomerManage = appRx.get(API_GET_CUSTOMER_MANAGE, errorCatcher, errorHandle, filter)
|
|
@@ -213,4 +214,6 @@ export const changeCustomer = appRx.post(API_POST_CUSTOMER, errorCatcher, errorH
|
|
|
export const getwarehouse = appRx.get(API_GET_WAREHOUSE, errorCatcher, errorHandle, filter)
|
|
|
|
|
|
export const getToken = appRx.post(API_POST_GETOKEN, errorCatcher, errorHandle, filter)
|
|
|
-export const getRom = appRx.post(API_POST_GEROM, errorCatcher, errorHandle, filter)
|
|
|
+export const getRom = appRx.post(API_POST_GEROM, errorCatcher, errorHandle, filter)
|
|
|
+// 查询交易量
|
|
|
+export const getquality = appRx.get(API_GETQUALITY, errorCatcher, errorHandle, filter)
|