zoujiajian 1 year ago
parent
commit
f80a175c7e

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/corp/impl/WxCorpOpsImpl.java

@@ -62,7 +62,7 @@ public class WxCorpOpsImpl implements WxCorpOps {
 	private RedisService redisService;
 
 	//微信客服满意度
-	private static final String SATISFACTION = "{\"touser\":\"EXTERNAL_USERID\",\"open_kfid\":\"OPEN_KFID\",\"msgid\":\"MSGID\",\"msgtype\":\"msgmenu\",\"msgmenu\":{\"head_content\":\"本次服务已结束,如有其他需要可重新发起对话。\\n您对本次服务是否满意呢? \",\"list\":[{\"type\":\"click\",\"click\":{\"id\":\"101-%s\",\"content\":\"满意\"}},{\"type\":\"click\",\"click\":{\"id\":\"101-%s\",\"content\":\"一般\"}},{\"type\":\"click\",\"click\":{\"id\":\"101-%s\",\"content\":\"不满意\"}}]}}";
+	private static final String SATISFACTION = "{\"touser\":\"EXTERNAL_USERID\",\"open_kfid\":\"OPEN_KFID\",\"msgid\":\"MSGID\",\"msgtype\":\"msgmenu\",\"msgmenu\":{\"head_content\":\"本次服务已结束,如有其他需要可重新发起对话。\\n您对本次服务是否满意呢? \",\"list\":[{\"type\":\"click\",\"click\":{\"id\":\"101-%s\",\"content\":\"满意\"}},{\"type\":\"click\",\"click\":{\"id\":\"102-%s\",\"content\":\"一般\"}},{\"type\":\"click\",\"click\":{\"id\":\"103-%s\",\"content\":\"不满意\"}}]}}";
 
 	@Override
 	public CorpExternalContactInfo getExternalContact(String corpId, String userId) throws Exception {