Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
FIX bug:SDK 扫码登录签名算法 获取 Ticket时,type参数必须是2
  • Loading branch information
CharismaYU committed Jun 30, 2020
commit 0295b9ea0122927e652c6c52b132395082f563fa
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum TicketType {
/**
* sdk
*/
SDK("sdk"),
SDK("2"),
/**
* 微信卡券
*/
Expand Down