trick9191 7 лет назад
Родитель
Сommit
29739bbcb3

+ 2 - 0
patient-co/patient-co-doctor-assistant/src/main/java/com/yihu/wlyy/web/third/template/DoctorFeldsherTemplateController.java

@ -78,6 +78,8 @@ public class DoctorFeldsherTemplateController extends BaseController {
                                      @RequestParam @ApiParam(value = "消息尾", required = true,defaultValue = "") String remark,
                                      @RequestParam @ApiParam(value = "消息体",required = true) String ... keywords) {
        try {
            // 版本1.4.9.1  url加入openid 参数
            url = url + "?openid="+openId;
            feldsherTemplateService.sendDoctorTemplates(type, openId, url, first, remark, keywords);
            return write(200, "发送成功!");
        } catch (Exception e) {

+ 2 - 0
patient-co/patient-co-doctor-assistant/src/main/java/com/yihu/wlyy/web/third/template/WlyyFeldsherTemplateController.java

@ -45,6 +45,8 @@ public class WlyyFeldsherTemplateController extends BaseController {
                                      @RequestParam @ApiParam(value = "消息尾", required = true,defaultValue = "") String remark,
                                      @RequestParam @ApiParam(value = "消息体",required = true) String ... keywords) {
        try {
            //1.4.9.1版本加入参数
            url = url+"?openid="+openId;
            feldsherTemplateService.sendDoctorTemplates(type, openId, url, first, remark, keywords);
            return write(200, "发送成功!");
        } catch (Exception e) {