京东门店等级获取

This commit is contained in:
苏尹岚
2019-12-13 16:39:38 +08:00
parent 0df9427112
commit 0400ffeefa
2 changed files with 46 additions and 7 deletions

View File

@@ -226,3 +226,7 @@ func TestIsJdManagerUser(t *testing.T) {
aa, _ := api.IsJdManagerUser(334683)
fmt.Println(aa)
}
func TestGetJdStoreLevel(t *testing.T) {
api.GetJdStoreLevel("320406", "11732427")
}