加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FC004Wechat.go 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
shi.zeyuan 提交于 2020-01-17 14:32 . 1.修复bug .2.增加作废选项
package main
import (
"tesou.io/platform/foot-parent/foot-api/common/base"
_ "tesou.io/platform/foot-parent/foot-core/common/fliters"
_ "tesou.io/platform/foot-parent/foot-core/common/routers"
"tesou.io/platform/foot-parent/foot-core/module/wechat/controller"
"time"
)
func main() {
materialController := new(controller.MaterialController)
materialController.ModifyNewsOnly()
base.Log.Info("--------发布公众号周期结束--------")
time.Sleep(10 * time.Minute)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化