GYHttpMock
GYHttpMock copied to clipboard
Property 'regex' not found on object of type 'NSString *'
mockRequest(@"GET", @"(.?)google.com(.?)".regex). withBody(@"{"name":"abc"}".regex);
报错:Property 'regex' not found on object of type 'NSString *'
withBody(@"weread.json"); 也报错
能否提供个示例
这个示例确实有问题,试试其它的?