go-wxhelper/tasks/friends/ai.go

10 lines
162 B
Go
Raw Normal View History

package friends
import "go-wechat/service"
// ClearAiUsedToday
// @description: 清空AI日使用次数
func ClearAiUsedToday() {
service.ClearAiUsedToday()
}