Browse Source

test

master v0.1.4
lijianbin 2 years ago
parent
commit
9a4d02de5b
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      client.dotask_test.go

+ 13
- 0
client.dotask_test.go View File

@ -15,3 +15,16 @@ func Test_DoTask(t *testing.T) {
t.Log(list)
t.Log(err)
}
func Test_DoCycleTask(t *testing.T) {
dbname := "shop"
siteid := "1198881"
userid := "19"
task_id := "22"
task_category := "normal"
list, err := DoCycleTask(dbname,siteid,userid,task_id,task_category)
t.Log(list)
t.Log(err)
}

Loading…
Cancel
Save