|
@@ -133,7 +133,7 @@ public class FeishuService {
|
|
|
robotDto.setCard(JSON.parseObject(text, RobotDto.CardBean.class));
|
|
|
String json = JSON.toJSONString(robotDto);
|
|
|
|
|
|
- HttpRequest.post(enquiryUrl).body(json).execute(true);
|
|
|
+ HttpRequest.post(productMissingUrl).body(json).execute(true);
|
|
|
}
|
|
|
|
|
|
/** 邮件发送失败通知 */
|