Skip to content

Commit eec3f78

Browse files
CharismaYUCharismaYU
andauthored
🐛 #1653 修复SDK扫码登录签名算法获取 Ticket时的type参数值
Co-authored-by: CharismaYU <[email protected]>
1 parent 4d44398 commit eec3f78

File tree

1 file changed

+1
-1
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/enums

1 file changed

+1
-1
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/enums/TicketType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum TicketType {
2121
/**
2222
* sdk
2323
*/
24-
SDK("sdk"),
24+
SDK("2"),
2525
/**
2626
* 微信卡券
2727
*/

0 commit comments

Comments
 (0)