优化
This commit is contained in:
@@ -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`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user