mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-23 06:50:25 +08:00
支持购买套餐/续费套餐/用户账户操作等
This commit is contained in:
@@ -10,6 +10,13 @@ func TestRangeDays(t *testing.T) {
|
||||
t.Log(days)
|
||||
}
|
||||
|
||||
func TestRangeMonth(t *testing.T) {
|
||||
days, err := RangeMonths("20200101", "20210115")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(days)
|
||||
}
|
||||
|
||||
func TestRangeHours(t *testing.T) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user