更新注释上的link
This commit is contained in:
parent
0ac6828d84
commit
a103eb16bd
@ -669,6 +669,6 @@
|
||||
|
||||
+ weixin4j-base:添加日志支持
|
||||
|
||||
* 2016-03-28
|
||||
* 2016-03-28
|
||||
|
||||
+ weixin4j-mp:新增邀请绑定客服帐号接口以及客服接口命名调整
|
||||
@ -17,7 +17,7 @@ import com.foxinmy.weixin4j.tuple.NotifyTuple;
|
||||
* @see com.foxinmy.weixin4j.tuple.Music
|
||||
* @see com.foxinmy.weixin4j.tuple.News
|
||||
* @see <a
|
||||
* href="http://mp.weixin.qq.com/wiki/1/70a29afed17f56d537c833f89be979c9.html#.E5.AE.A2.E6.9C.8D.E6.8E.A5.E5.8F.A3-.E5.8F.91.E6.B6.88.E6.81.AF">发送客服消息</a>
|
||||
* href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140547&token=&lang=zh_CN">发送客服消息</a>
|
||||
*/
|
||||
public class NotifyMessage implements Serializable {
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.util.NameValue;
|
||||
* @date 2014年9月29日
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://mp.weixin.qq.com/wiki/17/304c1885ea66dbedf7dc170d84999a9d.html">模板消息</a>
|
||||
* href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1433751277&token=&lang=zh_CN">模板消息</a>
|
||||
*/
|
||||
public class TemplateMessage implements Serializable {
|
||||
|
||||
|
||||
@ -15,7 +15,10 @@ import com.foxinmy.weixin4j.type.QRType;
|
||||
* @author jy.hu
|
||||
* @date 2014年4月8日
|
||||
* @since JDK 1.6
|
||||
*
|
||||
* @see #createPermanenceInt(int) 创建整型永久二维码
|
||||
* @see #createPermanenceStr(String) 创建字符串型永久二维码
|
||||
* @see #createTemporary(long) 创建整型默认30秒有效期临时二维码
|
||||
* @see #createTemporary(int, long) 创建整型有效期临时二维码
|
||||
*/
|
||||
public class QRParameter implements Serializable {
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.http.weixin.JsonResult;
|
||||
* @date 2014年11月7日
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://mp.weixin.qq.com/wiki/0/0ce78b3c9524811fee34aba3e33f3448.html">语义理解</a>
|
||||
* href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141241&token=&lang=zh_CN">语义理解</a>
|
||||
*/
|
||||
public class SemResult extends JsonResult {
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.type.TicketType;
|
||||
* @date 2015年1月10日
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html#.E9.99.84.E5.BD.951-JS-SDK.E4.BD.BF.E7.94.A8.E6.9D.83.E9.99.90.E7.AD.BE.E5.90.8D.E7.AE.97.E6.B3.95">JS
|
||||
* href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115&token=&lang=zh_CN">JS
|
||||
* TICKET</a>
|
||||
*/
|
||||
public class WeixinTicketCreator implements TokenCreator {
|
||||
|
||||
@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.token.TokenCreator;
|
||||
* @date 2015年1月10日
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://mp.weixin.qq.com/wiki/11/0e4b294685f817b95cbed85ba5e82b8f.html">微信公众平台获取token说明</a>
|
||||
* href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140183&token=&lang=zh_CN">微信公众平台获取token说明</a>
|
||||
* @see com.foxinmy.weixin4j.model.Token
|
||||
*/
|
||||
public class WeixinTokenCreator implements TokenCreator {
|
||||
|
||||
@ -10,9 +10,6 @@ import java.util.Map;
|
||||
* @author jy
|
||||
* @date 2014年12月12日
|
||||
* @since JDK 1.6
|
||||
* @see<a href=
|
||||
* "http://mp.weixin.qq.com/wiki/17/304c1885ea66dbedf7dc170d84999a9d.html#.E8.AE.BE.E7.BD.AE.E6.89.80.E5.B1.9E.E8.A1.8C.E4.B8.9A"
|
||||
* >所处行业</a>
|
||||
*/
|
||||
public enum IndustryType {
|
||||
ITKEJI_HULIANWANG$DIANZISHANGWU("IT科技", "互联网/电子商务", 1), ITKEJI_ITRUANJIANYUFUWU(
|
||||
@ -73,6 +70,7 @@ public enum IndustryType {
|
||||
type.getSecondary()), type);
|
||||
}
|
||||
}
|
||||
|
||||
public static IndustryType getIndustry(String primary, String secondary) {
|
||||
return INDUSTRYTYPEMAP.get(String.format("%s%s%s", primary, SEPARATOR,
|
||||
secondary));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user