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

This commit is contained in:
刘祥超
2021-11-08 20:52:15 +08:00
parent 07bf994b68
commit e80441639c
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) {
{