Commit 1d7bdd35 by 林家欣

新增缩短码查询

parent 8e6404e4
...@@ -10,7 +10,13 @@ const searchGln = (params = {}) => { ...@@ -10,7 +10,13 @@ const searchGln = (params = {}) => {
return POST(`${Prefix}/office/codeSearch/api/gln`, params) return POST(`${Prefix}/office/codeSearch/api/gln`, params)
} }
// 条码查询—缩短码查询
const searchGetList = (params = {}) => {
return POST(`${Prefix}/office/shortcode/api/getList`, params)
}
export default { export default {
searchGln, searchGln,
searchGetList,
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment