diff --git a/server/product/internal/logic/gettemplatebypidlogic.go b/server/product/internal/logic/gettemplatebypidlogic.go index 6f464eae..28d440c6 100644 --- a/server/product/internal/logic/gettemplatebypidlogic.go +++ b/server/product/internal/logic/gettemplatebypidlogic.go @@ -118,18 +118,18 @@ func (l *GetTemplateByPidLogic) GetTemplateByPid(req *types.GetTemplateByPidReq, "material_data": map[string]interface{}{ "QRcode": map[string]interface{}{ "if_show": true, - "text": "二维码", - "default_value": "默认二维码", + "text": "1111", + "default_value": "11111", }, "Website": map[string]interface{}{ "if_show": true, - "text": "网站", - "default_value": "默认网站", + "text": "2222", + "default_value": "2222", }, "Address": map[string]interface{}{ "if_show": true, "text": "address", - "default_value": "非洲", + "default_value": "address", }, "Phone": map[string]interface{}{ "if_show": true,