|
@@ -507,7 +507,6 @@ public class WeixinService {
|
|
|
" \"touser\":\""+openid+"\",\n" +
|
|
|
" \"template_id\":\""+template_id+"\",\n" +
|
|
|
" \"url\":\""+url+"\",\n" +
|
|
|
- " \"topcolor\":\"#FF0000\",\n" +
|
|
|
" \"data\":{\n" +
|
|
|
" \"thing5\":{\n" +
|
|
|
" \"value\":\""+modality+"\",\n" +
|
|
@@ -524,10 +523,6 @@ public class WeixinService {
|
|
|
" \"thing3\":{\n" +
|
|
|
" \"value\":\""+hospital+"\",\n" +
|
|
|
" \"color\":\"#173177\"\n" +
|
|
|
- " },\n" +
|
|
|
- " \"remark\":{\n" +
|
|
|
- " \"value\":\"点击查看报告详情\",\n" +
|
|
|
- " \"color\":\"#173177\"\n" +
|
|
|
" }\n" +
|
|
|
" }\n" +
|
|
|
" }";
|