forked from GeekZooStudio/ECMobile_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 新增移动端支付宝Wap与支付宝App支付选择; - 新增移动端银联在线支付; - 新增移动端财付通支付; - 优化移动端推送服务; - 优化移动端第三方统计服务; - 修正BUG若干;
- Loading branch information
1 parent
6c397a7
commit 61fcd6a
Showing
1,613 changed files
with
10,558 additions
and
6,470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
#修改工程 | ||
|
||
1. 打开工程 | ||
2. 找到[AppDelegate load]方法,修改 [ServerConfig sharedInstance].url | ||
3. 找到[AppDelegate updateConfig]方法,修改以下代码: | ||
<pre> | ||
// 配置微信 | ||
weixin.config.appId = @"<Your information>"; | ||
weixin.config.appKey = @"<Your information>"; | ||
|
||
// 配置新浪 | ||
sweibo.config.appKey = @"<Your information>"; | ||
sweibo.config.appSecret = @"<Your information>"; | ||
sweibo.config.redirectURI = @"<Your information>"; | ||
|
||
// 配置腾讯 | ||
tweibo.config.appKey = @"<Your information>"; | ||
tweibo.config.appSecret = @"<Your information>"; | ||
tweibo.config.redirectURI = @"<Your information>"; | ||
|
||
// 配置支付宝 | ||
alipay.config.parnter = @"<Your information>"; | ||
alipay.config.seller = @"<Your information>"; | ||
alipay.config.privateKey = @"<Your information>"; | ||
alipay.config.publicKey = @"<Your information>"; | ||
alipay.config.notifyURL = @"<Your information>"; | ||
alipay.config.wapCallBackURL = @"<Your alipayWapURL>"; | ||
|
||
// 配置语音识别 | ||
siri.config.showUI = NO; | ||
siri.config.appID = @"<Your iflyKey>"; | ||
|
||
// 配置友盟 | ||
[MobClick startWithAppkey:@"<Your umengKey>" reportPolicy:BATCH channelId:nil]; | ||
|
||
// 配置快递100 | ||
[ExpressModel setKuaidi100Key:@"<Your kuaidi100Key>"]; | ||
</pre> | ||
|
||
#联系方式 | ||
|
||
官方论坛:http://bbs.ecmobile.cn/ | ||
|
||
QQ群1:329673575 | ||
QQ群2:239571314 | ||
QQ群3:347624547 |
Binary file not shown.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.