|
@@ -70,4 +70,8 @@ export const shippingArrangemen = appRx.post(API_POST_SHIPPING_TRAN_ARR,errorCat
|
|
export const dispatchCat = appRx.post(API_POST_AUTOMOBILE_DISPATCH, errorCatcher, errorHandle, filter)
|
|
export const dispatchCat = appRx.post(API_POST_AUTOMOBILE_DISPATCH, errorCatcher, errorHandle, filter)
|
|
//派车查看
|
|
//派车查看
|
|
export const seeCat = appRx.get(API_GET_AUTOMOBILE_SEE, errorCatcher, errorHandle, filter)
|
|
export const seeCat = appRx.get(API_GET_AUTOMOBILE_SEE, errorCatcher, errorHandle, filter)
|
|
|
|
+//
|
|
|
|
+export const nameXiala = appRx.get(API_GET_AUTOMOBILE_NAME, errorCatcher, errorHandle, filter)
|
|
|
|
+//
|
|
|
|
+export const arrange = appRx.get(API_GET_AUTOMOBILE_ARRANGE, errorCatcher, errorHandle, filter)
|
|
|
|
|