aa
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user