|  | @@ -169,7 +169,7 @@ public class WeComPushMessageStrategyV1 implements ReplyStrategyService {
 | 
	
		
			
				|  |  |              SmallPageUrlDetail smallPageUrlDetail = new SmallPageUrlDetail();
 | 
	
		
			
				|  |  |              if (CollectionUtils.isEmpty(cgiReplyBucketData)) {
 | 
	
		
			
				|  |  |                  // 库里不存在,调用新生成
 | 
	
		
			
				|  |  | -                String response = httpClientService.sendAdFlowAddRequest(GET_SMALL_PAGE_URL, videoId, "touliu", "tencentqw", "自动", "企微", "自动回复小程序", "位置" + sort, ghId);
 | 
	
		
			
				|  |  | +                String response = httpClientService.sendAdFlowAddRequest(GET_SMALL_PAGE_URL, videoId, "touliu", "tencentqw", "自动", "企微", "即时欢迎语", "位置" + sort, ghId);
 | 
	
		
			
				|  |  |                  JSONObject jsonObject = JSON.parseObject(response);
 | 
	
		
			
				|  |  |                  if (jsonObject.getInteger("code").equals(0)) {
 | 
	
		
			
				|  |  |                      smallPageUrlDetail = jsonObject.getObject("data", SmallPageUrlDetail.class);
 |