Giter VIP home page Giter VIP logo

appframework-java's People

Contributors

dependabot[bot] avatar gaoliang avatar gwdgithubnom avatar qingbozhang avatar sunsou1 avatar sydiesel avatar xionghan00 avatar zhaoche27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

appframework-java's Issues

无法批量发送卡片消息

java.lang.UnsupportedOperationException: card message not contain content field
	at com.larksuite.appframework.sdk.client.message.CardMessage.getContentKey(CardMessage.java:40)
	at com.larksuite.appframework.sdk.client.LarkClient.lambda$doBatchSendChatMessage$9(LarkClient.java:357)
	at com.larksuite.appframework.sdk.client.LarkClient.retryIfTenantAccessTokenInvalid(LarkClient.java:419)
	at com.larksuite.appframework.sdk.client.LarkClient.doBatchSendChatMessage(LarkClient.java:351)
	at com.larksuite.appframework.sdk.client.LarkClient.batchSendChatMessage(LarkClient.java:83)

New Event Type "message_read" wanted

Situaction:
A "Custom Bot" Application.
Import "appframework-spring-boot-starter:1.0.12"
A message has been read.

Description:
when User read a message witch sent by CustomBot. Bot server print one log: 'unknown eventType: message_read'.

Image:
image

Wish new event type will supported, Cause we need this type event.

消息卡片交互,更新card中文标题乱码

@CardAction(methodName = "TestCard.dp") public Card onCardEvent(CardEvent event) { return new Card(new Config(true), new Header(new Text(Text.Mode.PLAIN_TEXT, "中文标题"), TemplateColor.GREEN)); }

card消息模块

  1. 多语言支持,这边看官方文档
    image
    官方文档是i18n_elements,sdk里是i18nElements。
  2. 消息卡片更新时,采用return方式,更新后中文会乱码,这块能麻烦看看吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.