This commit is contained in:
zc
2026-03-12 17:18:56 +08:00
parent 2171c83d55
commit 0f7efec0e1
2 changed files with 27 additions and 22 deletions

View File

@@ -30,3 +30,8 @@ export function validateWeighing(data: any) {
export function vmSend(code: string) {
return http.get<WeighManageResp>(`/vm/send?msg=${code}`)
}
/** @desc 获取图片 */
export function getImg() {
return http.get<string>(`/vm/getImg`)
}