import request from '@/utils/request'
export function getWzbm() {
return request({
url: '/api/admin/other/wuzibianma',
method: 'get'
})
}