Closed mitty1987 closed 5 years ago
I has a json {"code":"90009","msg":"test","resultData":null}, the resultData is an object, and the type is
{"code":"90009","msg":"test","resultData":null}
resultData
$mkType = [ () => CommonBean<LoginToken>(), { $keyCommonBean1: [() => LoginToken(), LoginToken] } ];
If resultData is not null, there has no error
Please upgrade to the latest version
I has a json
{"code":"90009","msg":"test","resultData":null}
, theresultData
is an object, and the type isIf
resultData
is not null, there has no error