pdd活动

This commit is contained in:
suyl
2021-04-26 14:13:08 +08:00
parent 8a5ef57462
commit 4e722b9a85
3 changed files with 119 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package pddapi
import (
"git.rosy.net.cn/baseapi/utils"
"testing"
)
@@ -11,3 +12,11 @@ func TestGoodsOPidGenerate(t *testing.T) {
}
//t.Log(utils.Format4Output(result, false))
}
func TestActivityOperationList(t *testing.T) {
result, err := api.ActivityOperationList()
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}