Browse Source

----

featrue/v4.5
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
504ac6d137
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/api/ztb.js

2
pages/api/ztb.js

@ -36,7 +36,7 @@ const getVehicleList = () => mGet(`/recycle-service/proxy-sell/get/his-car-info`
// /proxy-sell/get/relation 查询客户业务人员绑定信息接口 // /proxy-sell/get/relation 查询客户业务人员绑定信息接口
const getRelation = () => mGet(`/recycle-service/proxy-sell/get/relation`, null, zconfig) const getRelation = () => mGet(`/recycle-service/proxy-sell/get/relation`, null, zconfig)
// /recycle-service/proxy-sell/bind/relation // /recycle-service/proxy-sell/bind/relation
const postRelation = (code) => mPost(`/recycle-service/proxy-sell/bind/relation?code=${code}`, null, zconfig)
const postRelation = (code) => mPost(`/recycle-service/proxy-sell/bind/relation?code=${code}`, {code:code}, zconfig)
// /proxy-sell/get/proxy-order/{orderId}客户查看订单详情 // /proxy-sell/get/proxy-order/{orderId}客户查看订单详情
const getProxyOrderInfo = (id) => mGet(`/recycle-service/proxy-sell/get/proxy-order/${id}`, null, zconfig) const getProxyOrderInfo = (id) => mGet(`/recycle-service/proxy-sell/get/proxy-order/${id}`, null, zconfig)
// recycle-service/proxy-sell/get/proxy-order-list // recycle-service/proxy-sell/get/proxy-order-list

Loading…
Cancel
Save