|
@@ -284,7 +284,7 @@ public class SceneCallCountHandler {
|
|
|
"×tamp=".concat(String.valueOf(timestamp)).concat("&sign=").concat(sign));
|
|
|
|
|
|
OapiRobotSendRequest request = new OapiRobotSendRequest();
|
|
|
- request.setMsgtype("text");
|
|
|
+ request.setMsgtype("actionCard");
|
|
|
OapiRobotSendRequest.Actioncard actioncard = new OapiRobotSendRequest.Actioncard();
|
|
|
|
|
|
actioncard.setTitle(title);
|