mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-06-05 07:29:41 +08:00
feature 5.0.0
This commit is contained in:
@ -6,15 +6,14 @@ part of 'tencent_unionid_resp.dart';
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
TencentUnionidResp _$TencentUnionidRespFromJson(Map<String, dynamic> json) {
|
||||
return TencentUnionidResp(
|
||||
error: json['error'] as int? ?? 0,
|
||||
errorDescription: json['error_description'] as String?,
|
||||
clientId: json['client_id'] as String?,
|
||||
openid: json['openid'] as String?,
|
||||
unionid: json['unionid'] as String?,
|
||||
);
|
||||
}
|
||||
TencentUnionidResp _$TencentUnionidRespFromJson(Map<String, dynamic> json) =>
|
||||
TencentUnionidResp(
|
||||
error: json['error'] as int? ?? 0,
|
||||
errorDescription: json['error_description'] as String?,
|
||||
clientId: json['client_id'] as String?,
|
||||
openid: json['openid'] as String?,
|
||||
unionid: json['unionid'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$TencentUnionidRespToJson(TencentUnionidResp instance) =>
|
||||
<String, dynamic>{
|
||||
|
Reference in New Issue
Block a user