Quellcode durchsuchen

提醒用户签约接口

trick9191 vor 8 Jahren
Ursprung
Commit
12521d238f

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/sign/DoctorSignController.java

@ -420,7 +420,7 @@ public class DoctorSignController extends WeixinBaseController {
     * @return
     */
    @RequestMapping("/sendRenewToPatients")
    @ApiOperation(value = "提醒用户签约")
    @ApiOperation(value = "提醒用户签约接口")
    public String sendRenewToPatients(){
        try{
            int rs = signWebService.sendRenewToPatients(getAccessToken(),getUID());