jsms-api-java-client
jsms-api-java-client copied to clipboard
JiGuang's officially supported Java client library for accessing JSMS APIs. 极光官方支持的 JSMS Java 版本服务器端 SDK。
Bumps [gson](https://github.com/google/gson) from 2.3 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
查询短信模板只返回了状态(0为审核中,1为审核通过,2为审核不通过),如果是2审核不通过,能否将原因也返回?不然每次审核失败还需要到官网查看原因。另外如果可以也请加上审核时间,不论审核通不通过都有一个时间。
发送单条模板短信的API,根据文档,`sign_id`是可以留空的,留空的话使用默认签名,但是sdk里`signId`使用的是基本类型(`int`),而非包装类型(Integer),signId为空直接就报`NPE`错误了.  