接入百度统计部分数据,按天存储

This commit is contained in:
2024-01-15 11:23:59 +08:00
parent bf3f25972e
commit e2374676c3
11 changed files with 522 additions and 3 deletions
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe DailyPlatformStatistic, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end