You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
NSDictionary *pDic = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:1], @"userId",
[NSNumber numberWithInt:1], @"skuId",
nil];
if (([method isEqualToString:@"GET"] ||
[method isEqualToString:@"DELETE"]) && (params && [params count] > 0)) {
-[__NSDictionaryM urlEncodedKeyValueString]: unrecognized selector sent to instance 0x170e4ec40
The text was updated successfully, but these errors were encountered: