@ -188,7 +188,10 @@ public class CustomerController extends BaseController {
type="3";
}
Map<String, Object> resp = customerService.sendMsg(doctor,msg,type);
return write(200,"","data",resp);
if(resp.size()==0){
return write(200,"发送成功");
return write(-200,"发送失败","data",resp);