mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c8091ac26 |
@@ -135,10 +135,10 @@ func basePrice(code string) Price {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
switch code[:2] {
|
switch code[:2] {
|
||||||
case "60", "30", "68", "00", "92", "43":
|
case "60", "30", "68", "00", "92", "43", "39":
|
||||||
return 1
|
return 1
|
||||||
default:
|
default:
|
||||||
return 10
|
return 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user