This commit is contained in:
zc
2026-03-18 09:50:13 +08:00
parent 2dc2d4887d
commit 0320c8d8bc
5 changed files with 310 additions and 21 deletions

View File

@@ -30,8 +30,3 @@ 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/latest-photo`)
}