From 2782d06b2c703454fa51357d6a7f60a4b9771f41 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Tue, 29 Aug 2023 16:36:36 +0800 Subject: [PATCH] fix --- .../product/internal/logic/gettemplatebypidlogic.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/product/internal/logic/gettemplatebypidlogic.go b/server/product/internal/logic/gettemplatebypidlogic.go index 28d440c6..cc0c3226 100644 --- a/server/product/internal/logic/gettemplatebypidlogic.go +++ b/server/product/internal/logic/gettemplatebypidlogic.go @@ -118,23 +118,23 @@ func (l *GetTemplateByPidLogic) GetTemplateByPid(req *types.GetTemplateByPidReq, "material_data": map[string]interface{}{ "QRcode": map[string]interface{}{ "if_show": true, - "text": "1111", - "default_value": "11111", + "text": "qrcode", + "default_value": "default qrcode", }, "Website": map[string]interface{}{ "if_show": true, - "text": "2222", - "default_value": "2222", + "text": "website", + "default_value": "default website", }, "Address": map[string]interface{}{ "if_show": true, "text": "address", - "default_value": "address", + "default_value": "default address", }, "Phone": map[string]interface{}{ "if_show": true, "text": "phone", - "default_value": "默认phone", + "default_value": "17557283679", }, "Logo": map[string]interface{}{ "material": "/image/logo/aHnT1_rzubdwax_scale.png",