fix
This commit is contained in:
parent
1ddbc4867a
commit
2782d06b2c
|
@ -118,23 +118,23 @@ 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": "1111",
|
"text": "qrcode",
|
||||||
"default_value": "11111",
|
"default_value": "default qrcode",
|
||||||
},
|
},
|
||||||
"Website": map[string]interface{}{
|
"Website": map[string]interface{}{
|
||||||
"if_show": true,
|
"if_show": true,
|
||||||
"text": "2222",
|
"text": "website",
|
||||||
"default_value": "2222",
|
"default_value": "default website",
|
||||||
},
|
},
|
||||||
"Address": map[string]interface{}{
|
"Address": map[string]interface{}{
|
||||||
"if_show": true,
|
"if_show": true,
|
||||||
"text": "address",
|
"text": "address",
|
||||||
"default_value": "address",
|
"default_value": "default address",
|
||||||
},
|
},
|
||||||
"Phone": map[string]interface{}{
|
"Phone": map[string]interface{}{
|
||||||
"if_show": true,
|
"if_show": true,
|
||||||
"text": "phone",
|
"text": "phone",
|
||||||
"default_value": "默认phone",
|
"default_value": "17557283679",
|
||||||
},
|
},
|
||||||
"Logo": map[string]interface{}{
|
"Logo": map[string]interface{}{
|
||||||
"material": "/image/logo/aHnT1_rzubdwax_scale.png",
|
"material": "/image/logo/aHnT1_rzubdwax_scale.png",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user