牛栏山防伪赋码系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
220 B

import request from '@/utils/request';
//获取防伪码作废用户列表
export function getDiscardList(params) {
return request({
url: '/discard/list',
method: 'post',
data:params
});
}