修改请求头app参数

This commit is contained in:
chenguilong
2022-09-23 18:43:53 +08:00
committed by fengshuo
parent 357f981521
commit 96edcbd8e3
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
+ (NSString *)appName {
if (isEnterprise) {
return @"yinyouEnterprise"; // 使
return @"yinbao"; // 使
}else {
return @"yinyou";
}

View File

@@ -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",