aa
This commit is contained in:
@@ -149,3 +149,11 @@ func TestGetDeliveryRangeByStationNo(t *testing.T) {
|
||||
}
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestQueryMerchantMemberInfo(t *testing.T) {
|
||||
result, err := api.QueryMerchantMemberInfo("320406")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user