Commit 1b5f5d05 authored by 李震's avatar 李震

Update Phobos.m

parent 7afe7999
......@@ -414,7 +414,7 @@ static NSString *sdkVersion = @"110";
@(_serialId++), @"serial_id",nil];
if (_signingType == PhobosSigningTypeDebug || _signingType == PhobosSigningTypeRelease) {
[dict setValue:@(0) forKey:@"is_release"];
[dict setObject:@(0) forKey:@"is_release"];
}
[dict setObject:eventId forKey:@"type"];
[dict setObject:appParams forKey:@"app"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment