修改
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
request.HTTPMethod = @"PUT";
|
||||
[request setValue:@"application/json" forHTTPHeaderField:@"Content-Type"];
|
||||
|
||||
NSDictionary *parmas = @{@"userId":[NSNumber numberWithInteger:[Bintang918UserID integerValue]]};
|
||||
NSDictionary *parmas = @{@"userId":[NSNumber numberWithInteger:[NowUserId integerValue]]};
|
||||
NSData *jsonData = [NSJSONSerialization dataWithJSONObject:parmas options:NSJSONWritingPrettyPrinted error:nil];
|
||||
request.HTTPBody = jsonData;
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 333 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "Bintang918Logo.png",
|
||||
"filename" : "bbj.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
|
||||
BIN
ShenQi/Assets.xcassets/AppIcon.appiconset/bbj.png
Normal file
BIN
ShenQi/Assets.xcassets/AppIcon.appiconset/bbj.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 333 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "Bintang918Logo.png",
|
||||
"filename" : "bbj.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>API_KEY</key>
|
||||
<string>AIzaSyAZPxgeSf0O103AyxRPRHi5j-zVMMl5dxA</string>
|
||||
<string>AIzaSyAsBobTKlvRXB1FEIugnIF3pbXcjuB-1Sk</string>
|
||||
<key>GCM_SENDER_ID</key>
|
||||
<string>985316013410</string>
|
||||
<string>689386681720</string>
|
||||
<key>PLIST_VERSION</key>
|
||||
<string>1</string>
|
||||
<key>BUNDLE_ID</key>
|
||||
<string>noti.Bintang918</string>
|
||||
<string>noti.bigbossjudi</string>
|
||||
<key>PROJECT_ID</key>
|
||||
<string>bintang918-ios</string>
|
||||
<string>bbj1-283eb</string>
|
||||
<key>STORAGE_BUCKET</key>
|
||||
<string>bintang918-ios.firebasestorage.app</string>
|
||||
<string>bbj1-283eb.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:985316013410:ios:6b0f6339b6811559c6e83b</string>
|
||||
<string>1:689386681720:ios:3d969bcdda6401a1e5848d</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -29,7 +29,7 @@
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
self.mainUserId = Bintang918UserID;
|
||||
self.mainUserId = NowUserId;
|
||||
|
||||
[self setupGameURLData];
|
||||
}
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
#define pokiesUserID @"110"
|
||||
#define dmcslotUserID @"111"
|
||||
#define Bintang918UserID @"112"
|
||||
#define OngcuciUserID @"113"
|
||||
|
||||
// 旧
|
||||
#define WinwayUserID @"4"
|
||||
@@ -147,5 +148,6 @@
|
||||
#define SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width
|
||||
#define SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.height
|
||||
|
||||
#define NowUserId BBJUserID
|
||||
|
||||
#endif /* MacroDefine_h */
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
self.mainUserId = Bintang918UserID;
|
||||
self.mainUserId = NowUserId;
|
||||
|
||||
WKWebViewConfiguration *wkWebConfig = [[WKWebViewConfiguration alloc] init];
|
||||
wkWebConfig.preferences.javaScriptCanOpenWindowsAutomatically = YES;
|
||||
|
||||
@@ -47,7 +47,7 @@ static NSString *linkidentifier = @"NotiCenterJumpLinkTableViewCell";
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
self.mainUserId = Bintang918UserID;
|
||||
self.mainUserId = NowUserId;
|
||||
|
||||
self.tableView.delegate = self;
|
||||
self.tableView.dataSource = self;
|
||||
|
||||
Reference in New Issue
Block a user