This commit is contained in:
suyl
2021-04-26 14:57:46 +08:00
parent 4e722b9a85
commit 763a6f35e9
2 changed files with 25 additions and 5 deletions

View File

@@ -6,11 +6,11 @@ import (
)
func TestGoodsOPidGenerate(t *testing.T) {
err := api.GoodsOPidGenerate("冲天猴儿")
result, err := api.GoodsOPidGenerate("冲天猴儿5")
if err != nil {
t.Fatal(err)
}
//t.Log(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func TestActivityOperationList(t *testing.T) {