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",