|
|
@ -51,6 +51,7 @@ const readMessage = (params) => mPost(`/message-center/message/read`, params, sc |
|
|
const getChanelList = (params) => mGet(`/ztb-factory/factorydeliverychannel/get/self-factory-delivery-channel-list`, params, sconfig) |
|
|
const getChanelList = (params) => mGet(`/ztb-factory/factorydeliverychannel/get/self-factory-delivery-channel-list`, params, sconfig) |
|
|
const saveChanel = (params) => mPost(`/ztb-factory/factorydeliverychannel/save/factory-delivery-channel`, params, sconfig) |
|
|
const saveChanel = (params) => mPost(`/ztb-factory/factorydeliverychannel/save/factory-delivery-channel`, params, sconfig) |
|
|
const getCardList = (params) => mGet(`/ztb-factory/get/self-factory/card-list`, params, sconfig) |
|
|
const getCardList = (params) => mGet(`/ztb-factory/get/self-factory/card-list`, params, sconfig) |
|
|
|
|
|
const removeCardNop = (cardNo) => mPost(`/ztb-factory/remove/not-bind-card/${cardNo}`, null, sconfig) |
|
|
|
|
|
|
|
|
const getPoundList = () => mGet(`/ztb-factory/get/self-factory-weight-note-list`, null, sconfig) |
|
|
const getPoundList = () => mGet(`/ztb-factory/get/self-factory-weight-note-list`, null, sconfig) |
|
|
const getPoundInfo = (id) => mGet(`/ztb-factory/get/weight-note-detail/${id}`, null, sconfig) |
|
|
const getPoundInfo = (id) => mGet(`/ztb-factory/get/weight-note-detail/${id}`, null, sconfig) |
|
|
@ -119,6 +120,7 @@ export { |
|
|
getChanelList, |
|
|
getChanelList, |
|
|
saveChanel, |
|
|
saveChanel, |
|
|
getCardList, |
|
|
getCardList, |
|
|
|
|
|
removeCardNop, |
|
|
getPoundList, |
|
|
getPoundList, |
|
|
getPoundInfo, |
|
|
getPoundInfo, |
|
|
repeatPound, |
|
|
repeatPound, |
|
|
|