优化非核心类代码以及V3版本JSAPI接口支付签名错误bug
This commit is contained in:
@@ -40,8 +40,8 @@ public class WeixinProxy {
|
||||
/**
|
||||
* appid,appsecret
|
||||
*
|
||||
* @param appid
|
||||
* @param appsecret
|
||||
* @param corpid
|
||||
* @param corpsecret
|
||||
*/
|
||||
public WeixinProxy(String corpid, String corpsecret) {
|
||||
this(new WeixinQyAccount(corpid, corpsecret));
|
||||
@@ -244,10 +244,7 @@ public class WeixinProxy {
|
||||
/**
|
||||
* 更新标签(管理组必须是指定标签的创建者)
|
||||
*
|
||||
* @param tagId
|
||||
* 标签ID
|
||||
* @param tagName
|
||||
* 标签名称
|
||||
* @param tag 标签信息
|
||||
* @see <a href=
|
||||
* "http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E6%A0%87%E7%AD%BE#.E6.9B.B4.E6.96.B0.E6.A0.87.E7.AD.BE.E5.90.8D.E5.AD.97"
|
||||
* >更新标签说明</a>
|
||||
|
||||
@@ -67,7 +67,7 @@ public class MediaApi extends QyApi {
|
||||
* @throws WeixinException
|
||||
* @throws IOException
|
||||
* @see com.foxinmy.weixin4j.type.MediaType
|
||||
* @see {@link com.foxinmy.weixin4j.qy.api.MediaApi#uploadMedia(File, byte[],String)}
|
||||
* @see {@link com.foxinmy.weixin4j.qy.api.MediaApi#uploadMedia(String, byte[],String)}
|
||||
*/
|
||||
public String uploadMedia(File file, MediaType mediaType)
|
||||
throws WeixinException, IOException {
|
||||
|
||||
@@ -51,10 +51,7 @@ public class TagApi extends QyApi {
|
||||
/**
|
||||
* 更新标签(管理组必须是指定标签的创建者)
|
||||
*
|
||||
* @param tagId
|
||||
* 标签ID
|
||||
* @param tagName
|
||||
* 标签名称
|
||||
* @param tag 标签信息
|
||||
* @see <a href=
|
||||
* "http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E6%A0%87%E7%AD%BE#.E6.9B.B4.E6.96.B0.E6.A0.87.E7.AD.BE.E5.90.8D.E5.AD.97"
|
||||
* >更新标签说明</a>
|
||||
|
||||
Reference in New Issue
Block a user