Bintang918

This commit is contained in:
2025-01-24 09:07:12 +08:00
parent 1d7c13b3be
commit e2ca920bca
14 changed files with 25 additions and 37 deletions

View File

@@ -63,7 +63,7 @@
request.HTTPMethod = @"PUT";
[request setValue:@"application/json" forHTTPHeaderField:@"Content-Type"];
NSDictionary *parmas = @{@"userId":[NSNumber numberWithInteger:[pokiesUserID integerValue]]};
NSDictionary *parmas = @{@"userId":[NSNumber numberWithInteger:[Bintang918UserID integerValue]]};
NSData *jsonData = [NSJSONSerialization dataWithJSONObject:parmas options:NSJSONWritingPrettyPrinted error:nil];
request.HTTPBody = jsonData;