parent
85742c09c5
commit
c1ac60a1e4
5 changed files with 5 additions and 7 deletions
@ -1,4 +1,4 @@ |
|||||||
package com.lq.wechat.util.accessToken; |
package com.lq.wechat.util.token; |
||||||
|
|
||||||
import com.lq.entity.WechatAccessToken; |
import com.lq.entity.WechatAccessToken; |
||||||
import com.lq.wechat.mode.AccessToken; |
import com.lq.wechat.mode.AccessToken; |
@ -1,4 +1,4 @@ |
|||||||
package com.lq.wechat.util.accessToken; |
package com.lq.wechat.util.token; |
||||||
|
|
||||||
import com.alibaba.fastjson.JSONObject; |
import com.alibaba.fastjson.JSONObject; |
||||||
import com.lq.code.util.HttpKit; |
import com.lq.code.util.HttpKit; |
@ -1,4 +1,4 @@ |
|||||||
package com.lq.wechat.util.accessToken; |
package com.lq.wechat.util.token; |
||||||
|
|
||||||
import com.lq.cms.emun.WechatAccessTokenTypeEnum; |
import com.lq.cms.emun.WechatAccessTokenTypeEnum; |
||||||
import com.lq.code.util.StringUtil; |
import com.lq.code.util.StringUtil; |
@ -1,9 +1,7 @@ |
|||||||
package com.lq.wechat.util.accessToken; |
package com.lq.wechat.util.token; |
||||||
|
|
||||||
import org.junit.Test; |
import org.junit.Test; |
||||||
|
|
||||||
import static org.junit.Assert.*; |
|
||||||
|
|
||||||
public class AccessTokenUtilTest { |
public class AccessTokenUtilTest { |
||||||
|
|
||||||
@Test |
@Test |
Loading…
Reference in new issue