Giter VIP home page Giter VIP logo

jiguang-sdk-java's Issues

新版本的短信推送API移到那里去了

在旧版本中我是用如下的代码发送短信
SMSPayload payload = SMSPayload.newBuilder() .setMobileNumber(mobilePhone) .setTempId(1) .addTempPara("code", code) .build();
但是新版本找不到直接使用手机号发短信的地方,在官网也看不到介绍,想了解这个API现在移到那里去了

SDK bug

https://report.jpush.cn/v3/received/detail
送达统计详情 的接口 在 SDK5.0.5 版本中 对应的响应实体类 ReceivedDetailGetResult 成员属性的 json 映射字段是错误的。
Unrecognized field "live_acivity_send"
对应的成员变量:
@JsonProperty("live_acivity_sent")
private Long liveAcivitySent;

导致相应数据反序列化失败,抛出异常

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.