pdd
This commit is contained in:
13
platformapi/pddapi/union_test.go
Normal file
13
platformapi/pddapi/union_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package pddapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGoodsOPidGenerate(t *testing.T) {
|
||||
err := api.GoodsOPidGenerate("冲天猴儿")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
//t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
Reference in New Issue
Block a user