支持购买套餐/续费套餐/用户账户操作等

This commit is contained in:
GoEdgeLab
2021-11-08 20:52:15 +08:00
parent 1f9e3e428b
commit dcfba222e2
24 changed files with 582 additions and 14 deletions

View File

@@ -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) {
{