修改请求头app参数
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
+ (NSString *)appName {
|
||||
if (isEnterprise) {
|
||||
return @"yinyouEnterprise"; // 企业包名字 区分一键登录使用
|
||||
return @"yinbao"; // 企业包名字 区分一键登录使用
|
||||
}else {
|
||||
return @"yinyou";
|
||||
}
|
||||
|
@@ -40,7 +40,7 @@ NSString * const KeyWithType(KeyType type) {
|
||||
///正式环境
|
||||
@(YES):@{
|
||||
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
||||
@(KeyType_NTESQuickLoginBusinessId) : @"ef7de5582f194c549125a64b710e7f31",
|
||||
@(KeyType_NTESQuickLoginBusinessId) : @"60cdaa83aa654e5ea184de7160b4073d",
|
||||
@(KeyType_QQAppid) : @"101902443",
|
||||
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
||||
@(KeyType_WechatAppid) : @"wxee68b213a1bd632b",
|
||||
@@ -62,7 +62,7 @@ NSString * const KeyWithType(KeyType type) {
|
||||
///测试环境
|
||||
@(NO):@{
|
||||
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
||||
@(KeyType_NTESQuickLoginBusinessId) : @"09c1214706c34f4798d3f05d86148608",
|
||||
@(KeyType_NTESQuickLoginBusinessId) : @"60cdaa83aa654e5ea184de7160b4073d",
|
||||
@(KeyType_QQAppid) : @"101902443",
|
||||
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
||||
@(KeyType_WechatAppid) : @"wxee68b213a1bd632b",
|
||||
|
Reference in New Issue
Block a user