weixin appid 改为互动游戏(进贤)
This commit is contained in:
@@ -252,8 +252,8 @@
|
||||
|
||||
|
||||
[self.window makeKeyAndVisible];
|
||||
|
||||
[WXApi registerApp:@"wxa5fcff77c40d721c" enableMTA:YES];
|
||||
//微信appID
|
||||
[WXApi registerApp:@"wx586a9b321e56efb7" enableMTA:YES];
|
||||
|
||||
//向微信注册支持的文件类型
|
||||
UInt64 typeFlag = MMAPP_SUPPORT_TEXT | MMAPP_SUPPORT_PICTURE | MMAPP_SUPPORT_LOCATION | MMAPP_SUPPORT_VIDEO |MMAPP_SUPPORT_AUDIO | MMAPP_SUPPORT_WEBPAGE | MMAPP_SUPPORT_DOC | MMAPP_SUPPORT_DOCX | MMAPP_SUPPORT_PPT | MMAPP_SUPPORT_PPTX | MMAPP_SUPPORT_XLS | MMAPP_SUPPORT_XLSX | MMAPP_SUPPORT_PDF;
|
||||
|
||||
@@ -100,11 +100,11 @@ x = nil;\
|
||||
#define iosversion 1
|
||||
#define gameversion 1
|
||||
|
||||
#define gamehallname @"开元棋牌"
|
||||
#define gamehallname @"进贤聚友棋牌"
|
||||
static NSString *kAuthScope = @"snsapi_message,snsapi_userinfo,snsapi_friend,snsapi_contact";
|
||||
static NSString *kAuthOpenID = @"wxa5fcff77c40d721c";
|
||||
static NSString *kAuthOpenID = @"wx586a9b321e56efb7";
|
||||
static NSString *kAuthState = @"wechat_sdk";
|
||||
static NSString *Appsecret = @"489fc47bee2f0d61814f71a8634a9380";
|
||||
static NSString *Appsecret = @"b2792724b9565be23e8f5ba548f117cf";
|
||||
static NSString *kMessageAction = @"<action>dotalist</action>";
|
||||
#define webPathtcp [[NSBundle mainBundle] pathForResource:@"web" ofType:nil]
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>开元棋牌</string>
|
||||
<string>进贤聚友棋牌</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -29,7 +29,7 @@
|
||||
<string>weixin</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>wxa5fcff77c40d721c</string>
|
||||
<string>wx586a9b321e56efb7</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
|
||||
Reference in New Issue
Block a user