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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View File

@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "pokiesLogo.png",
"filename" : "Bintang918Logo.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View File

@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "pokiesLogo.png",
"filename" : "Bintang918Logo.png",
"idiom" : "universal",
"scale" : "1x"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 KiB

View File

@@ -3,17 +3,17 @@
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyCpseXszC4WOXv_u9AgaoO-326kfUzq3Hw</string>
<string>AIzaSyAZPxgeSf0O103AyxRPRHi5j-zVMMl5dxA</string>
<key>GCM_SENDER_ID</key>
<string>531595109600</string>
<string>985316013410</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>noti.pokies</string>
<string>noti.Bintang918</string>
<key>PROJECT_ID</key>
<string>dmcslot-ios</string>
<string>bintang918-ios</string>
<key>STORAGE_BUCKET</key>
<string>dmcslot-ios.firebasestorage.app</string>
<string>bintang918-ios.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
@@ -25,6 +25,6 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:531595109600:ios:09a179c65cc44028b5dc85</string>
<string>1:985316013410:ios:6b0f6339b6811559c6e83b</string>
</dict>
</plist>

View File

@@ -29,7 +29,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.mainUserId = pokiesUserID;
self.mainUserId = Bintang918UserID;
[self setupGameURLData];
}

View File

@@ -88,6 +88,7 @@
#define MR88UserID @"107"
#define pokiesUserID @"110"
#define dmcslotUserID @"111"
#define Bintang918UserID @"112"
// 旧
#define WinwayUserID @"4"
@@ -134,23 +135,6 @@
#define Play33UserID @"75"
#define Boss96UserID @"76"
// 新
#define AMB88URL @"https://amb88.cc/"
#define BK8AUSURL @"https://bk8aus.com/"
#define BODA8AUURL @"https://boda8au.com/"
#define CERGASURL @"https://cergas.online"
#define CROWNBETURL @"https://crowncasinosau.com/"
#define PPN88URL @"https://ppn88a.com/"
#define DW88URL @"https://dw88.co/"
#define M88OZURL @"https://www.m88oz.com"
#define MAXIM88AUURL @"https://maxim88au.com/"
#define Mee88AUURL @"https://www.mee88aus.com/"
#define MK88AUURL @"https://mk88au.net/"
#define PLY88AUURL @"https://www.ply88.com"
#define U88AUDURL @"https://u88aud.net"
#define UWIN33AUURL @"https://uwin33au.com/"
#define VV88AUDURL @"https://vv88aud.com"
#define ISNULLARRAY(arr) (arr == nil || (NSObject *)arr == [NSNull null] || arr.count == 0)
#define ISNULLSTR(str) (str == nil || (NSObject *)str == [NSNull null] || str.length == 0)
#define ISNULL(obj) (obj == nil || (NSObject *)obj == [NSNull null])

View File

@@ -47,7 +47,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.mainUserId = pokiesUserID;
self.mainUserId = Bintang918UserID;
WKWebViewConfiguration *wkWebConfig = [[WKWebViewConfiguration alloc] init];
wkWebConfig.preferences.javaScriptCanOpenWindowsAutomatically = YES;

View File

@@ -47,7 +47,7 @@ static NSString *linkidentifier = @"NotiCenterJumpLinkTableViewCell";
- (void)viewDidLoad {
[super viewDidLoad];
self.mainUserId = pokiesUserID;
self.mainUserId = Bintang918UserID;
self.tableView.delegate = self;
self.tableView.dataSource = self;