From 02066e2029a1c6cc3441e987954748a782a0bc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=20=E5=85=83=E5=B1=B1?= Date: Mon, 21 Apr 2025 13:26:55 +0800 Subject: [PATCH] =?UTF-8?q?api=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api-collect-code/goods/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api-collect-code/goods/index.js b/app/api-collect-code/goods/index.js index 37d09ae..824af05 100644 --- a/app/api-collect-code/goods/index.js +++ b/app/api-collect-code/goods/index.js @@ -56,7 +56,7 @@ export async function offlineQrcode(data) { export async function createOrder (data) { return await request({ - url: '/api/v1/offlineQrcode/createOrder', + url: '/api/v1/offlineQrcode/antom/createOrder', method: 'POST', data })