1:20 lanxing:miyuan

This commit is contained in:
lwl0608 2024-07-18 22:12:43 +08:00
parent c2973b553f
commit d5af0d750d
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ const (
var allAlipayClients = map[string]*AlipayClient{}
func GetDefaultAlipayClient() *AlipayClient {
rate := rand.Intn(1000)
if rate < 980 {
rate := rand.Intn(20)
if rate < 19 {
return allAlipayClients[AppIdMiYuanTianShi]
}
return allAlipayClients[AppIdLanXing01]