From 7a7b464fd6893809634e900c3c90e788dc23f41d Mon Sep 17 00:00:00 2001 From: LWH <2199719306@qq.com> Date: Fri, 20 Mar 2026 17:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E6=97=B6=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common/stamp.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/api/common/stamp.js 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