This commit is contained in:
suyl
2021-05-13 17:21:02 +08:00
parent aaba962e3e
commit 81f5bcc51a
2 changed files with 34 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ func TestGetDeliveryRangeByStationNo(t *testing.T) {
}
func TestQueryMerchantMemberInfo(t *testing.T) {
result, err := api.QueryMerchantMemberInfo("320406")
result, err := api.GetCommonMemberRegisteredInfo("562012843072000442")
if err != nil {
t.Fatal(err)
}