diff --git a/src/api/common/stamp.js b/src/api/common/stamp.js new file mode 100644 index 0000000..9c1dd39 --- /dev/null +++ b/src/api/common/stamp.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function getStampBase64(data) { + return request({ + url: '/common/stamp/getStampBase64', + method: 'post', + data + }) +} \ No newline at end of file