零时补丁
This commit is contained in:
9
src/api/common/stamp.js
Normal file
9
src/api/common/stamp.js
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import request from '@/utils/request'
|
||||||
|
|
||||||
|
export function getStampBase64(data) {
|
||||||
|
return request({
|
||||||
|
url: '/common/stamp/getStampBase64',
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user