/// <summary> /// 查询用户信息 /// </summary> public static async Task <UserInfoData> Info(string uid) => InfoJson.FromJson(await BcyJson.Info(uid)).Data;