This commit is contained in:
laodaming 2023-08-21 17:45:51 +08:00
parent e2e8f59fc5
commit c2caccd8e2

View File

@ -118,18 +118,18 @@ func (l *GetTemplateByPidLogic) GetTemplateByPid(req *types.GetTemplateByPidReq,
"material_data": map[string]interface{}{ "material_data": map[string]interface{}{
"QRcode": map[string]interface{}{ "QRcode": map[string]interface{}{
"if_show": true, "if_show": true,
"text": "二维码", "text": "1111",
"default_value": "默认二维码", "default_value": "11111",
}, },
"Website": map[string]interface{}{ "Website": map[string]interface{}{
"if_show": true, "if_show": true,
"text": "网站", "text": "2222",
"default_value": "默认网站", "default_value": "2222",
}, },
"Address": map[string]interface{}{ "Address": map[string]interface{}{
"if_show": true, "if_show": true,
"text": "address", "text": "address",
"default_value": "非洲", "default_value": "address",
}, },
"Phone": map[string]interface{}{ "Phone": map[string]interface{}{
"if_show": true, "if_show": true,