fix
This commit is contained in:
parent
f8c86b1f03
commit
868f9a4192
|
@ -114,6 +114,7 @@ func (l *GetTemplateByPidLogic) GetTemplateByPid(req *types.GetTemplateByPidReq,
|
||||||
rsp[mapKey] = map[string]interface{}{
|
rsp[mapKey] = map[string]interface{}{
|
||||||
"id": templateInfo.Id,
|
"id": templateInfo.Id,
|
||||||
"material": *templateInfo.MaterialImg,
|
"material": *templateInfo.MaterialImg,
|
||||||
|
//写死的数据
|
||||||
"material_data": map[string]interface{}{
|
"material_data": map[string]interface{}{
|
||||||
"QRcode": map[string]interface{}{
|
"QRcode": map[string]interface{}{
|
||||||
"if_show": true,
|
"if_show": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user