|
|
@@ -162,7 +162,7 @@ public class WechatCustomerServiceImpl implements WechatCustomerService {
|
|
|
}
|
|
|
|
|
|
private void restTimeSendMsg(String externalUserId, String openKfId) throws WxErrorException {
|
|
|
- String message = "您咨询的客服目前暂时不在服务时间,请您前往“晋掌柜App”点击“微信客服”,将为您安排新的客服为您提供服务~(客服服务时间:周一至周五 8:30-18:30,周六至周日 8:30-18:30,午间 12:00-14:00 休息)";
|
|
|
+ String message = "您咨询的客服目前暂时不在服务时间,请您前往“晋掌柜App”点击“微信客服”,将为您安排新的客服为您提供服务~(客服服务时间:周一至周五 8:30-18:30,周六至周日 9:00-18:00,午间 12:00-14:00 休息)";
|
|
|
WxCpKfMsgSendRequest wxCpKfMsgSendRequest = new WxCpKfMsgSendRequest();
|
|
|
wxCpKfMsgSendRequest.setToUser(externalUserId);
|
|
|
wxCpKfMsgSendRequest.setOpenKfid(openKfId);
|