京东商城订单修改

This commit is contained in:
苏尹岚
2020-06-02 16:23:53 +08:00
parent 0343bb738c
commit ef411d6836
5 changed files with 33 additions and 14 deletions

View File

@@ -231,7 +231,7 @@ func TestFindVendorCategories(t *testing.T) {
}
func TestFindAttrs(t *testing.T) {
result, err := api.FindAttrs(15245)
result, err := api.FindAttrs(13582)
if err != nil {
t.Fatal(err)
}
@@ -239,7 +239,7 @@ func TestFindAttrs(t *testing.T) {
}
func TestFindValuesByAttrId(t *testing.T) {
result, no, err := api.FindValuesByAttrId(123060)
result, no, err := api.FindValuesByAttrId(150390)
if err != nil {
t.Fatal(err)
}